Is it that time of the year again??
Almost!
Super-excited for this year’s GDC.
Dungeon Master is a dungeon crawler map for WarCraft 3. A team of 4 players fight their way through several unique dungeon-rooms and face off against several bosses. Completing certain objectives leads to obtaining higher scores and achievements. In addition, more skilled players can choose a Hardcore Mode to take on an additional challenge.
Theory of Fun for Game Design (Kindle Edition) is $3.99!
No game designer should go without reading this gem.
Pick it up here: Amazon
I worked on a short script a while back that parses OSM data and uses it in Unity 3D. It was written in C#.
You can grab it and contribute to the project here: https://sourceforge.net/projects/osm2unity/
It is a very crudely-written script. It was a quick, messy attempt to actually get the data from OSM into Unity. There are lots of issues with it, the main one being how SLOW it is, probably because of the constant referencing back and forth between arrays. I originally wrote this code for myself for s and giggles, so I didn’t comment it, but it’s rather short and straight-forward (hurray for Structs).
Suggestions always welcome 🙂
-Ray