Skip to content

heliophysicsPy/pyhc-coding-challenge-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHC Challenge Ladder

A coding challenge game where players compete to solve randomly dealt Python in Heliophysics Community (PyHC) coding tasks of increasing difficulty.

Running the Game

  1. flask run starts the back-end Python server from app.py
  2. Players join the game by accessing the front-end at http://127.0.0.1:5000/
  3. A leaderboard with a 90-minute timer is available at http://127.0.0.1:5000/leaderboard

Note: all game data is ephemeral and the game completely resets each time the Flask server restarts. Team data is stored in-memory via the teams_data dict in app.py.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages