Skip to content

laylascott/LearnToRecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

LearnToRecycle

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:

  1. Install django and pygame $ python -m pip install -e django/ $ python -m pip install -U pygame --user
  2. Clone repository on your computer: $ git commit https://github.com/laylascott/LearnToRecycle.git
  3. Move to the project main branch $ cd LearnToRecycle/mysite/
  4. Run command $ python manage.py runserver
  5. Open http://127.0.0.1:8000/
  6. If you see "unapplied migrations" or page does not load, exit server with ctrl + C
  7. Run command $ python manage.py migrate
  8. Repeat step 5
  9. Open http://127.0.0.1:8000/
  10. Have Fun! (don't forget to quit with ctrl + C when you are done)

About

VTHacksX Project. Simple game to teach recycling and learn the basics of HTML, Pygame, and django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors