Skip to content

Educational game for the Girls Who Code chapter run by Augusta University, School of Computer and Cyber Sciences, Cyber Institute

License

Notifications You must be signed in to change notification settings

jinnyyan/gwc19-game

Repository files navigation

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

About

Educational game for the Girls Who Code chapter run by Augusta University, School of Computer and Cyber Sciences, Cyber Institute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published