GitXplorerGitXplorer
b

dojo-botwars

public
0 stars
0 forks
9 issues

Commits

List of commits on branch master.
Unverified
8f34c195d453031ad49b061c11da97afd828f8d5

Update README.md

bbkimminich committed 9 years ago
Unverified
356dd6c91de99c89622991315e319ff09cbf3f98

Initial commit

bbkimminich committed 9 years ago

README

The README file for this repository.

Dojo: Bot Wars - Factory of Heroes

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.

Where is the Kata?

If you were actually looking for the Kata Bot Wars follow this link: https://github.com/bkimminich/kata-botwars

Kanban Board

All feature cards can be viewed in a lightweight Kanban board: https://huboard.com/bkimminich/dojo-botwars

Templates

Feel free to use one of the template projects to get started immediately using your favorite programming language.

Java Template

  1. Copy and rename /template-java
  2. Run ./gradlew idea or ./gradlew eclipse to generate a project for your favorite IDE
  3. Run ./gradlew build to build the program, run all tests and generate a code coverage report