doodlechaos / ChaosLeagueLiveOS

Open source interactive livestream for twitch!
GNU General Public License v3.0
24 stars 13 forks source link

Unstandarized locations and names of files serving similar purposes #2

Open Thedoczek opened 8 months ago

Thedoczek commented 8 months ago

main/Assets/Scripts/ChaosPlinko.cs main/Assets/Scripts/ChickenOutGame.cs main/Assets/Scripts/Games/ForkedFrenzy.cs main/Assets/Scripts/Games/QuipBattleGame.cs

Here we see 4 different conventions of what I believe is implementing minigame mechanics to the game.

But there's more! main/Assets/Scripts/Games/DangerZone.cs main/Assets/Scripts/Games/DangerZoneGame.cs Why are these 2 files separate, and what's the difference between their purposes?

Standarizing some parts of the code would greatly help both Doodle and Contributors in effeciently maintaining the code.

TheShadow45 commented 8 months ago

but wait! theres more!

Assets/Materials/Sprites/CircleSkull.png Assets/Materials/Sprites/suddenDeathSkull.png

doodlechaos commented 8 months ago

Very true! Great idea to fix 👍