An open API service indexing awesome lists of open source software.

https://github.com/mes32/tcod-tutorial


https://github.com/mes32/tcod-tutorial

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# TCOD Tutorial

## Setup

```
# Create venv
python3 -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install requirements in requirements.txt
pip3 install -r requirements.txt

```

## Running

```
python main.py
```