forked from atcomputing/pong
-
Notifications
You must be signed in to change notification settings - Fork 0
Demo repository for AT Computing's Git course
AdAerts/pong
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pong ---- 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. Building -------- 1. Make sure you have the following software installed: * C compiler * cmake * make * allegro5 library and header files 2. Run the following to create the Makefile from within the pong project directory cmake . 3. If no errors occured you can now build pong by running make Running ------- 1. Start pong by executing pong-1.0: ./pong-1.0 Playing ------- Use the up and down arrow keys to move the bat. Credits ------- Bruno Guedes (http://brazmogu.com.br/) Martijn Brekhof <[email protected]>
About
Demo repository for AT Computing's Git course
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 93.2%
- Makefile 6.8%