Skip to content

A multi-genre game made with my daughter for Game Off 2024

Notifications You must be signed in to change notification settings

wachunga/secrets

Repository files navigation

Cloak and Danger

A multi-genre game about a girl who can transform into a rat.

My daughter and I made it during November 2024 and submitted it just in time for Game Off 2024. The theme was "secrets" and we really leaned into that — you collect secrets, find secret passages, etc.

👉 Play and rate Cloak and Danger

Cloak and Danger gameplay screenshot

Retro

  • There were a lot of things we had to cut due to lack of time, unfortunately
  • After the game jam voting is over, we'd like to revisit those
    • transform into a penguin at the end
    • add more sound
  • Phaser is a powerful game engine but it was frustrating at times
    • it doesn't follow semver
    • the official docs have broken links
    • many online tutorials etc are using outdated APIs

Development

Node.js is required to install dependencies and run scripts via npm.

Command Description
npm install Install project dependencies
npm run dev Launch a development web server
npm run build Create a production build in the dist folder

Template

This project started from template-vite-ts with the following versions: