Skip to content

js13kGames/planet-figadore-has-gone-offline

 
 

Repository files navigation

js13k-2018

JS13KGames entry for 2018, theme is "Offline".

Planet Figadore has gone OFFLINE

Planet Figadore has gone OFFLINE

Fred lives on planet Figadore in the Hercules cluster, he likes watching cat videos from planet Earth via Parallax Shift, but the network link has gone OFFLINE!

Help Fred by unlocking doors, solving puzzles and collecting cubes to pay for the entanglement repolarisation required to get his planet back online.

Stuff I managed to add

  • 2D platformer
  • Full screen
  • Works in various resolutions down to about 1366x768
  • No 3rd party libraries
  • All vector graphics (font bitmap rendered as vector)
  • 8-bit tiny font (Repton inspired)
  • Different coloured tiles per level
  • Only div and span used for playfield
  • CSS animations, some triggered by swapping element classes
  • Simple timelines
  • Retro terminal with typewriter effect
  • Procedurally generated music (using frequency digraphs of Mario)
  • Sound effects
  • DTMF generator
  • Gamepad support (for "standard" browser supported gamepads)
  • Keyboard support for WASD, cursors and retro ZX;.
  • Pseudo random generator inspired by BBC Micro

Stuff I'd have done with more KBs

  • More types of enemy
  • Parallax scrolling backgrounds
  • Better music (had to lower volume to make it more acceptable)
  • Foliage or other scenery
  • Support for going up stairs (this was almost working)
  • Better enemy AI (more then just patrolling, perhaps jumping, line-of-sight wake up, e.t.c)
  • More sound effects perhaps enhanced with envelopes
  • Mobile/Tablet support
  • Better game completed screen
  • Animate the stars to twinkle
  • Enemy squash and puzzle animations

Using some assets from Kenney.nl "Abstract Platformer" (Creative Commons Zero, CC0 license)