Skip to content

GitNitneroc/tethical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tethical

Tethical is a tactical RPG engine with online gaming support. If you don't know what is a tactical RPG, take a look at Final Fantasy Tactics or Disgaea. See the homepage at (http://tethical.kivutar.me).

Installation instructions for the developpers (Ubuntu Maverick)

Add the following PPA to your sources.list:

deb http://ppa.launchpad.net/panda3d/ppa/ubuntu maverick main

Install the dependancies

sudo aptitude install panda3d 

Get the source code

git clone git@github.com:Kivutar/tethical.git

Launch the server

cd server
python main.py

Launch the client

cd client
python main.py

Natty users should launch the client using python2.6

Installation instructions for the testers

Get the panda3d runtime for your OS and install it.

Download the game client and launch it.

in the actual state of the developpement, the server may be offline due to bugs or security issues, find me on the support channel (Kivutar @ #ffh on irc.esper.net) to get the server running.

About

A tactical RPG engine with online gaming support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • Shell 41.6%