Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 757 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 757 Bytes

2048 Bot

A python based bot that plays 2048 game and is based on expectimax Algorithm and some heuristics.

Installation and Setup


git clone https://github.com/Uditgulati/2048-Bot.git

cd 2048-Bot

pip3 install -r requirements.txt

g++ ai.cpp

python3 main.py

Screenshots

Screenshot

Screenshot

Authors

Udit Gulati, Amit Yadav.

Contributing

Any kind of improvements are welcome. Feel free to fork and open a pull request.