An open API service indexing awesome lists of open source software.

https://github.com/csxv/sps

classic C++ game in the terminal
https://github.com/csxv/sps

cpp

Last synced: 4 months ago
JSON representation

classic C++ game in the terminal

Awesome Lists containing this project

README

          

# Stone, Paper, Scissor Game

![Screenshot](Pics/Screenshot.png)

C++ game, let you play against the computer. Have a lovely TUI :)

NOTE: Tested on Linux only.

---
## How to use
1. Clone this repo.
2. Build the project by running `Make.sh` file.
3. Run the program, use `.\outDebug`.

---
## How to generate the ASCII text?
1. I use a program called [Figlet](http://www.figlet.org/).
2. Install it in your distro.
3. Generate a word.
4. Copy the text from the termail, then paste it in your code file.

---