Skip to content

CSXV/SPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stone, Paper, Scissor Game

Screenshot

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

Note

Tested in Linux only.


How to use

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

Note

This project use Clang as a compiler.


How to generate the ASCII text?

  1. I use a program called Figlet.
  2. Install it in your distro.
  3. Generate a word.
  4. Copy the text from the terminal, then paste it in your code file (yes, it is hard-coded).

About

Stone, Paper, scissor - A classic game in C++ for the terminal with aesthetics

Topics

Resources

Stars

Watchers

Forks

Contributors