Skip to content

Releases: jletroui/FrcJavaKoans

v2.0: interfaces and lambdas bonus koans

29 Jul 00:29
33759c1

Choose a tag to compare

  • Many reliability improvements, including a better test coverage and a brother project testing the koans themselves.
  • Adds the second bonus koan series: interfaces and lambdas.

v1.2: arrays and for loops bonus koans

21 Jul 20:43
2c5f7e2

Choose a tag to compare

  • Adds support for bonus koans.
  • Adds the first bonus koan series: arrays and for loops.

v1.1: many small improvements, additional koans on objects

02 May 18:24
278ef06

Choose a tag to compare

For the students:

  • more koans on objects
  • loop detection
  • typos and new precisions in some koans
  • koan have now a title
  • console feedback improved a lot
  • improvements in documentation
  • support for Github Codespaces

For contributors:

  • migrate to Java 17
  • complete overhaul of the engine
  • new, simplified and more powerful DSL for designing koans
  • better section for mentors in README
  • unit test capabilities
  • additional koan capabilities: create variables, call methods on objects

v1.0: first official release!

07 Jul 16:50
fbca160

Choose a tag to compare

  • complete koan set
  • french and english translation
  • complete starting guide
  • Java cheat sheet

v0.3

21 May 16:34
987e47e

Choose a tag to compare

Support for localization.
First koan on conditions, more methods, decimals, loops, Not 7! game.