README
Pilas Bloques Exercises
Programming exercises for Pilas Bloques.
How to use?
First you have to install all dependencies for this project, you can do this by running the following command:
npm install
Then, to start the compilation and open the browser:
grunt
And if you are developing new exercises, it is a good idea to start a compilation continuously with the following command:
grunt watch
How does it look?
When the browser opens, you will see the first challenge directly like this:
Note that challenges can be loaded using the ?desafio
parameter in the URL.
For example:
[...]/visorEjercicios.html?desafio=AlimentandoALosPeces
[...]/visorEjercicios.html?desafio=FutbolRobots
etc...