Skip to content

Jinmo/AssemblyLearner

Repository files navigation

AssemblyLearner

Self-contained judge program for assembly language (supports x86). This runs 0e1.kr.

Installation

  1. Run the script below:
git clone https://github.com/Jinmo/AssemblyLearner.git asmlearner
cd asmlearner
./install.sh

Adding a challenge

  1. Create admin account: python manage.py admin
  2. Login and go admin menu -> challenge menu
  3. Write your challenge

Dependencies

  • Python 2.7 + pipenv
  • PostgreSQL
  • see Pipfile for details
  • Celery