Skip to content

A python project where I recreated the web game 2048 with a playable version and a bot version which uses a depth search algorithm to find the best moves.

Notifications You must be signed in to change notification settings

JackMarVan/2048-depth-bot-playable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The program will ask for an amount of games to be played for both a random generator and a depth search generator, as well as a depth for the latter.
Depths of four or more will take a while to execute, with a depth of five taking about a minute, with further depths likely taking much longer. I do not
recommend exceeding five.

If you would like to manually play 2048, a playable version is included.

About

A python project where I recreated the web game 2048 with a playable version and a bot version which uses a depth search algorithm to find the best moves.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages