MathWorlds/README.txt

20 lines
714 B
Plaintext
Raw Normal View History

2017-01-21 05:30:10 -08:00
Welcome to MathWorlds!
2017-01-21 10:17:53 -08:00
So far, MathWorlds allows you to create a world defined by an implicit relation f(x,y,z,c)=0.
2017-01-21 06:04:09 -08:00
Just compile the game as you would with minetest and then choose 'MathWorlds' in the mapgen menu! Have fun!
2017-01-21 09:05:49 -08:00
Don't forget to add ''static_spawnpoint = 50,20,0'' to your minetest.conf file or else you will fall into INFINITY!!
Instruction to compile:
1. cd to master directory
2. cmake . -DRUN_IN_PLACE=TRUE && make -j2
2017-01-21 10:25:28 -08:00
3. Go to bin folder and run ./minetest (for more details and options https://github.com/minetest/minetest)
4. Add the minetest game for extra fun (https://github.com/minetest/minetest_game)
MathWorlds is a fork of Minetest 0.4.15 and is released under the same license.