1
Incubator / Re: 3d roguelike in progress
« on: June 10, 2017, 07:18:02 PM »
Thanks for your feedback Krice!
My primary goal is to make it user friendly in terms of navigation through the game. I found that most of the roguelikes I played are really hard to dive into (you need to first read the documentations, learn the shortcuts etc. and in my opinion this is too overwhealming for 'normal' players (not experienced in roguelikes). Easy to learn hard to master is something i would love to achieve, but ofcourse I realize it's very hard thing to do. Another thing is im not very experienced programmer, so I prefer to keep it simple at the core and expand later on.
I don't want to implement all at once - I'm trying to keep the game and code 'modular' - on example on first alpha release i want to have only meele combat, at beta i'll ad ranged and later on i will introduce magic etc.
Meanwhile there has been update in the game. Changelog is on http://immakingroguelike.blogspot.com and you can see the changes in action here: https://www.youtube.com/watch?v=OIBARSQZ5cM
Appreciate all the feedback!
My primary goal is to make it user friendly in terms of navigation through the game. I found that most of the roguelikes I played are really hard to dive into (you need to first read the documentations, learn the shortcuts etc. and in my opinion this is too overwhealming for 'normal' players (not experienced in roguelikes). Easy to learn hard to master is something i would love to achieve, but ofcourse I realize it's very hard thing to do. Another thing is im not very experienced programmer, so I prefer to keep it simple at the core and expand later on.
I don't want to implement all at once - I'm trying to keep the game and code 'modular' - on example on first alpha release i want to have only meele combat, at beta i'll ad ranged and later on i will introduce magic etc.
Meanwhile there has been update in the game. Changelog is on http://immakingroguelike.blogspot.com and you can see the changes in action here: https://www.youtube.com/watch?v=OIBARSQZ5cM
Appreciate all the feedback!