Skip to content

shadowleafy/lightblue-repl

 
 

Repository files navigation

lightblue

Hey there, fellow developer!

You're welcome to modify this game, but here's a few things you should know:

  • The levels are stored in an array called GAME_LEVELS in levels.js. The elements are as follows:
  • o: coin
  • #: wall
  • +: static lava
  • =/|: horizontally/vertically moving lava
  • >/</v/^: dripping lava
  • .: empty space

If you want to add custom tiles, check out game.js. Perilous mode is stored in a different directory. Please keep the current credits there; you may add your own name or team though.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • HTML 13.0%
  • CSS 12.8%
  • Python 2.5%
  • Other 0.6%