-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|455|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Showcase Home -> Platformer


 
Eikon
Created : 29 August 2014
Edited : 29 August 2014
System : Windows
Language : Blitz

Little Nemo's Nightmare

Classic NES style platformer

Nightmare_local.zip
Screenshots
 
README.txt

Little Nemo's Nightmare
v1.0 released 08/28/14
by EikSoft (www.Eiksoft.com)

ABOUT
-------------------------------
Little Nemo's Nightmare is a platforming game that combines elements of the NES classics Little Nemo: The Dream Master, and Monster Party to create a unique retro experience.

FEATURES
-------------------------------
- 3 Levels with an end boss for each
- Play as a different character per level, each with its own control style
- Randomly generated enemies / level elements for a new game on every play
- Uses Mersenne Twister algorithm for all randomly generated numbers
- Local / Network high scores
- Hard mode unlocked after beating the game
- Classic music and sound effects in WAV format for lossless retro quality
- Timed levels
- Extremely difficult
- Includes source code

TIP: You get a higher score at the end of each level based on your time and health
remaining

CONTROLS
--------------------------------
Title Screen
--------------------------------
F1 - Change your name (used for high scores)
F2 - Full screen window (alternately you can stretch the window manually)

NOTE: Run fullscreen.bat to start the game in true full screen mode

--------------------------------
Frog - Level 1
--------------------------------
Left / Right - Movement
X - Jump (hold down to jump higher)

Pros: Can jump higher than any other character
Cons: Walks slowly

TIP: Bounce on multiple enemies without touching the ground to multiply your score

--------------------------------
Lizard - Level 2
--------------------------------
Left / Right - Movement
X - Jump (hold down to jump higher)
Y - Shoot a fireball

Pros: Can walk faster than the frog
Cons: Is a weak jumper

TIP: Only one fireball can be on the screen at one time, so don't miss!

--------------------------------
Nemo - Level 3
--------------------------------
Left / Right - Movement
X - Jump (hold down to jump higher)
Y - Shoot a wand blast

Pros: Has the best medium between speed and jumping ability
Cons: None

TIP: Get close to your enemy when firing your wand to shoot multiple blasts quickly

Latest Update

v1.0
------
Initial Release

 

Comments


Saturday, 30 August 2014, 04:14
Jayenkai
What a lovely little game

Slightly annoying that jump_speed != walk_speed, which seemed to get me killed a few times! But other than that, I had plenty of fun.