olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.41k stars 489 forks source link

Sort abilities alphabetically in profile's README #189

Closed olistic closed 6 years ago

olistic commented 6 years ago

Abilities should be sorted alphabetically under the sections "Actions" and "Senses" of the profile's README.

djohalo2 commented 6 years ago

@olistic Looks like a good issue to start with! However, after cloning the repo, running the necessary yarn installs, I can't seem to get my local version running to test changes. Whenever I run the warriorjs.js from the cli package with node I get unhandled promise rejections :/ Did I miss some steps perhaps?

olistic commented 6 years ago

Hello @djohalo2, and thanks for your interest in the project! Would you mind opening a new issue and completing the issue template so I can help you better?

olistic commented 6 years ago

@djohalo2 Before opening the issue, give it another try. It could have been fixed by e790005.

djohalo2 commented 6 years ago

@olistic It works now! I will then pick up this issue, if that's alright!