An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🔮 Marble

![GIF demonstrating a run of the Marble binary.](https://github.com/maiswan/Marble/assets/173935047/8af4f0f9-e535-40af-8009-887cc477f0f8)

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