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: about 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:34:21.000Z (over 1 year ago)
- Last Synced: 2025-06-22T11:07:15.340Z (about 1 year ago)
- Topics: boredom, console, csharp, games, practice, small-projects, source-code
- Language: C#
- Homepage:
- Size: 15.6 KB
- 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 yourself
The 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