This is the typescript version of codenjoy project with some code organizing.
- Game instructions and useful links: http://codenjoy.com/codenjoy-contest/resources/help/battlecity.html.
Fork this repository and cd to it. Then:
- create .env file in root directory with variable: GAME_URL="URL", where URL is your url received after registration.
npm inpm run buildnpm start- run your browser at http://localhost:8081/
- write code (e.g. in main.ts) for your tank-bot and enjoy! :)