Skip to content

2048_bot automatically plays the 2048 game at https://play2048.co a 100 times by making random movements.

License

Notifications You must be signed in to change notification settings

rahulrajaram/2048_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

About

2048_bot automatically plays the 2048 game at https://play2048.co a 100 times by making random movements.

1. Prerequisites:

  1. Python 3.6+
  2. selenium Python package from PyPi:
    pip install selenium
    
  3. Firefox Web Browser
  4. geckodriver (on Arch, you can get it by running):
    pacman -S geckodriver
    

2. Execution:

python 2048_bot.py

About

2048_bot automatically plays the 2048 game at https://play2048.co a 100 times by making random movements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages