olistic / warriorjs

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

Connect WarriorJS CLI with warriorjs.com #235

Closed olistic closed 1 year ago

olistic commented 5 years ago

The proposal is to be able to sync your code with the online version of WarriorJS (https://warriorjs.com) so that you can play from the terminal with your own IDE, but also be part of the global leaderboard (https://warriorjs.com/leaderboard). The user will need to authenticate via the CLI, and then, after succeeding in each level, the code would be sent to the WarriorJS API (GraphQL API running at https://api.warriorjs.com/graphql) for validation and inclusion in the leaderboard.

Let me know if you're interested in working on this!

Zorgatone commented 2 years ago

The proposal is to be able to sync your code with the online version of WarriorJS (https://warriorjs.com) so that you can play from the terminal with your own IDE, but also be part of the global leaderboard (https://warriorjs.com/leaderboard). The user will need to authenticate via the CLI, and then, after succeeding in each level, the code would be sent to the WarriorJS API (GraphQL API running at https://api.warriorjs.com/graphql) for validation and inclusion in the leaderboard.

Let me know if you're interested in working on this!

It would be a great addition!

olistic commented 1 year ago

Closing as I don't have time to work on this at the moment.