Skip to content
/ Pong Public

The game Pong with coop mode and A.I. opponent

License

Notifications You must be signed in to change notification settings

wagnrd/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

The game Pong with coop mode in its original arcade look. For single player experience, it comes with an A.I. as opponent which consists of a neural network and is trained with up to 2 full days of experience.

Features

  • Coop mode with arrow keys and W/S keys
  • A.I. vs. A.I.
  • Player vs. A.I. (Easy, Medium, Hard)
  • Full screen mode

Dependencies

To satisfy the dependencies you need the following packages:

$ sudo apt install libsfml-dev libboost-math-dev

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

About

The game Pong with coop mode and A.I. opponent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages