xviniette / FlappyLearning

Program learning to play Flappy Bird by machine learning (Neuroevolution)
http://xviniette.github.io/FlappyLearning/
MIT License
3.97k stars 498 forks source link

Neuroevolution.js is badly indented. #23

Closed francium closed 7 years ago

francium commented 7 years ago

The formatting seem to have messed up during the pull request/merge for #22. Lines are not correctly indented.

It appears fine on my computer. I can look into it in the next few days.

francium commented 7 years ago

Caused by using spaces instead of tabs. The original code was using tabs. New changes use spaces.