Tampilkan postingan dengan label Island Game. Tampilkan semua postingan
Tampilkan postingan dengan label Island Game. Tampilkan semua postingan
Senin, 22 April 2013

Still not voxel dwarf game

Progress is still on hold while I complete course work and I missed screenshot Saturday :( However I'll be done by the end of the week and done with exams in two weeks. Anyway, island terrain generation is still damn fun. I've added variables for customization for a little variation on the islands.

This is the player island, blue squares mark available slots for boats and light colored chunks of terrain are available to place buildings like farms and factories.

Extra large beaches, extra large island, less exponential terrain

Small beaches, smaller island, 
So, why not use unity terrain? I chose early on to generate this terrain and build the meshes with code while unity terrain sounds like a simpler choice. A few factors led to this, of course one is that I love procedural terrain. Otherwise though: first, once written the code can generate any amount of islands. Although we're not using more than four or five we have made a lot of changes to what we wanted from these islands. The size was originally going to be much smaller but we increased it as we needed more land to work with. I can easily change the size of my islands without rebuilding anything. Secondly I base where you can build on heightmap data, something that I have simple access to in my own code. And lastly the way I've implemented these meshes has let me create a simplified pixel graphic look for the terrain that is minimalist and almost cartoony. This lets us get away without breathtaking visuals while still looking good.

With all this in place it's fun to think about larger applications of it, maybe getting to sail around an infinite sea of islands, trading with them, maybe fighting off pirates and eventually running your own island. I wish I had time to program everything I think of.


templates-office.com Island Game, Terrain Generation
Selasa, 16 April 2013

Not Voxel Dwarf Game

I've been busy with assignments lately so I haven't been able to dedicate so much time to my own project but this blog is called Student Game Dev after all. Lucky for me the assignments I've been working on are actually relevant, me and two friends are making an island management /resource management game for kids where they control the production of an island and trade with their neighbors.

The islands are procedurally generated of course.



The best part is that just a few hours work to make this island and I can apply the code as many times as I want. If I add some random variations to things like beach size, mountain likeliness and island noise I could get some very varied outcomes.


Anyway I'll be back to work on the voxel dwarf game soon and with any luck some of the trade and resource management elements of the island game will be useful to the dwarves.


Update:


templates-office.com Island Game, Terrain Generation