CodeHoppers Game for learning, developed separately in Javascript and Python
Dependencies: Python3
- 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
- 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