cdietze / ld37

My Ludum Dare #37 compo entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Ludum Dare #37 compo entry

Theme is "One Room".

Description

You control a vacuum robot and need to get the room clean again. The vacuum only moves one square at a time. Each move consumes 1 battery. When you run out of battery you need to return to a recharge station (the vacuum teleports there). There are 3 recharge stations in the room.

The room is initially unexplored. However, there are some hints to guide you:

  • Dust is surrounded by lint
  • Recharge stations are surrounded by cables

Control: mouse only. No sound.

Tools:

Links

Play it in your browser here

Entry to the #37 Ludum Dare compo

Build

To build it run mvn clean install.

To build and start the Java version run mvn -Pjava clean install.

To build and a start the HTML version - you can then view it on localhost:8080 - run mvn -Phtml clean install.

About

My Ludum Dare #37 compo entry

License:Apache License 2.0


Languages

Language:Java 99.7%Language:HTML 0.3%