warriorjs
warriorjs copied to clipboard
🏰 An exciting game of programming and Artificial Intelligence
Hello , I am sending you my SRS Document for WarriorJS. This doc was created on behalf of a project in software engineering course - Computer Science Department of Aristotle...
I created an account on warriorjs.com (at least I think I did??) and the page said I would be receiving a mail to my account with further instructions. i did...
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...
I have no idea how to do this, but would it be possible to auto-run a warrior when its Player.js (or other files?) change? Something like warriorjs --directory warriorjs/antalia-baby-steps/ --watch...
I completed the Korean translation work through Crowdin. Could you merge it for me?
The original ruby warrior from 2012 had sound effects so it made everything more enjoyable and interactive. https://www.bloc.io/ruby-warrior That server is dead but the client is still online. What's our...
yarn lint was failing as it was unable to match packages/**/src this pattern
Originally mentioned in https://github.com/olistic/warriorjs/issues/39, it would be a great improvement to code organization if users like myself could split our code into modules (*.js and *.mjs) that could be loaded...
I used `some` to check if after any effect the unit.isAlive() would return false. In case the unit is not alive after any effect, it will skip the next iterations...