Skip to content

whorlwater/2048player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048player

Selenium plays 2048 in Firefox.

How To

Run from command line:

python play2048.py [GAME METHOD]

Current game methods:

  • random (chooses directions at random)

  • ordered (iterates up, right, down, left in order continuously)

  • preferred (tries to move down if able, then right, then left, then up)

About

Selenium plays 2048 in Firefox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages