Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/sonsoleslp/escapp
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Aug 20, 2020
2 parents 0aa1480 + 6955e7d commit d676710
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Escapp
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Escapp is a web platform for managing educational escape rooms. Below is a list of all of escapp's features:

Expand All @@ -21,6 +22,20 @@ Escapp is a web platform for managing educational escape rooms. Below is a list
* [x] API REST for puzzle solving
* [x] [Client application](https://github.com/agordillo/escapp_client) for the development of external puzzles

## Installation
## Documentation for developers

Check out the [installation guide](https://github.com/ging/escapp/wiki/Installation) to deploy your own instance of Escapp
Check out the [API documentation](https://github.com/ging/escapp/wiki/API-Documentation) to use Escapp's API to develop your own puzzles connected with Escapp

## The impact of Escapp

Escapp has been used to host several educational escape rooms both in-class and remotely. These experiences have resulted in several research articles:

- S. López-Pernas, A. Gordillo, E. Barra and J. Quemada, "Examining the Use of an Educational Escape Room for Teaching Programming in a Higher Education Setting," in IEEE Access, vol. 7, pp. 31723-31737, 2019, doi: [10.1109/ACCESS.2019.2902976](https://ieeexplore.ieee.org/document/8658086).

- S. López-Pernas, A. Gordillo, E. Barra and J. Quemada, "Analyzing Learning Effectiveness and Students’ Perceptions of an Educational Escape Room in a Programming Course in Higher Education," in IEEE Access, vol. 7, pp. 184221-184234, 2019, doi: [10.1109/ACCESS.2019.2960312](https://ieeexplore.ieee.org/document/8936344).

## Related projects

Take a look at the [projects](https://github.com/ging/escapp/wiki/Related-projects) that have emerged from Escapp.

Check the [installation guide](https://github.com/ging/escapp/wiki/Installation).

0 comments on commit d676710

Please sign in to comment.