Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abetoluwani/simple-rps-game
https://github.com/abetoluwani/simple-rps-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abetoluwani/simple-rps-game
- Owner: abetoluwani
- Created: 2024-05-17T12:56:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:16:59.000Z (9 months ago)
- Last Synced: 2024-11-09T09:32:00.544Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-rps-game
## Overview
This is a simple terminal-based rock, paper, scissors game written in C++.
## Getting Started
To get started, you will need to have C++ installed on your machine. You can download C++ from the official website here: https://www.cplusplus.com/download/
Once you have C++ installed, you can clone this repository and run the game.
### Installation
To install the game, run the following command in your terminal:
- **Unix/Linux/macOS**:
- Compile: `g++ main.cpp -o output`
- Run: `./output`- **Windows**:
- Compile: Use Visual C++ or MinGW
- Run: Double-click the binary or use the command promptEnsure you have the necessary compiler installed for your platform to compile and run C++ code.