¡Hola! :vulcan_salute: Este es un proyecto relacionado a Pilas Bloques :heart:. En el repositorio de ese proyecto encontrarás las guías sobre cómo contribuir y el código de conducta, que son guías que aplican también a este proyecto.
Hi! :vulcan_salute: This is a project related to Pilas Bloques :heart:. In that project's repository you'll find the contribution guidelines and the code of conduct which also apply to this project.
Pilas Bloques Exercises
Programming exercises for Pilas Bloques.
![Build Status](https://travis-ci.org/Program-AR/pilas-bloques-exercises.svg?branch=master)
How to use?
First you have to install all dependencies for this project, you can do
this by running the following command:
npm install
You also need to install python3, to do this in Linux, run:
sudo apt-get install python3 python3-dev
Then, to start the compilation and open the browser in the demo page:
npm run start
However, this doesn't trigger a new compilation when a file is changed.
For this you have to start in another terminal:
npm run watch
How does it look?
When the browser opens, you will see the first challenge directly like this:
![](https://github.com/Program-AR/pilas-bloques-exercises/raw/HEAD/imagenes/preview.jpg)
Note that challenges can be loaded using the ?desafio
parameter in the URL.
For example:
[...]/visorEjercicios.html?desafio=AlimentandoALosPeces
[...]/visorEjercicios.html?desafio=FutbolRobots
etc...