awvalenti / fugaescorregadia

Jogo de labirinto rodando no navegador / Labyrinth game running on the browser
https://awvalenti.github.io/fugaescorregadia/
9 stars 1 forks source link
coffeescript game jogo labirinto labyrinth

Fuga Escorregadia | Slippery Escape

Jogue aqui! | Play here!

Gameplay screenshot

Slippery Escape is a labyrinth game that runs on the browser.

You can play it anywhere: computer, mobile phone, tablet and so on.

It is work in progress and feedback is welcome! You can open an issue and tell me what you think.

Technical stuff

Slippery Escape runs on web technologies: HTML, CSS and JavaScript.

Internally, it is written in CoffeeScript, a nice language that compiles to JavaScript.

Development

Tools include:

To run Slippery Escape on development mode, you basically need to:

npm test          # Automated tests on Node.js
npm run tdd       # Automated tests on browser
npm run autoplay  # Simple system test on browser
npm start         # Play game
npm run editor    # Run level editor

Licence

Copyright © 2019, André Willik Valenti. All rights reserved.

Open-source with all rights reserved?

Yes, that's possible! More details here. Long story short, you can only do stuff other than see the code and run the project if you get permission from me. If you're interested in that, please contact me by opening an issue.

Old README

Here