Skip to content

Files

Latest commit

 

History

History
22 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 402 Bytes

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