forked from atcomputing/pong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (27 loc) · 756 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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]>