Skip to content

gud-koodi/deeper-skeeper

Repository files navigation

Deeper Skeeper

CodeFactor Actions Status

A course game project by Daniel Koch & Jori Lampi

Deeper Skeeper is roguelike twinstick game aimed for 1-4 players. Players proceed by repeatedly falling from one room to another in a procedurally generated dungeon. Be wary of enemies lying along your path, as they will keep chasing you into the depths!

Game is made with Unity.

Playing the game

Get the latest release build from releases.

You can either host the game locally, or connect to someone else by entering their IP adress. If connecting over internet, the host may need to forward the port 4296 in their router settings first.

Controls

  • WASD to move around
  • Mouse to aim
  • LMB to use weapon
  • ESC to return to main menu

Setting up dev environment

  1. Clone the repository
  2. Set up LFS hooks in project directory with git lfs install
  3. Open the project in Unity version 2019.2.11f1

Course documents