Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

PyCon APAC 2015 Code Fighter online judge system @Day2 Night Party

Notifications You must be signed in to change notification settings

ccwang002/pyapac_code_fighter

Repository files navigation

Installation

Python 3.4+

pip install -r requirements.txt

Run

# debug
python server.py

# listen to all interfaces
python -m bottle -b 0.0.0.0:8888 server:app

Play

Visit /test/ to init database.

/question/ list all available questions.

/gameadmin/ start a new game.

/play/ for player to enter the game.

/judge/ show the status for the current game. Auto reload for every 2 seconds.

About

PyCon APAC 2015 Code Fighter online judge system @Day2 Night Party

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published