Lotto Manager

Source

LottoManager


This is a simple lottery style program written in C#. It was initially written for use by a friend to manage weekly lotteries for his Guild Wars 2 guild.
The idea behind this program was simple: connect to a MySQL database, add users to the lottery pool, edit their tickets, enter a roll number, roll. Type in the prize, submit, and repeat as needed. Super simple.

This project was my first real venture into writing C# code, which is why some things are a little weird (naming, formatting, conventions, etc.). There was no plan to update or maintain this after the initial creation, as it was created for a singular purpose that has been fulfilled. With that said, there are no database creation scripts included with this. It was a fun little project that I have moved on from.

Last Updated: September 12, 2023 @ 12:48 PM