Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

Obstruction

About

Obstruction game coded as assignment for the Intermediate Programming course at the University of Guelph.

Compiling

To compile this program type "make"

Running

To run the program type "./bin/obstruction"

When prompted, input both players names. The names must be differents. To play against the machine, input CPU as the name of the second player.

Use the keys 'i', 'j', 'k', and 'l' for movement (Up, Left, Down, Right) Use the spacebar to place your mark on the board. Use the 'q' key for end the game.