Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 499 Bytes

File metadata and controls

23 lines (18 loc) · 499 Bytes

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