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.
- Host: GitHub
- URL: https://github.com/rahulrajaram/2048_bot
- Owner: rahulrajaram
- License: mpl-2.0
- Created: 2019-10-13T00:46:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T16:27:23.000Z (about 1 year ago)
- Last Synced: 2025-04-19T05:25:33.230Z (about 1 year ago)
- Topics: 2048, python, python36, python37, selenium-webdriver
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```