saurabhjn76 / Race-the-car

An exciting strategy board game created on python,as a part of learning project.
Apache License 2.0
23 stars 26 forks source link

improve code indentation #8

Open saurabhjn76 opened 5 years ago

saurabhjn76 commented 5 years ago

The code structure has too many if indentations, which makes the code difficult to read, make the happy path less indented by putting negative conditionals.

pmichielsen commented 5 years ago

Happy to take this one