Skip to content

corentindessenne/CIRious-Games-2021

Repository files navigation

Monopalim

A serious game created for CIRious Games 2021 about healthy diet.

License: AGPL v3

Authors

Installation

git clone https://github.com/Corentin-Dessenne/CIRious-Games-2021.git
cd CIRious-Games-2021/
npm install
node index.js

In addition to that, import monopalim.sql into a database called monopalim.

Dependencies

This project is made with the following npm packages :

  • Bcrypt for hashing passwords.
  • Express for the server https.
  • Express-session to handle user sessions
  • mysql to interact with the database.
  • Notyf to display notifications toasts on the page.
  • Socket.io to connect with the client.
  • Phaser for the loading bar at the beginning.

Preview

gamepreview.png