Skip to content

Python script I wrote when I was 16 during high school for a gaming community on Discord. Goal of the script was to match new players to more experienced players for tutelage based on their character preferences. Warning; code is awful. Features O(n3) for loops. Data set was consistently small so it didn't matter at the time.

Notifications You must be signed in to change notification settings

Mmullen12/Ginger-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ginger-Bot

Python script I wrote when I was 16 during high school for a gaming community on Discord. Goal of the script was to match new players to more experienced players for tutelage based on their character preferences. Warning; code is awful. Features O(n3) for loops. Data set was consistently small so it didn't matter at the time. This entire project feels like a homage to bad programming practices. May it sit here forever as a reminder.

The community was international so the bot had to be hosted on Heroku to allow for 24/7 up time. I wanted to turn off my PC on occasion afterall.

About

Python script I wrote when I was 16 during high school for a gaming community on Discord. Goal of the script was to match new players to more experienced players for tutelage based on their character preferences. Warning; code is awful. Features O(n3) for loops. Data set was consistently small so it didn't matter at the time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages