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
- Host: GitHub
- URL: https://github.com/csxv/sps
- Owner: CSXV
- Created: 2024-12-20T15:39:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T15:41:39.000Z (over 1 year ago)
- Last Synced: 2024-12-30T04:28:32.919Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stone, Paper, Scissor Game

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.
---