Jump to content
IGNORED

[COMPLETED] Game Panic 3 - NOW WITH DEMO ROM!!


Gemintronic

Recommended Posts

Game Panic 3 is a "Game & Watch" inspired sequel to Game Panic.  If you wanna try the early demo ROM please read the instructions below.  My games can be confusing and weird :)

 

 

DEMO INTSTRUCTIONS

A new batch of games arrived at Retro Tower only to be incorrectly delivered to random floors! Corral the carts whilst avoiding invaders and dodging death. When enemies warp in they pause and can be safely avoided. Crouch to avoid flying foes. Grab Guess Boxes to meet your quota too (always a surprise inside!). Elevators open and close intermittently. A clever retro enthusiast can climb up ladders and even vines when needed. Some ladders are one way. When enough carts/guess boxes are collected the player is placed far left or right on the elevator and moved to a new set of 5 floors. Contact with invaders, roving skulls or running out of time loses a life. Run out of lives and it’s game over.

 

SCREEN LAYOUT

Guide your player through 5 floors of fun top center. Lives are displayed as carts bottom left. The count down bar is located bottom right. Current score is centered below the play area. When all lives are lost the current score is displayed in blue while the high score color cycles.

 

GAME CONTROLS

Continue by pressing FIRE at title or game over

Move horizontally via LEFT and RIGHT

Move vertically on elevators and climbable surfaces via UP and DOWN

Duck for cover on floors via DOWN. Does not work on climbable surfaces

Reboot clearing score using the RESET button

A or B switch to PRO sets the quota of carts from 3 (easy) to 6 (hard)

 

SCORING

50 points per cart collected

10-100 points randomly from guess boxes

 

HELPFUL HINTS

* You skip every other space compared to enemies. This allows you to bypass them with timing.

* Elevators are safe but can push you out.

* When enemies warp in they are grey and harmless. Use this time to position yourself.

* If a climbable surface does not extend out of the top of the floor then you cannot climb back down it.

* Avoid long hallways with no vertical egress as the elevators can close while enemies encroach.

* When clearing a level watch the bottom far left and right sides as you may start at either end.

* Crouching can avoid flying invaders but watch out for their intermittent lightning strikes.

* Cheat warp into next level in early demo via FIRE

 

EARLY DEMO (Not feature complete or bug free)

gp3earlydemo.bin

 

closer.thumb.jpg.1cb8e78e4dffff9bebf469b0b7c48ad0.jpg

  • Like 13
Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

My previous attempts at Game Panic 3 involved a huge table for correcting sprite sizes and used up all available variables.  This time I'm focusing on simplicity and minimal variable use.

 

This is a test level that helped me figure out the spacing for movement.  The player (and everything else) moves in 16 pixel steps.  If the player collides with the playfield then we assume he's on a ladder and can move up or down a floor.  The elevators to the side are something I'm still pondering.  Either use them as, er, elevators or automatic chutes to the next area.

 

gp3test.thumb.png.99fd705e134e34c33377d5dc6a51cba4.png

 

  • Like 4
Link to comment
Share on other sites

Added more to the controls and animations.  The character now has a 2 frame walking animation and can't move out of bounds.  When you step onto an available elevator he stands facing forward.  Seriously thought about just using the ball for an elevator floor but I want to reserve that resource for clever-er things.

 

Modified the 6lives_statusbar mini kernel so that it uses a static color instead of an extra variable.  Also, integrated the assembly hack to color the background.  That hack had to be inserted in a particular section as otherwise it clobbered player/playfield collision.  I like that the mini kernel HMOVE bar is almost hidden with the playfield bottom being black.

 

So far the game is using one counter variable as well as one boolean flag to state which direction the player is facing (and thus change REFP0 properly).

 

My previous attempt at Game Panic 3 used up aaaaaaall the variables keeping track of 5 monsters and their attributes. An upcoming challenge is to get monsters moving and shifting between floors without gorging on variables again.

 

gpdk003.bas_1.thumb.png.c65788ceaae27e55bc3171cd464727ca.png

  • Like 1
Link to comment
Share on other sites

Monsters/Items now move across the playfield.  Decided the "Guess" bonus object only moves in the direction that makes the question mark legible.

 

When all the things have moved off screen they re-position and shuffle floors.  There is a pause before relaunch when they stop and turn gray.

 

Elevators now open and close on a timer.  You get kicked out of the elevator when they close.  This is a gameplay mechanic similar to the first Game Panic.

 

In other news I blew through the 4k.  It's now a 32k ROM game.  4k ROM games are usually less expensive to produce so I'm bummed.

 

gpdk013b.thumb.jpg.a2280d87d6a050b9761905fd2e445d36.jpg

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

The game is playing, er, more game-like as of late.  Snatch 3 carts (6 in hard mode) or guess boxes to reach the next level.  Enemies can take your life and knock you back to the elevator.  The timer ticks down.  Four different levels so far.

 

There's an animation of you moving down the elevator to the next level.  Uses 4 playfields to make it look like you're moving down 5 floors.

 

gpdk018_bas.thumb.jpg.f4f0d598efd31bb9524247854fa32b74.jpg

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

ZeroPage Homebrew is playing the Exclusive WIP Update of Game Panic 3 on tomorrow's stream LIVE on Twitch, hope you can join us!


Games:

 (WATCH AT 1080P60 FOR BEST QUALITY)

 

 

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

I just figured out I need to change the topic title from WIP to COMPLETE.

 

The ROM ZeroPage Homebrew plays is the full version.  Differences from the demo include:

 

* 16 hand crafted level designs.  The further you go the more get revealed.

* Couch Compliant GOLD (Hold FIRE 10+ seconds to reset.  Joystick for mode change)

* Expert Mode - Reduced time and increased cart/guess box quota

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

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