Skip to content

tristanzickovich/slotmachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a game for your terminal. It is a simple slot machine simulation.

How to play:

  • Compile the code (g++ slots.cpp) and run the executable in your terminal (./a.out).
  • You are credited 100 tokens to start.
  • Enter the number of tokens you wish to wager. Wager rules are standard: you gain the amount of tokens wagered if successful, otherwise it will be deducted from your total.
  • The slots will "spin" and show your results.
  • You can choose whether you wish to continue playing or not. If you choose to continue, the game will proceed until you run out of tokens.

About

Terminal Slot Machine Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages