Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 612 Bytes

File metadata and controls

16 lines (13 loc) · 612 Bytes

Text-based-roulette

  • This is a game of roulette
  • there are up to 8 shells in the shotgun
  • you can either shoot yourself or shoot the enemy
  • if you shoot yourself and a blank is loaded, the enemy skips his turn
  • whoever is left standing at the end of the game, wins!

instructions

  • not sure how to compile C code on windows, but it should work for windows systems

if on a mac or linux

  1. open your terminal and navigate to where this has been cloned
  2. type in the command make main and hit enter
  3. type in the command ./main after the previous command has finished and hit enter
  4. enjoy!