Skip to content

ezwang/village-battles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Village Battles

Build Status

Village Battles is a simple real time strategy game.

Features

  • Multiple Worlds
  • Multiple Villages
  • Building Creation
  • Troop Creation
  • Map Interface
  • Attacking / Supporting
  • Village Conquering
  • Quests
  • Reports
  • Tribes

Setup

Start a redis server on port 6379.

virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver