Pong is one of the earliest arcade video games and the very first sports arcade video game. It was the first game developed by Atari Inc. and this is a version that runs on a GNU/Linux system.
- Make sure you have the following software installed:
- C compiler
- make
- allegro4 library and header files
- Build the project
make
- Start pong by executing pong-1.1:
./pong-1.1
Use the up and down arrow keys to move the paddle.
- Original author: Bruno Guedes (http://brazmogu.com.br/)
- Updated for Git course: Martijn Brekhof [email protected]
- Me