github-game-jam-2018 icon indicating copy to clipboard operation
github-game-jam-2018 copied to clipboard

Entry for github game jam 2018. A lemmings runner game hybrid.

Github Game Jam 2018 entry

Theme

HYBRID.

Concept

A mashup of Lemmings and an ~~endless~~ runner sorta thing. The camera tracks the lead creep and using an ability (lift, change direction, dash) kills them but helps their friends who are hot on their heels.

Controls

  • 1 -> lift
  • 2 -> change direction
  • 3 -> dash
  • space -> mass exodus
  • r -> restart level
  • n -> next level (if % NEEDED is met)
  • p -> previous level
  • + -> volume up
  • - -> volume down
  • w -> zoom in
  • s -> zoom out

Implementation

License

MIT License

Notes

You can muck about with lots of settings in resources/config.ron. Try tweaking the number of creeps that spawn in the "spawner" section (defaults unless the level overrides them) or "spawn_overrides" (per level settings). You can change this file and press R in game to pick up level changes (only changes in the "levels" section can be reloaded in game, restart the game for anything else). If you get the syntax wrong it'll print an error to the console. It'll also fail to launch if the config file is invalid but the errors are pretty helpful mostly. You can change "start_level" to the 0-based number of the level you want to play to skip if you want.

Known issues

Preview

Little house Level 2 Hotdogs Loads of creeps

Building

Binaries

You can download pre-built binaries from the itch.io page