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

https://github.com/bemug/cowbot

Text-based saloon defender game for IRC
https://github.com/bemug/cowbot

cowboy francais irc irc-bot irc-game python python3 rpg text-based text-based-game text-based-rpg

Last synced: 19 days ago
JSON representation

Text-based saloon defender game for IRC

Awesome Lists containing this project

README

          


Cowbot icon

# Cowbot
Cowbot is a text-based RPG over IRC taking place in the wild west era. Players have to defend the local saloon from intruders.

## Instalation
Using virtual environements is recommended, but not mandatory.
```
python -m venv env
. env/bin/activate
```
```
pip install -r requirements.txt
```

## Configuration
```
cp config-template.cfg config.cfg
$EDITOR config.cfg
```

## Running
```
python cowbot.py
```

Cowbot icon created by shmai - Flaticon