Skip to content

flberger/valhal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 <[email protected]>

About

valhal is a semantic game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published