A python based bot that plays 2048 game and is based on expectimax Algorithm and some heuristics.
git clone https://github.com/Uditgulati/2048-Bot.git
cd 2048-Bot
pip3 install -r requirements.txt
g++ ai.cpp
python3 main.py
Any kind of improvements are welcome. Feel free to fork and open a pull request.