First of all, I am sorry about my bad english

I am starting a new amateur project, another clone of classical dungeon crawler : BlackBones
I want to do :
- not too ugly
- per pixel lighting and shadow
- random dungeon and possibility to edit map directly in game (trap, door, light, ...)
- classic stuff : item, hidden walls, torch, monsters, door, keys, trap, ...
- a web site to share map of players
- develop a community around the project (harder to do)
actually :
- load a map
- walk smoothly (but case by case)
- can turn like a fps or with keys (classic)
My first goal it's to do a small technical demo to share on the web.
Now, I use XNA. But I am thinking about IPad...
my self :
- I am a developper
- I am living in Switzerland
- I speak french
- I love classic dungeon crawler
here some screenshots after ten evening of work :


// have to add screen with shadow //
my program to test my random dungeon algorithm :

thanks for reading
