single-screen platformer

  • user warning: Table './glorioustrainwrecks/sessions' is marked as crashed and should be repaired query: SELECT COUNT(sid) AS count FROM sessions WHERE timestamp >= 1710644140 AND uid = 0 in /var/www/glorioustrainwrecks/includes/database.mysql.inc on line 175.
  • user warning: Table './glorioustrainwrecks/sessions' is marked as crashed and should be repaired query: SELECT DISTINCT u.uid, u.name, s.timestamp FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.timestamp >= 1710644140 AND s.uid > 0 ORDER BY s.timestamp DESC in /var/www/glorioustrainwrecks/includes/database.mysql.inc on line 175.
wibi's picture

Small adventure for the Master Climber

climber.png

Ok so to play this game, what you are going to want to do is copy the text below:


##################
#%              %#
#%              %#
##              ##
##              ##
##              ##
##              ##
#P               #
####          ####
#  #          #  #
#  #          ####
####   !  !   #  #
#  #          ####
#  #          #  #
#  #   !  !   #  #
#  #          ####
####          #  #
#  #   !  !   ####
#  #   #  #   #  #
##################

P = Player
# = Brick
% = Box
! = Spring
. = JumpingSpring

// List syntax
ThingsThatFall = [ Player JumpingSpring ]

Sproingy = [ Spring JumpingSpring ]

// Accelerate down, like gravity. On everything in the list
{ ThingsThatFall } -> { DOWN ThingsThatFall }

// Move sideways with <LEFT> and <RIGHT> arrow keys
{ <HORIZONTAL> Player } -> { HORIZONTAL Player }

// Move up while pressing against a wall
HORIZONTAL { Player | Wall } -> { UP Player | Wall }

// Springs are Sproingy
DOWN { DOWN ThingsThatFall | Sproingy } -> { JUMP ThingsThatFall | JUMP JumpingSpring }
DOWN { DOWN JumpingSpring | Wall } -> { JUMP JumpingSpring | Wall }

// Win if touch box
{ Player | Box } -> { WIN Player | Box }

And paste it into here: https://waynetron.github.io/micro-gg/

And then click the "play" button on the top-right.

micro gg is the work of @WaynePetzler. Here's the tweet that made me find out about it.

Made For: 
An event
thesycophant's picture

Ungrateful Birds

Ungrateful Birds.png

Someone has kidnapped the birds and put them in cages in the forest! Please save them! However, these birds WILL NOT BE GRATEFUL.

  • Jump with X!
  • Pick up stones with Z!
  • Throw stones with Z!
  • Throw stones to break cages to set birds free!
  • Dodge the birds' stones!

Contains NINE BIRD-PACKED LEVELS and THREE DIFFERENT BIRDS. Get close to the cages to find out what kind of bird is inside!

(Press F to toggle fullscreen)

Author: 
John D. Moore
Made For: 
An event
thesycophant's picture

Santa Claus's Candy Cane Craze

candycranecraze.png

Santa Claus must eat all the candy canes to open the peppermint vortex in each stage. As he eats, he gets larger, and as he gets larger his abilities change! Break through ice, avoid spikes, crawl through narrow paces, and achieve Santa's peppermint candy cane vision!
X jumps
Z restarts a level
Q quits the game

Made For: 
An event
thesycophant's picture

ExpandoScape

expandoshot.png

Seven stages of puzzle platforming purple-and-greenness.

Get to the exit!

Jump on green blocks (X key) and press up and down to grow and shrink the blocks.

Don't crush yourself, get lazered, or fall into the spikes!

Author: 
John D. Moore
Made For: 
An event
hugs's picture

platformin' norman and the curse of no variable jumping

norman-screen.png

a game for thesycophant.
it's a single-screen platformer! it's not very lemmingsy, but it is vaguely lode runnery. and vaguely frustrating.

use the arrow keys!

uses vrld's hump and hardoncollider, and kadoba's advanced tiled loader for LÖVE
music is "surfing on a sinewave" by fearofdark (stephen hemstritch-johnston) (creative commons by-sa-nc)

see attached .love archive if you want to run the thing in osx or linux (must have LÖVE installed) or if you want to poke around in the source.

Made For: 
An event
Smedis2's picture

Pennyfarthing QUEST

Titlescreenshotplarf.PNG

YOU MUST BE THE CLASSIEST MAN EVER AND KILL THE TROLL!

Made For: 
An event
thesycophant's picture

101-in-1 Amaze-o-Kart!

screenshot258.png

That's right! 101 UNIQUELY titled and designed games for your playing pleasure! Starring five characters (including the return of Bulb Boy from The Adventures of Bulb Boy and Anetta from Ghost Witch), the possibilities are endless (or 101)!

Press X to jump. Press Z to hit switches. Arrow keys move and scroll down the MASSIVE GAME MENU. ENTER to select a game.

Enjoy! Can you beat them all?!*

*Note: there's no reward for beating them all. Honest.

Author: 
John D. Moore
Made For: 
An event
thesycophant's picture

Ghost Witch

screenshot164.png

In each stage, get your body to the exit. Switch to ghost form and abandon your body to make the cloud blocks disappear and let whatever's on top of them drop. Enemy ghosts can only pursue and hurt you while you're out of your body.

ARROWS: Move
X: Jump
Z: Switch to ghost form
C: Return to body (while ghost is touching statue body)

Enjoy eight challenging levels of ghosty action!

Author: 
John D. Moore
Made For: 
An event
thesycophant's picture

The Adventures of Bulb Boy

screenshot170.png

Help Bulb Boy exterminate the vermin from the area that is all dark and blue! Raise your electro-wand to attract the electricity from the nearest power coil and shock your enemies out of existence! Clear all the enemies to advance. 8 stages in all.

This one ran 1.5 hours late. Almost an hour of that was me just not being able to do my math.

CONTROLS:
LEFT/RIGHT - Move
X - Jump
Z - Raise wand
C - Switch power coils on and off

S - Save
R - Restore
E - Retry level

Thanks to Dessgeega/Auntie Pixelante for the font, "Slanted."

Game engine is modified from my as yet untitled in-progress game for this month's Bakedown at SelectButton, so I had a lot of my basic work already done, but all visuals are original to this version. And it's got a wacky save feature.

(This game could use better levels.)

Event Created For: 
Made For: 
An event
Syndicate content