Skip to content

Uses General Game Playing principles to learn to play the game 2048

Notifications You must be signed in to change notification settings

rush8192/tfe-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFE: Uses MonteCarloTreeSearch (MCTS) estimation to attempt to
play the random game 2048. This game features a 4x4 board, where
the player can combine adjacent matching numbers (all powers of
2) to attempt to create a tile totaling 2048 points.

compile using javac *.java
run using java TFE

About

Uses General Game Playing principles to learn to play the game 2048

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages