Skip to content

alexejrotar/fungus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fungus

This is a game for js13kgames 2022. The year's theme is Death. This game is about fungi.

Fungi decompose the dead. In this game, it is the player's objective to decompose the dead creatures. They are composed of molecules that can be dragged and rotated. When all molecules are dropped off the grid the level is completed. Molecules are moved by drag and drop and rotated with Q and E around the clicked grid position.

Along with the game, I am submitting the level editor where players can create and share their own puzzles. They can draw on the grid. A molecule can be selected for editing with Q and E. Individual pieces of a selected molecule can be removed by clicking them. An entire unselected molecule can be removed by first toggling the delete mode with D and then clicking anywhere on the molecule. Try drawing first. Then, press E to move the selection further and create a new one. Colors will be assigned randomly upon creation and can be adjusted. Finally, the share button generates a link to be shared with friends.

You can find a deployed version here

Credits

Thanks a lot @eratormortimer for contributing the levels "Blue Whale", "Giraffe", and "Space Creature", as well as providing very useful feedback and suggestions for the editor and the game play.

Thanks a lot @iljarotar for enhancing the atmosphere with randomly generated music and for variuos brainstorming sessions.