This is a game I made for my scouting group, which has an annual hiking event around Christmas. For this game, you deploy a number of points (using coordinates) on a map, in a certain order. In order to win the game, you need to obtain the most points. You can do this by walking the shortest time in between the points on the map. For every trajectory, i.e., the route between two points, the most points are awarded for the team with the shortest walking time, the least points are awarded to the team with the longest walking time.
In order to track time between two points, QR codes must be placed at the coordinates for the teams to scan. The QR codes can be generated from the admin panel. If the teams open a QR code, the time is automatically logged.
GitLab URL can be found here.
Please note that the current implementation is in Dutch.
Tech stack
- VuetifyJS for the frontend
- Sanic for the backend
- Tortoise-ORM for the ORM
Screenshots
User view | |
---|---|
Admin view | |
---|---|