StickMick / BYOC

Bring Your Own Client. An online game with no client - challenge yourself by creating your own and compete with others.
MIT License
9 stars 2 forks source link

Code cleanup. #2

Closed musictopia2 closed 2 years ago

musictopia2 commented 2 years ago

Also used a custom random function to make it easier to generate random numbers. Finally, used fast enum to make it easier to do enums that is fast without reflection.