Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 573 Bytes

A Command-Line-Only video game in c++

  • You are a chiken running around a field evading rocks

License

  • Please read the license file. It is uploaded to github for showcase and educational purposes

Architecture

  • Object oriented
  • A carrot appears randomly that grants you 3 extra lives
  • As you level up, the rocks start going faster

Commands

  • Spit saliva and destroy rocks: 'a'
  • Pause: 'escape bar'
  • End game: 'Esc'

To do

  • I did this game between classes when I was at university
  • Code is not clean
  • There is no package structure, etc
  • Bugs... of course