Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 968 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 968 Bytes

NOTE

This is not the most recent version of the game. For the most recent builds, go here: https://underlordcg.github.io/builds

Underlord

Underlord is an online ccg-esque game, currently in development.

Running it

The easiest way to run the client is to grab it from the Releases page. If you want to run it from source:

pip install -i https://archive.panda3d.org/ panda3d
pip install GitPython
git clone [email protected]:hpoggie/Underlord.git
cd underlord-client
python __main__.py

Underlord is written in python 3. I'm assuming you're running this inside a virtualenv. If not, replace python with python3 and pip with pip3.

If you want to know how to use virtualenv, see here. I recommend using virtualenvwrapper, which is explained here.