-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
57 lines (31 loc) · 801 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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]>