Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.42 KB

Augusta University CodeHoppers Game

CodeHoppers Game for learning, developed separately in Javascript and Python

Dependencies: Python3

Javascript game

  • Demo available at https://gwc.jinny.dev
  • Can be run locally with python deploy.py serve and then viewed from http://localhost:5000/
  • Source files can be found under /javascript directory
  • Uses png images under /img directory
  • Choose difficulty for maze
  • To move, use arrow keys. On mobile, use swipes.
  • Console output can be observed using "inspect" option on browser

JS game

Python game

  • Script can be found under /python directory, most updated code can be found here
  • Run python basicGame2019.py from command line within directory or through IDE
  • Uses jpg images under /img directory
  • To move, use arrow keys
  • Collect all four core modules!
  • Console output is available to follow progress

Python game

Acknowledgements

  • Python game: Julianna Rodriguez, based on code here
  • Javascript game: Jinny Yan, based on code here