This repository duplicates all the Sprint and Feature data in form of GitHub issues in order to use those for simulating an agile development process during Dojos and trainings.
If you were actually looking for the Kata Bot Wars follow this link: https://github.com/bkimminich/kata-botwars
All feature cards can be viewed in a lightweight Kanban board: https://huboard.com/bkimminich/dojo-botwars
Feel free to use one of the template projects to get started immediately using your favorite programming language.
- Copy and rename /template-java
- Run
./gradlew idea
or./gradlew eclipse
to generate a project for your favorite IDE - Run
./gradlew build
to build the program, run all tests and generate a code coverage report