It all depends on your point of view...

Published January 22, 2006
Advertisement
It's a bit late, but I guess it's time for a weekly update.

I've decided that many of my problems looking for a new project stem from having two objectives for my games. The first is to try to make "indie quality" games: to satisfy my wish to become a game designer, and to have at least a slight chance at being able to make my own games full time. The second involves expanding the scope of games, in particular through tailoring content to player choices leading to the success of my largest project, "Project Ivan", the interactive storytelling project.

Logically, the best way to satisfy the first project would be to pick some simple game concept that has minimal art requirements, so I could do all the programming myself and either do my own art or find a single artist to help me. However, thinking of a great game concept is proving difficult, and there's a big part of me that really wants to get moving on my languishing "Project Ivan", even though due to the immense amount of research required it will take years (or even decades) to properly complete. I guess that's why I don't want to waste any more time starting on it. Thankfully, since the goal of "Project Ivan" is to implement interactive storytelling "as well as is possible" I can work my way up in small steps. Each step might be a little bit too ambitious, but it might be achievable that way.

So I've decided that until I can think of a great small project that really inspires me, I'll start work on a subproject that has the rudimentary start on "Project Ivan". While I do this, I'll also try to brainstorm up some other decent game ideas, write up a small treatment on each, and if they still seem sensible after a fortnight of deliberation then I might go with them.

My first subproject towards "Project Ivan" is a gameplay technology test, which I've decided to codename "Project Jack". It's a simple dungeon hack'n slash game. The gameplay itself I'm leaving undefined until I have a chance to play around with the implementation. At the moment I'm envisaging it to play something like a combination of Gauntlet, Zelda, Secret of Mana and Diablo. Maybe a bit of Prince of Persia and Golden Axe as well [smile]. At the moment I'm planning a game engine with a series of "playground" levels, where I can test out a bunch of gameplay elements to see how well I can implement them. After I do that, I'll take which ones I think work best together and build a game out of them.

The problem with leaving the gameplay so nebulous at this stage, however, is I'm still undecided on how the game should look. I'm fairly sure I should be using a tile-based system, but the viewpoint I choose is important for the type of gameplay I want. Which one I pick will influence how the game plays in a number of ways, and all of them have their strengths and weaknesses.

I'll provide a few of the choices here, with some concept art I've mocked up, to see if I can illustrate my options.




The first option is a Gauntlet-style overhead view. This one is great for having simple tiles, and I can put in some good simple 2D combat and puzzles here. The downside is that it looks pretty simple, and the gameplay is fairly fixed as 2D. It also looks a bit ugly having a totally top-down view, so the characters will have to be skewed a bit, making the view inaccurate.




The second option is to provide a view of one of the walls in a room, while leaving the other three as per the first style. This helps provide a sense of depth, and can make some different height levels possible. I'm not sure whether to mask characters if they get too close to that bottom wall or not. It's also a bit hard to put many features on the three non-viewable walls.





The third option is the "Zelda:Link to the Past" style of providing views of all four walls, giving the game a sort of fish-eye peering-into-a-dungeon look. This provides all four walls to do stuff with, and gives the game a fairly fun cartoonish look. It does use up a lot of screen-space for those extra walls though, and might be a little bit too "Zeldaish", maybe? (I'm not wanting the game to be a carbon copy of that game, although the hero has a definite "Link" feel to him right now [smile])





A fourth option is to go with the standard side view used in most SNES era RPGs (Final Fantasy, Secret of Mana) as well as the side-scrolling beat-em-ups like Double Dragon and Golden Axe. This is great for detailed combat, especially if jumps are to be included. However, the game space is then best represented by large spaces with different types of puzzles, as with this choice large objects (such as the ubiquitous crate pushing puzzles) will obstruct the view of the action. It also makes small rooms, like the one shown in the picture here, rather silly looking.


There's a few other options as well. I could go with a proper isometric view, I guess. Or I could combine two of these views, such as going with an overhead view for moving around a map and "warping" to the side view for battles (a la most RPGs). Given I'm not too decided on the gameplay elements at this stage, it's a bit hard to choose.


While the choice is ultimately up to me, based on what I want the game to become, I'd be happy to read anyone's opinion on the matter. I'm fairly undecided on this right now.
0 likes 7 comments

Comments

Stompy9999
I would pick the first one, simply because it would provide a good perspective for simple slashing and such. Also, being the lazy programmer that I am, I know that the tile code for the first would be the easiest to make.

I wouldn't do the last one, as I don't think a side scrolling approach is good for a dungeon hack and slash.

Anyways, that's just my 2 yen[smile]
January 22, 2006 04:50 PM
johnhattan
Reminds me more of a Lemming than Link. I also prefer the first one. It's more "no frills", but is easier to understand and more economical with space.
January 22, 2006 04:58 PM
Trapper Zoid
The uncanny resemblence to a Lemming wasn't lost on me either [smile].

I've got several pages of concept drawings in pencil, where I simplifed down a complex character to something more elemental, and presently all the characters look a bit like that. There's also a touch of Rayman in there, because it's a bit too complex drawing arms and legs. It's an evolution process that I'm sure will morph the character over the course of the next month into something slightly different. At least I think I can animate that guy in his present form.
January 22, 2006 05:22 PM
Rob Loach
Looks like violent Lemmings [wink]. Haha, nice work.
January 22, 2006 06:15 PM
Trapper Zoid
Thanks everyone! After your replies, I think it will make more sense to go with the "no frills" top-down view point to start with. Even if I change my mind later and go with a slight perspective view, the animated character sprites will be the same in either case.
January 23, 2006 08:27 PM
Extrarius
Personally, I'm all for '#3'(LttP-style), but really the only difference between #1 and #3 is art itself - the 'slanted walls' are nothing more than 'distorted images' put on flat tiles.

Well, there is some 'level design' going on too, since for style #3 you're essentially using 'teleporters' as 'doors', while for #1 you just use floor space for the same purpose, but the engine should probably support 'teleporters' either way =-)
January 25, 2006 04:22 PM
Trapper Zoid
I admit that I'm fond of the LttP look too, because it can add more "flavour" to the environment (tapestries and windows on the walls etc.). However after thinking through the issues, I figure that I can delay making this decision for a month or so while I build the first prototype. I'll go with the simpler overhead tile view while I play around with the character animation, and I'll make the final decision when I really need to devote a lot of time to making tile artwork.
January 26, 2006 05:04 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement