https://github.com/miguelzacca/russian-roulette
Simple russian roulette game with C++. Your chance is 1 in 6.
https://github.com/miguelzacca/russian-roulette
Last synced: about 2 months ago
JSON representation
Simple russian roulette game with C++. Your chance is 1 in 6.
- Host: GitHub
- URL: https://github.com/miguelzacca/russian-roulette
- Owner: miguelzacca
- License: other
- Created: 2024-06-04T01:14:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:31:54.000Z (12 months ago)
- Last Synced: 2025-02-15T17:41:31.681Z (4 months ago)
- Language: C++
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Russian Roulette
Simple russian roulette game with C++. Your chance is 1 in 6.
## Install
Linux:
```bash
git clone https://github.com/miguelzacca/russian-roulette.git
~/russian-roulette/config
```Windows:
```cmd
git clone https://github.com/miguelzacca/russian-roulette.git
russian-roulette/config.exe
```## Use
Linux
```bash
sudo rr
```Windows:
```cmd
rr
```## If you lose
Linux:
```bash
sudo shutdown -a now
```Windows:
```cmd
shutdown /s /f /t 0
```