https://github.com/OliRud/Russian-Roulette
A recreation of my russian roulette python script, but in the C# console as im learning it currently.
https://github.com/OliRud/Russian-Roulette
boredom console csharp games practice small-projects source-code
Last synced: 29 days ago
JSON representation
A recreation of my russian roulette python script, but in the C# console as im learning it currently.
- Host: GitHub
- URL: https://github.com/OliRud/Russian-Roulette
- Owner: OliRud
- Created: 2024-11-08T21:25:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:34:21.000Z (7 months ago)
- Last Synced: 2024-11-08T22:27:39.310Z (7 months ago)
- Topics: boredom, console, csharp, games, practice, small-projects, source-code
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A C# version of my python russian roulette script, as im trying to learn it at the moment.
Source code can be found in Program.cs
For those who dont know how to play:
First person to get the opponent killed wins.
You can either spin, pull the trigger, or fire at the opponent and then shoot yourselfThe chamber is decided through choosing a random number between 1 to 6, and then reducing it by 1 whenever the trigger is pulled. (So 0 would mean death)
anyways have fun :DDDD