JGMEYER / py-traffic-sim

A fun program to simulate vehicle traffic patterns in python
0 stars 1 forks source link

Move GRID_WIDTH and GRID_HEIGHT into settings.GameSettings #19

Closed JGMEYER closed 4 years ago

JGMEYER commented 4 years ago

I've started migrating constants into settings.GameSettings. Let's move these variables into GameSettings instead of defining them in game.py.