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
80
Commits
1
Branch
0
Tags
0cfe26faf1bdc73864cfbf54b5d60da15a2ee043
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Marshall
0cfe26faf1
- Created a GameGoal class to encapsulate the expected computer behavior/target score for a game. The PlayerModel.java function getTargetScore() now returns a GameGoal object.
2012-04-26 12:08:17 -04:00
lib
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
res
/img
No longer ignoring .png files, thanks Mario.
2012-04-19 20:55:22 -04:00
src
- Created a GameGoal class to encapsulate the expected computer behavior/target score for a game. The PlayerModel.java function getTargetScore() now returns a GameGoal object.
2012-04-26 12:08:17 -04:00
test
/model
Minor changes to support debugging Alpha-Beta move generator.
2012-04-25 09:27:52 -04:00
.classpath
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
.gitignore
No longer ignoring .png files, thanks Mario.
2012-04-19 20:55:22 -04:00
.project
Initial game engine.
2012-03-31 14:15:50 -04:00
build.xml
App can now be built using Ant and run from the JAR file.
2012-04-02 13:54:55 -04:00
Description
GaTech Spring 2012 CS 8803 Game AI Project 4
9.4
MiB
Languages
Java
100%