flberger/valhal
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README for valhal ================== About ----- valhal is a semantic game engine. Prerequisites ------------- Python http://www.python.org Installation ------------ Unzip the file, then at the command line run python setup.py install Running ------- To run valhal games, use one of the following command line commands: $ python3 -m valhal.run server $ python3 -m valhal.run client $ python3 -m valhal.run standalone Documentation ------------- To read the API documentation, open a shell / DOS window, navigate to the valhal directory, and run pydoc valhal You can create a HTML version using pydoc -w valhal License ------- valhal is licensed under the GPL. See the file COPYING for details. Author ------ Florian Berger <mail@florian-berger.de>