An open API service indexing awesome lists of open source software.

https://github.com/rahulrajaram/2048_bot

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

2048 python python36 python37 selenium-webdriver

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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
```