Tim2othy / spacegame

2 stars 1 forks source link

Constants in Code #19

Open lumi-a opened 3 weeks ago

lumi-a commented 3 weeks ago

Currently, constants are all over the place in code. Some are at the top of modules, some are just in the class __init__. Find out what the most pythonic way to manage such constants is, and implement it.