Skip to main content

Competition-based group project for Algorithms courses

Project description

AlgoBOWL

AlgoBOWL is a group project for algorithms courses. Students compete to create heuristics to an NP-hard problem. For more information, see the paper in ITiCSE 2019.

This is the AlgoBOWL web application, as well as associated tools (e.g., command line interface).

Getting Started

The rest of this README assumes you're interested in hacking on the AlgoBOWL code, and want to install the web app locally. For other topics of interest, check out the docs/ directory.

You'll need a system running Linux and Python 3.8+.

Create and activate a virtual environment to install in:

$ python3 -m venv venv
$ . venv/bin/activate

Next, install the app in editable mode::

$ pip install -e ".[dev]"

Next, copy the sample development config and setup the application::

$ cp development.ini.sample development.ini
$ gearbox setup-app

Finally, you can serve the app::

$ gearbox serve --reload --debug

Have fun!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

algobowl-2024.2.29.0.tar.gz (49.9 kB view hashes)

Uploaded Source

Built Distribution

algobowl-2024.2.29.0-py3-none-any.whl (68.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page