Showing posts with label Legend of Zelda. Show all posts
Showing posts with label Legend of Zelda. Show all posts

Thursday, April 12, 2012

success

Quick update, figured out why Legend wasn't working right. Simple fix that only works in the current context of the generator but it's a start. Now to get the locked doors to work properly along with return doors to previous hallways.

Thursday, January 19, 2012

it begins

<link to music with copy rights here>

So I've revamped the simple rogue like system and spread it over a few files. Easier for me to chew when working on it though a little confusing with all the windows. Right now no movement and such but my tests show it still works for that. Either way progress.

So for this quick blog on break I'm going to go on about my goals for this Zelda Like Rogue Like which really is only taking inspiration from those games. Probably far too much of it considering the format for my goals. The basic goals that are needed aren't even given any tags. The ones that are have special importance. Milestones are goals that I see as doable and would greatly improve the game so I am going for them. Power Goals are goals that I think are great but would require a lot of work and may be more trouble than they are worth, though I think they're worth a lot.

So first off. Main goal for this game. A package of code that can run with vanilla python 2.7 (which I may even package a striped down version with the game to make sure it runs). Not using the Curses library, while it's a roguelike standard I prefer working on it as a graphical approach even if it is a canvas filled with single character text blocks, it just gives me more options that I may use. Now for the List via special categories.

Zelda List

Screens : Rooms both inside and outside
Screen transition *MILESTONE* : Not just teleportation between doors, screen moves in a zelda like fashion between rooms.
Mobs : Standard
Overworld : The large dungeon between dungeons
Dungeons : The crawl
Tool items : Meat and potato of this game. It revolves more around the "tool items" more than monsters and finding better weapons.

Zelda 2 List

Stats : How large or small  I'm not sure
NPCs *POWER GOAL* : And not the vender kind, the ones with random bits of information that could help a player if they get lost, sorta requires towns.
Towns *POWER GOAL* : Where NPCs gather safely and have innae babble

Zelda a link to the past List

Side quests *POWER GOAL* : These technically appear in original Zelda but I remember more little side quests from this game. Get health up and other effects here.

Puzle temples *MILESTONE* : Meat and potatos of game, it'll be hard but it needs to be done. Technically original Zelda had this but in a more prevent you from getting through as you don't have the items that let you move over obstacle way. This is more you need to hit this switch with a boomerang and put a bomb down here and run across room idea.

Own list:

Randomized backstory *POWER GOAL* : I'm not using zelda and I'm not sure where else to get "plot" for. So random list of names and event sequencer could be fun.
"Puzzle" Bosses *POWER GOAL*: I'm not sure where this one started but Bosses being weak to their dungeons item is a common theme.

More to be added at some point or further explained/explored but I think this covers the basics. Only one more thing left

Please don't sue me Nintendo
A bad reason why I'm not using Curses. Wonderful graphical offsets

Thursday, January 12, 2012

Not dead just busy

So I officially close the simple rogue like project I've been doing. It's been a fun ride and I learned a lot. but this is not quiting as I actually have accomplished my goals. Killing letters, leveling up, mobs, moving around, picking things up, item use, and changing rooms are all accomplished. Now why am I "giving up"? Because I'm not.

It's changing into something I believe I have enough tools at the moment to do, an actual roguelike with some unique ideas. I'm retentively calling this project "Legend" for which I'll get to in a minute but first. Some progress in traditinal roguelike things. Random map generation.

Ain't it pretty?
Some minor glitches that I won't go into but that's an 11x11 set up of "screens". not a level, but "screens" or rooms for a level. Legend is from what I'm looking at going to be interesting for a roguelike. As it's going to be based on some ideas of the older 2d Legend of Zelda games. This means "screens", boss fights, tools, and most strangely puzzles.

I haven't seen any roguelikes that really have puzzles in them as far as I know. While I'm not attempting something exactly like being in the Legend of Zelda vein It's going to have the same basic idea. You get a tool in the temple, use tool on parts of the puzzle to proceed further. The very basic isn't hard to imagine, just have to have the tool before the parts that require it but I still expect it to have a lot of bugs in coding.

Now I'm not going for ZeldaRoguelike completely but to say this isn't inspired by it would be a lie. What I will be doing is taking the puzzle elements, "puzzle" bosses (if I can), and some other features. Things like Hyrule, rupies, heart containers, Master sword, Triforce, and Ganon will most likely not be making the transition. I'll be making a goal list later at home for what I want to do with this project but I am very excited about it as I actually think it's feasible for me with what I've made.