Hello, I'm new here, and I thought I'd describe a game I've recently started working on.
Put simply, it's a roguelike. You play an adventurer delving into a nest of monsters hoping to gain from the experience. I intend for it to have a persistent, procedurally generated world where the player character can repeatedly enter and exit the nest, until eventually the player character destroys the monster queen. Fairly straight forward.
Here's where I'm having difficulty. There's a number of additional characteristics I'd like to add, but make the project overly ambitious. For example I want the monsters to track the PC using scent, and I want the PC to be able to disguise their scent. Next I'm hoping for an elaborate crafting system where powerful and interesting items can be made simply and relatively easily, as in Dark Cloud 2, where there are relatively few ingredients to make weapons, which allow for a fairly large amount of customization, although it's rendered moot for reasons I won't get into.
I'm hoping for the ability to capture and control monsters, perhaps as eggs, and use them alongside in battle, I'm hoping for way more than I could possibly actually do.
What I'm getting at is that I'm asking for help figuring out what to cut and, more importantly, where to start. I've never made a game before, so I'm thinking I need to set my sights lower.
The graphics will be at first simple ASCII using JCurses, since I don't have much experience in graphic design.
So far, all I've got coded is a number converter. It converts an integer into plain english, for example it inputs "25" and outputs "twenty five". It works on numbers up to two billion, the maximum value for integers in Java. The intended use is in game to display numbers in a more meaningful manner, since with larger numbers it's harder to notice changes, like with ten million and a hundred million, they look about the same.
http://www.mediafire.com/?6jbpq21o6cowvfb