Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 844 Bytes
CS2048 Logo

CS2048

What is CS2048 | Quickstart | About this

What is CS2048

CS2048 is the implementation of 2048 but as CS50W final project. Check the demo here.

Quickstart

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.

About This

This project is my CS50W Final Project.