Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 652 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 652 Bytes

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.

Demoing github

Building

  1. Make sure you have the following software installed:
  • C compiler
  • make
  • allegro4 library and header files
  1. Build the project

make

Running

  1. Start pong by executing pong-1.1:

./pong-1.1

Playing

Use the up and down arrow keys to move the paddle.

Credits