Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 662 Bytes

decifra-me-js (work in progress)

A javascript implementation of a puzzle game.

Preview:

https://clever-crumble-85e001.netlify.app/

Technologies:

TODO:

  • Game implementation;
  • Drag/drop;
  • Stages' setup;
  • Custom shader implementation;
  • i18n support;
  • Mobile support;
  • Final GUI and menu flow;
  • Add music/sound effects;
  • Mobile build.

How to run

  • npm i
  • npm run dev

Build

  • npm run build

Check out decifra-me's original Unity implementation.