VTHacksX Project. Simple game to teach recycling and learn the basics of HTML, Pygame, and django. ** To run this program you will need a python interpreter **
Steps to use in terminal:
- Install django and pygame $ python -m pip install -e django/ $ python -m pip install -U pygame --user
- Clone repository on your computer: $ git commit https://github.com/laylascott/LearnToRecycle.git
- Move to the project main branch $ cd LearnToRecycle/mysite/
- Run command $ python manage.py runserver
- Open http://127.0.0.1:8000/
- If you see "unapplied migrations" or page does not load, exit server with ctrl + C
- Run command $ python manage.py migrate
- Repeat step 5
- Open http://127.0.0.1:8000/
- Have Fun! (don't forget to quit with ctrl + C when you are done)