cepa / pong

Pong game clone for DOS written in Turbo C++, ad 2004

Home Page:https://cepa.io/2018/02/04/coding-before-it-was-cool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong

Yet another Pong game clone.

pong

This one was created in Turbo C++ in 2004 with retro graphics displayed in the 13H mode.

How to run it?

  • First download the package
  • Next install DosBox
  • Unzip
  • Mount the folder with pong.exe:
mount c /path/to/pong/folder
  • Run pong.exe:
pong.exe
  • Depending on your hardware, you might need to increase DosBox speed cycles by pressing CTRL+WinKey+F12 to around 30000.

How to play it?

Keys:

  • player 1: UP/DOWN
  • player 2: Q/A
  • chosing main menu: UP/DOWN
  • chosing players menu: LEFT/RIGHT

How to build it?

You'll need to find Turbo C++ somewhere, open the project and compile it.

Questions?

Visit http://cepa.io

This code is protected by the Beerware license :P

About

Pong game clone for DOS written in Turbo C++, ad 2004

https://cepa.io/2018/02/04/coding-before-it-was-cool/


Languages

Language:C 100.0%