What is CS2048 | Quickstart | About this
CS2048 is the implementation of 2048 but as CS50W final project. Check the demo here.
To have your own CS2048 you will gonna need Python 3.
Clone/Download this repository and inside them run:
pip install -r requirements.txt
After that you only need to run:
python manage.py runserver
Now, you can go to 127.0.0.1:8000, and enjoy your CS2048.
This project is my CS50W Final Project.