Skip to content

Jogo de labirinto rodando no navegador / Labyrinth game running on the browser

Notifications You must be signed in to change notification settings

awvalenti/fugaescorregadia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • ParcelJS: creates development server and generates distribution package. Fast alternative to webpack.
  • Babel: translates new JavaScript code to older versions
  • Mocha: automated testing
  • NodeJS: JavaScript runtime, runs many development tools
  • VSCode: awesome editor

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

  • Have NodeJS installed
  • Clone this repository
  • Run npm install and any of these commands:
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