summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
gumartinm [Fri, 7 Sep 2012 01:38:51 +0000 (03:38 +0200)]
AI: Select move in random way.
gumartinm [Wed, 5 Sep 2012 19:55:42 +0000 (21:55 +0200)]
Heuristic: frontier discs, mobility, square table
gumartinm [Wed, 5 Sep 2012 18:11:52 +0000 (20:11 +0200)]
Fixed alpha beta pruning.
alpha init value always: the smallest possible heuristic value
beta init value alway: the biggest possible heuristic value
gumartinm [Wed, 5 Sep 2012 02:34:00 +0000 (04:34 +0200)]
No time for comments
gumartinm [Wed, 5 Sep 2012 00:27:20 +0000 (02:27 +0200)]
Fixed string value
gumartinm [Wed, 5 Sep 2012 00:21:39 +0000 (02:21 +0200)]
No time for comments :(
gumartinm [Tue, 4 Sep 2012 23:49:26 +0000 (01:49 +0200)]
No time for comments.
gumartinm [Tue, 4 Sep 2012 23:07:37 +0000 (01:07 +0200)]
AI: mobility implementation
Fixed issue while tyring to update the UI from an "alien" thread.
gumartinm [Tue, 4 Sep 2012 21:05:38 +0000 (23:05 +0200)]
Alpha-Beta pruning.
gumartinm [Tue, 4 Sep 2012 16:45:46 +0000 (18:45 +0200)]
Improvement: retrieved flipped discs/ isValidMove
gumartinm [Sat, 1 Sep 2012 20:35:14 +0000 (22:35 +0200)]
No time for comments :(
gumartinm [Sat, 1 Sep 2012 17:12:27 +0000 (19:12 +0200)]
First steps AIThread.
Bonus: code refactoring, trying to improve the OOP
gumartinm [Fri, 31 Aug 2012 15:15:42 +0000 (17:15 +0200)]
No time for comments
gumartinm [Fri, 31 Aug 2012 13:14:33 +0000 (15:14 +0200)]
CheckMovement, removing Precondition 2.
gumartinm [Fri, 31 Aug 2012 13:05:09 +0000 (15:05 +0200)]
Next step: IA
gumartinm [Fri, 31 Aug 2012 12:23:40 +0000 (14:23 +0200)]
Checkmovement and flip opponent discs working.
Gustavo Martin Morcuende [Thu, 30 Aug 2012 12:21:03 +0000 (14:21 +0200)]
Main loop first implementation.
gumartinm [Thu, 30 Aug 2012 04:05:49 +0000 (06:05 +0200)]
Minor improvements.
Gustavo Martin Morcuende [Thu, 30 Aug 2012 01:23:17 +0000 (03:23 +0200)]
Checkmovement, empty squares detection.
Gustavo Martin Morcuende [Wed, 29 Aug 2012 23:05:32 +0000 (01:05 +0200)]
Check the permitted movements for the human player.
Gustavo Martin Morcuende [Sun, 12 Aug 2012 20:33:22 +0000 (22:33 +0200)]
First commit ReversiForFun
gumartinm [Sun, 12 Aug 2012 20:08:06 +0000 (13:08 -0700)]
Initial commit