https://github.com/maiswan/marble
Simple PRNG game.
https://github.com/maiswan/marble
console csharp prng rng
Last synced: over 1 year ago
JSON representation
Simple PRNG game.
- Host: GitHub
- URL: https://github.com/maiswan/marble
- Owner: maiswan
- License: mit
- Created: 2024-06-29T03:24:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T12:33:13.000Z (almost 2 years ago)
- Last Synced: 2024-07-26T15:49:04.006Z (almost 2 years ago)
- Topics: console, csharp, prng, rng
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🔮 Marble

Marble is a simple console program demonstrating PRNGs. Marble teams are denoted by different colors. Their population drops as the rounds progress. When every team dies out or the game script ends, the last team standing wins.
## 🎉 Features
**Customizable rounds**
- Add/set/multiply a team's population
- Multiple built-in presets
## 🛠 Building
I use Visual Studio 2022 on Windows 10, though most IDEs can compile Marble.
## 🙏 Credits
* [CS-Script](https://github.com/oleg-shilo/cs-script) for C# scripting support in demo