Jump to content
IGNORED

Dan's Road to 2600 nirvana - Update on my progress and my first game outline...


RSS Bot

Recommended Posts

Ok today will be reading through the PIA information and makeing a pretty list like i did with the TIA.

 

more pondering of the playfield today - I think im getting closer to understanding it. funny how stuff like this leads on to tangents, I was sat there thinking "what if i wanted to do a multi level game with loads of screens - carts are avalible now with 64k of space.... :| " this lead onto looking at how to actualy write a game over 2k (fun but i wanted to save that till I had mastered the basics/fundementials).

 

On another point, the design of levels (for things like maze layouts). How do you generate maze levels without them being rippoffs of another game? Is there a utility that can generate a maze that i can then take as a template for a playfield? I dont want to use other peoples level design as it seems cheating to me...

 

I rember games like rogue and adom auto generate the dungeons, i guess there is a program out there that can do a similar thing (pity its beyond the 6507 chip to do this on the fly but then you cant have everyting i guess...)

 

Anyway the first project will be a maze game where the P0 character (not a plumber or a italian food inspired creature) will run round colecting tokens (yet to decide what these are) and will be chased by P1 characters (not supernatural creatures).

 

Ahh hell its a pac man clone. But im not hacking no existing roms, its all going to be my code from the ground up.

 

Outline spec:

 

Version 1:

 

a. it will be 1 player

b. there will be no sound (for the first version, i have enough to work out at the moment)

c. there will be 4 levels (or as many as i can fit into 2k)

d. it will be joystick controled.

e. it will work in PAL/NTSC/SECAM/PAL+ (to be honest this is the easyest one to meet in the codeing just have a compiler option)

f. it wont flicker like pac man on the atari

g. it will be responsive (as good as i can make the controls)

h. there will be monster vunrability tokens scattered around the level.

i. monsters when comming into contact with the P0 will kill it.

j. if the monsters are vunerable and P0 collison occurs then the monster will die.

k. level is populated with a number of tokens, when the tokens are all taken (through collision with P0) then the level is finnished.

l. the tokens on colision with P0 will be removed.

 

Version 2:

 

a. will have a high score

b. will show the score on screen

c. will have primitive sound (on obtaining a token, death, level sucess, game over, monster vunerability mode, monster death)

d. will have more levels (thus takeing it into the 4k+ range)

 

Its quite a complicated first program but i think i will learn alot doing it this way.

 

On another unrealted note..

 

I have been looking for Secam carts on ebay (the french one) and its a nightmare, the one auction i could find looked to be nothing more than a bunch of PAL carts miss labled when he started the auction. I guess because they run on the system they dont care :ponder:

 

never mind somthing will come up.

 

 

 

http://www.atariage.com/forums/index.php?a...;showentry=4386

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...