AndroidReversiForFun/.git
11 years agoAI: Select move in random way. master origin/HEAD origin/master
gumartinm [Fri, 7 Sep 2012 01:38:51 +0000 (03:38 +0200)]
AI: Select  move in random way.

11 years agoHeuristic: frontier discs, mobility, square table
gumartinm [Wed, 5 Sep 2012 19:55:42 +0000 (21:55 +0200)]
Heuristic: frontier discs, mobility, square table

11 years agoFixed alpha beta pruning.
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

11 years agoNo time for comments
gumartinm [Wed, 5 Sep 2012 02:34:00 +0000 (04:34 +0200)]
No time for comments

11 years agoFixed string value
gumartinm [Wed, 5 Sep 2012 00:27:20 +0000 (02:27 +0200)]
Fixed string value

11 years agoNo time for comments :(
gumartinm [Wed, 5 Sep 2012 00:21:39 +0000 (02:21 +0200)]
No time for comments :(

11 years agoNo time for comments.
gumartinm [Tue, 4 Sep 2012 23:49:26 +0000 (01:49 +0200)]
No time for comments.

11 years agoAI: mobility implementation
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.

11 years agoAlpha-Beta pruning.
gumartinm [Tue, 4 Sep 2012 21:05:38 +0000 (23:05 +0200)]
Alpha-Beta pruning.

11 years agoImprovement: retrieved flipped discs/ isValidMove
gumartinm [Tue, 4 Sep 2012 16:45:46 +0000 (18:45 +0200)]
Improvement: retrieved flipped discs/ isValidMove

11 years agoNo time for comments :(
gumartinm [Sat, 1 Sep 2012 20:35:14 +0000 (22:35 +0200)]
No time for comments :(

11 years agoFirst steps AIThread.
gumartinm [Sat, 1 Sep 2012 17:12:27 +0000 (19:12 +0200)]
First steps AIThread.

Bonus: code refactoring, trying to improve the OOP

11 years agoNo time for comments
gumartinm [Fri, 31 Aug 2012 15:15:42 +0000 (17:15 +0200)]
No time for comments

11 years agoCheckMovement, removing Precondition 2.
gumartinm [Fri, 31 Aug 2012 13:14:33 +0000 (15:14 +0200)]
CheckMovement, removing Precondition 2.

11 years agoNext step: IA
gumartinm [Fri, 31 Aug 2012 13:05:09 +0000 (15:05 +0200)]
Next step: IA

11 years agoCheckmovement and flip opponent discs working.
gumartinm [Fri, 31 Aug 2012 12:23:40 +0000 (14:23 +0200)]
Checkmovement and flip opponent discs working.

11 years agoMain loop first implementation.
Gustavo Martin Morcuende [Thu, 30 Aug 2012 12:21:03 +0000 (14:21 +0200)]
Main loop first implementation.

11 years agoMinor improvements.
gumartinm [Thu, 30 Aug 2012 04:05:49 +0000 (06:05 +0200)]
Minor improvements.

11 years agoCheckmovement, empty squares detection.
Gustavo Martin Morcuende [Thu, 30 Aug 2012 01:23:17 +0000 (03:23 +0200)]
Checkmovement, empty squares detection.

11 years agoCheck the permitted movements for the human player.
Gustavo Martin Morcuende [Wed, 29 Aug 2012 23:05:32 +0000 (01:05 +0200)]
Check the permitted movements for the human player.

11 years agoFirst commit ReversiForFun
Gustavo Martin Morcuende [Sun, 12 Aug 2012 20:33:22 +0000 (22:33 +0200)]
First commit ReversiForFun

11 years agoInitial commit
gumartinm [Sun, 12 Aug 2012 20:08:06 +0000 (13:08 -0700)]
Initial commit