GitXplorerGitXplorer
b

dojo-botwars

public
0 stars
0 forks
9 issues

Commits

List of commits on branch master.
Unverified
f16358d03046c7c4965ae856a6593200c4066700

Implementation by Clean Code Days 2016 participants

bbkimminich committed 9 years ago
Unverified
59ae598a8eeaec5b0c2cfd2489e67a06662dff10

Prepared Dojo session for Clean Code Days 2016

bbkimminich committed 9 years ago
Unverified
935500dc987884176a0ea36aba885bf8bf94d06a

Update README.md

bbkimminich committed 9 years ago
Unverified
e68902ee564e0ed199f5c9d95bb65007c30ca37d

Added IntelliJ and Eclipse plugin

bbkimminich committed 9 years ago
Unverified
af512a7ac152629506f14a963ec2a0525b2d9518

Renamed into template-java

bbkimminich committed 9 years ago
Unverified
9edaf153e116011f7a08b60babeec67dadcc46b3

Added Java template

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