the game _ (called 'blank'). A gameserver _.py and a gameclient _.js
-
python 2.7.5 and the scipy-stack http://www.scipy.org/install.html (http://continuum.io/downloads works fine for me) (use suitable setup for your system 32bit/64bit)
-
install the following python modules
- noise (1.2.1 works fine)
$ pip install noise
- twisted
$ pip install twisted
- autobahn (0.4.7 works fine)
$ pip install autobahn
- noise (1.2.1 works fine)
-
start the _ gameserver _.py with
$ python _.py
-
open the
index.html
in any browser to start the client -
move with
W A S D
, have fun!
A screenshot of the ingame view in the javascript client _.js
(the tileset licenses are listed in client/static/tilesets/LICENSE)
The world generation can be tested with
cd server/test/world
python test_worldgen.py
which generates a view on a part(40,000 km x 20,000 km) of the generated world
(biomes of the world, 1pixel=100km, yellow=desert, lightgreen/brown=jungle, green=grass, gray=barerock, darkgray=tundra, white=snow, blue=ocean)