Skip to content

SPACE Saver - a js13kGames 2021 competition entry by @ripter.

License

Notifications You must be signed in to change notification settings

js13kGames/space-saver

Repository files navigation

js13k logo

Theme: SPACE

You work for the SPACE-Y company! Every day is a glorious day to serve. Your wonderful job is to clear the landing spot of all the Trash. Clear the SPACE so new ships can land and spend their tourist dollars at the many SPACE-Y shops and hotels.

Push the trash into the compactor with the WASD, Arrow Keys, or Gamepad.

Trash is heavy! You can not push more than one block at a time.

Running the compactor is expensive! The more trash you fit into the compactor, the higher your score.

Prerequisites

  • You will need node installed.
  • You will need a command line to run the bash commands.

Start development Server

This will setup a server listening at http://localhost:8080/. This runs from /src with the unbuilt source code.

make server

https Server

mkcert is a tool that can help setup a secure local https server.

License

This project is licensed under the MIT License - see the LICENSE file for details