Skip to content

ruippgoncalves/CS2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.