Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 709 Bytes

connect cities

  • simple train game running in a linux terminal
  • obejective is to connect cities with train track
  • the number of cities, color of each city, and placement of each city is randomly generated with each game

see controls.txt for controls and game info.

version 2.0

game has ben re-written from scratch. should now be much cleaner and more efficent code. 

screenshots

screenshot1 screenshot2 screenshot2

dependencies

will need:
  - C compiler.
  - ncurses. you can get it from: https://invisible-island.net/ncurses/
  - working keyboard