Skip to content

Files

Latest commit

 

History

History
20 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 529 Bytes

This repository contains the code for the Battlehack20 minimalengine.

Installation and Usage

Installation

To install, run

$ pip install battlehack20-minimalengine

You may need to first run

$ pip uninstall battlehack20

Most things should be able to be run the same as with the original battlehack20, but much faster and without a sandbox.

Known Issues

A few things are not implemented in the minimalengine. These include

  • bytecode
  • the minimalengine does not log as much as the original