This website requires JavaScript.
Explore
Help
Register
Sign In
wfolsom
/
cs8803p4
Watch
1
Star
0
Fork
0
You've already forked cs8803p4
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fe341545aac0d3042e7806a1a181bd5520fac602
cs8803p4
/
src
/
model
History
Marshall
fe341545aa
Merge branch 'master' of woodyfolsom.net:/opt/git/cs8803p4
2012-04-29 14:20:13 -04:00
..
comPlayer
Merge branch 'master' of woodyfolsom.net:/opt/git/cs8803p4
2012-04-29 14:20:13 -04:00
playerModel
- Reorganized the constructors in Move.java.
2012-04-29 14:19:10 -04:00
Board.java
- Diagonal lines are no longer removed.
2012-04-29 12:45:49 -04:00
BoardScorer.java
Alpha-Beta move generator can look 2 plays (4 plies) ahead on a 4x4 board and blocks every possible attempt by the player to connect 3.
2012-04-14 15:36:02 -04:00
CellPointer.java
Fixed index out of bounds.
2012-04-29 13:40:27 -04:00
Move.java
- Reorganized the constructors in Move.java.
2012-04-29 14:19:10 -04:00
Referee.java
- Reorganized the constructors in Move.java.
2012-04-29 14:19:10 -04:00
SearchResult.java
Minor changes to support debugging Alpha-Beta move generator.
2012-04-25 09:27:52 -04:00