issues
search
15MiConroy
/
CIS434_Spring2019_G1
Project for Cleveland State University's CIS 434 course
0
stars
0
forks
source link
Refactoring
#46
Closed
alexdarling
closed
5 years ago
alexdarling
commented
5 years ago
Code cleanup:
Removing unused code
Moving globals into a single spot
Using var instead of let for consistency
Indentation / spacing consistency
Updating no-car generation
Bugfixes:
Manual light generation
Preventing cars from overlapping on spawn
QOL updates:
Initializing lanes so they spawn a car early
Cleaning up car arrays once they are sufficiently large
Updating randomness to use a bell curve
Code cleanup:
Bugfixes:
QOL updates: