This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Checkers (German Draughts)

Return to Checkers (German Draughts)

A new version of this scenario was uploaded on 2019-02-04 22:15:50 UTC
A new version of this scenario was uploaded on 2019-02-05 02:27:42 UTC add move stones on mouse clicked
A new version of this scenario was uploaded on 2019-02-05 13:22:54 UTC add logic to take opponent draught and moves
A new version of this scenario was uploaded on 2019-02-05 15:53:33 UTC add key "t" to turn info on bugs fixing
A new version of this scenario was uploaded on 2019-02-06 15:20:19 UTC add the queen and moves logic using the position class from Paola Maneggia to store the queens legal positions
A new version of this scenario was uploaded on 2019-02-06 16:11:51 UTC update queen draught formatting & clean code
A new version of this scenario was uploaded on 2019-02-06 19:03:11 UTC set stones positions over for loops
A new version of this scenario was uploaded on 2019-02-06 21:50:10 UTC refactoring code
A new version of this scenario was uploaded on 2019-02-07 00:07:19 UTC add highlight position some code refactoring
A new version of this scenario was uploaded on 2019-02-07 02:08:50 UTC new cellsize 50x50 fixing bugs
A new version of this scenario was uploaded on 2019-02-07 02:40:05 UTC
A new version of this scenario was uploaded on 2019-02-07 15:53:27 UTC add new highlight legal position feature on mouse click (for normal pieces) use java.awt.Point for storing positions instead of the position class from Paola Maneggia
A new version of this scenario was uploaded on 2019-02-07 16:05:20 UTC seams HTML5 doesn't support the awt.point class turn back to the Position class
A new version of this scenario was uploaded on 2019-02-07 20:47:01 UTC check turn moves add warning "not your move" refactoring bugs fixing
A new version of this scenario was uploaded on 2019-02-07 20:58:19 UTC remove some comments remove show info
A new version of this scenario was uploaded on 2019-02-07 22:11:03 UTC add key option "t" to turn on/off check turn moves.
A new version of this scenario was uploaded on 2019-02-08 01:37:48 UTC add more legal moves bugs fixing
A new version of this scenario was uploaded on 2019-02-08 03:07:34 UTC
A new version of this scenario was uploaded on 2019-02-08 12:53:11 UTC Tagging Version 0.1.7
A new version of this scenario was uploaded on 2019-02-08 18:34:30 UTC improved highlighting legal moves add queen highlighting legal moves refactoring highlighting code
A new version of this scenario was uploaded on 2019-02-09 01:33:40 UTC
A new version of this scenario was uploaded on 2019-02-09 02:32:53 UTC
A new version of this scenario was uploaded on 2019-02-09 22:38:47 UTC improved highlighting legal positions
A new version of this scenario was uploaded on 2019-02-10 00:35:10 UTC add 3rd level highlighting legal moves
A new version of this scenario was uploaded on 2019-02-10 23:08:23 UTC refactoring code
A new version of this scenario was uploaded on 2019-02-11 01:41:58 UTC
A new version of this scenario was uploaded on 2019-02-11 13:03:46 UTC
A new version of this scenario was uploaded on 2019-02-13 15:11:22 UTC fixed piece not changing after turn to queen bug
A new version of this scenario was uploaded on 2019-02-13 17:12:56 UTC add press key "s" to show last move position
A new version of this scenario was uploaded on 2019-02-14 00:27:06 UTC