Main Page
From MountainfortWiki
Ghoulsblade (Talk | contribs) (→links) |
Ghoulsblade (Talk | contribs) (→links) |
||
Line 3: | Line 3: | ||
* a multiplayer sandbox building+defending game playable in the browser (still in early development and not really playable yet) | * a multiplayer sandbox building+defending game playable in the browser (still in early development and not really playable yet) | ||
* tech : webgl + websocket as client, lua/c++ as server | * tech : webgl + websocket as client, lua/c++ as server | ||
- | * inspired by [http://www.bay12games.com/dwarves/ dwarffortress] ([http://df.magmawiki.com/index.php/Main_Page wiki]) | + | * inspired by [http://www.bay12games.com/dwarves/ dwarffortress] ([http://df.magmawiki.com/index.php/Main_Page wiki]) , [http://www.minecraft.net minecraft] and maybe [http://www.terraria.org/ Terraria] |
+ | * web test 2012-08 : http://ghoulsblade.schattenkind.net/mountainfort/ | ||
== contact == | == contact == | ||
Line 11: | Line 12: | ||
== notes == | == notes == | ||
+ | * [[2013-01-12-chat]] | ||
* maybe graphics from [http://code.google.com/p/stonesense/ stonesense] interesting | * maybe graphics from [http://code.google.com/p/stonesense/ stonesense] interesting | ||
* [[NetworkProtocolNotes]] | * [[NetworkProtocolNotes]] | ||
Line 44: | Line 46: | ||
== links == | == links == | ||
+ | * http://kag2d.com/ king arthur's gold, similar to terraria | ||
* https://github.com/bebraw/jswiki/wiki/ - JS Wiki | * https://github.com/bebraw/jswiki/wiki/ - JS Wiki | ||
Line 66: | Line 69: | ||
* opensource dwarffortress clone : http://www.goblincamp.com/ | * opensource dwarffortress clone : http://www.goblincamp.com/ | ||
* stonesense screenshots : http://www.bay12forums.com/smf/index.php?topic=43260.0 | * stonesense screenshots : http://www.bay12forums.com/smf/index.php?topic=43260.0 | ||
+ | ** see also http://dwarffortresswiki.org/index.php/Utility:Stonesense/Content_repository | ||
* minecraft-like-rendering in opengl4 http://codeflow.org/entries/2010/dec/09/minecraft-like-rendering-experiments-in-opengl-4/ | * minecraft-like-rendering in opengl4 http://codeflow.org/entries/2010/dec/09/minecraft-like-rendering-experiments-in-opengl-4/ | ||
** http://www.sea-of-memes.com/ | ** http://www.sea-of-memes.com/ | ||
Line 79: | Line 83: | ||
* minecraft clone, c++ irrlicht GPL, http://freegamer.blogspot.com/2011/06/minetest-c55.html http://celeron.55.lt/~celeron55/minetest/index.php | * minecraft clone, c++ irrlicht GPL, http://freegamer.blogspot.com/2011/06/minetest-c55.html http://celeron.55.lt/~celeron55/minetest/index.php | ||
* minecraft clone, lamecraft, http://drakon.com.pl/ | * minecraft clone, lamecraft, http://drakon.com.pl/ | ||
+ | * minecraft clone, webgl, http://metaphysicaldeveloper.wordpress.com/2011/12/20/implementing-minecraft-in-webgl/ | ||
+ | * minecraft clone w dwarf-fortress gameplay?, java in browser, http://freegamer.blogspot.de/2012/05/terasology-yamc-or-not.html http://blog.movingblocks.net/ | ||
+ | * minecraft clone, opensource block engine, terasology : http://blog.movingblocks.net/blockmania/ | ||
+ | * minecraft like gfx in webgl http://voxeljs.com/ | ||
+ | * minecraft clone, 2010, http://minetest.net/ | ||
+ | ** mouse capture in firefox and chrome : http://maxogden.github.com/voxel-perlin-terrain/ | ||
+ | * vehicle+building, generated plants+monsters, http://planetexplorers.pathea.net/video/ | ||
* opendungeons, dungeon keeper clones, ogre, possibly useful textures/icons : http://opendungeons.sourceforge.net/index.php/Main_Page | * opendungeons, dungeon keeper clones, ogre, possibly useful textures/icons : http://opendungeons.sourceforge.net/index.php/Main_Page | ||
+ | * survive-in-wilderness & hunting+trapping game with interesting healing-herbs + wood&meat processing : http://unrealworld.wikia.com/wiki/Unreal_World_Wiki | ||
== Getting started == | == Getting started == |