Mazegame
Playfully promoting teamwork and communication
Individual work completed in the course Environments Studio III.
Source Code
This is a pac-man like game in which users play as a blue dot trying to traverse a maze without getting caught by the red dots. The trick is, the game requires the cooperation of at least two players. One player can see the board, while the other has control over the dot's movements. This forces participants to communicate effectively and work together in order to win.
INFRASTRUCTURE
Backend
The game is made with a Django REST Framework (DRF) backend and uses the framework's built in SQLite database.
Frontend
The frontend is built with p5.js. There are two separate front ends, one for each client. However, both front ends get and post data from the same backend.
Maayan Albert © 2020 | maayan.albert@gmail.com