/pong

Demo repository for AT Computing's Git course

Primary LanguageCOtherNOASSERTION

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