Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.37 KB

CodeQuest2023

Description

  • This repository contains the code for the CodeQuest 2023 team Nullvoiders.
  • We placed 2nd🥈 in the 2023 CodeQuest competition.

Requirements

  • Python 3.8.5
  • cq23 package
  • Docker

Running the code

To run the code, you must first install the cq23 package. This can be done by running the following command:

pip install cq23

Once the package is installed, you can run the code by running the following command from the main directory:

cq23 run

Authors