Participants :
Jeu sérieux sur le thème de la co-construction.
Voir DESCRIPTION.md pour plus d'informations.
Type de jeu : Gestion
Le joueur va jouer un certain nombre de tours autour d'un sujet qui implique la co-construction (Construction d'un quartier résidentiel ou Développement d'une application).
- Faire découvrir au joueur les enjeux organisationnels des acteurs :
- Gestion du temps de parole
- Conflits
- Satisfaction des acteurs
- Hiérarchie
- Apprentissage par essai-erreur
# Clone the repository
git clone https://github.com/axelmunch/meeting-manager.git
# Go to the project root
cd meeting-manager
# Install dependencies
npm install
# Run web server
npm run dev
# Build website
npm run build
# Export website
npx next export
# Go to the output directory
cd out
# Run web server (optional)
npx serve