Understand how probablity works and why gambling is a scam using C#
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
I wanted to create something that combined learning, ethical awareness, and technical practice.
This project is a Minesweeper-inspired game with probability in-mind, as well as bet amount and multiplier amount that increases on every gem opened.
I have an explanation on how this works, and why actually you'll never profit or win off this in the long-term.
- Learn Probability: How probability affects the odds and risks often misunderstood in gambling scenarios.
- GUI Framework and C# I mainly built this in WPF, however, you can take the core game logic and hook it with any GUI Framework you like. Read more about this in the documentation
- Raise Awareness: Beyond coding, this project focuses on the addictive mechanics of gambling, and why it's actually a scam.
Feel free to contribute to this repository.
Built with
- C# & .NET Framework 4.5 (can be ported to .NET Core)
- WPF
TODO Add explanation to set up
please refer to the Documentation
- Add Changelog
- Add back to top links
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the CC BY-NC-ND 4.0. See LICENSE
for more information.
TODO - Add Acknowledgments