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
3dfecec104cd68e4e96d7743facc2fea285da298
cs8803p4
/
src
/
model
History
Marshall
3dfecec104
- Tiny update to CountingPlayer.java.
2012-04-30 13:40:39 -04:00
..
comPlayer
- Tiny update to CountingPlayer.java.
2012-04-30 13:40:39 -04:00
playerModel
- Created a new ComPlayer. It targets a particular score, and does it pretty well. It does this by counting the number of empty spaces and the number of empty spaces that can potentially be created by removing tiles then either playing to block or playing to extend the game.
2012-04-30 05:18:02 -04:00
Board.java
- Created a new ComPlayer. It targets a particular score, and does it pretty well. It does this by counting the number of empty spaces and the number of empty spaces that can potentially be created by removing tiles then either playing to block or playing to extend the game.
2012-04-30 05:18:02 -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
- Created a new ComPlayer. It targets a particular score, and does it pretty well. It does this by counting the number of empty spaces and the number of empty spaces that can potentially be created by removing tiles then either playing to block or playing to extend the game.
2012-04-30 05:18:02 -04:00
SearchResult.java
Implemented naive Monte Carlo move generator (simulates 10 random moves for 3 turns by each player).
2012-04-29 14:59:25 -04:00