Add files via upload

This commit is contained in:
Clément SAILLANT
2026-02-03 14:53:39 +01:00
committed by GitHub
commit dace42744a
30 changed files with 312 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Changelog
## [Unreleased]
- Squelette du dépôt (kit MJ, printables, hardware)
- Double licence (CC BY-NC / MIT)
## [0.1.0] - 2026-02-03
- Initialisation du dépôt et fichiers de gouvernance
+7
View File
@@ -0,0 +1,7 @@
# Code de conduite
Espace respectueux et constructif.
Attendu : respect, courtoisie, feedback utile.
Interdit : harcèlement, discrimination, insultes, données personnelles.
Signalement : ouvrir une issue décrivant le problème.
+27
View File
@@ -0,0 +1,27 @@
# Contribuer
Objectif : un kit cohérent, fluide à animer, facile à imprimer (noir & blanc).
## Contributions bienvenues
- Variantes graphiques N&B (lisibilité, hiérarchie, élégance)
- Corrections (orthographe, cohérence, mise en page)
- Exports supplémentaires (A6/A5, recto/verso)
- Améliorations kit MJ (anti-chaos, modularité 614)
- Ajouts hardware (BOM, schémas, firmware simple)
## Règles (important)
- Noir & blanc uniquement
- Textes courts, hiérarchie claire
- Cohérence stricte : aucune contradiction entre indices/cartes/solution
- Pas de marques/logos externes
## Workflow
1. Fork
2. Branche : `feat/...` ou `fix/...`
3. Ajouts au bon endroit (`src/` et `export/`)
4. Mettre à jour `CHANGELOG.md`
5. PR avec explication + previews PNG si possible
## Licence des contributions
- Contenu créatif : CC BY-NC 4.0
- Code : MIT
+6
View File
@@ -0,0 +1,6 @@
# Disclaimer
Ce projet est une création indépendante, publiée à des fins ludiques et éducatives.
Il nest affilié à aucune marque, aucun éditeur, ni aucun détenteur de droits.
Merci de ne pas ajouter de logos, visuels propriétaires ou éléments de marque externes dans les contributions.
+23
View File
@@ -0,0 +1,23 @@
# Licence
Double licence :
## Contenus créatifs — CC BY-NC 4.0 (non commercial)
Sapplique à : documents de jeu, textes, PDFs, PNG, SVG, assets graphiques, et tout contenu dans :
- `kit-maitre-du-jeu/`
- `printables/`
- `assets/`
- `docs/`
Texte : `LICENSES/CC-BY-NC-4.0.txt`
## Code — MIT
Sapplique à : firmware et code dans :
- `hardware/firmware/`
(et tout fichier explicitement indiqué comme code)
Texte : `LICENSES/MIT.txt`
## En cas de doute
- imprimable / texte / design -> CC BY-NC
- code -> MIT
+25
View File
@@ -0,0 +1,25 @@
Creative Commons Attribution-NonCommercial 4.0 International
(CC BY-NC 4.0)
SPDX-License-Identifier: CC-BY-NC-4.0
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
International License.
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license,
and indicate if changes were made.
- NonCommercial — You may not use the material for commercial purposes.
No additional restrictions — You may not apply legal terms or technological
measures that legally restrict others from doing anything the license permits.
Human-readable summary:
https://creativecommons.org/licenses/by-nc/4.0/
Legal code (full license text):
https://creativecommons.org/licenses/by-nc/4.0/legalcode
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026 L’électron rare
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+47
View File
@@ -0,0 +1,47 @@
# Le Mystère du Professeur Zacus — kit denquête (printables + guide MJ + hardware)
Kit denquête pour anniversaire (911 ans), ambiance laboratoire / campus scientifique.
Style visuel : noir & blanc, graphique, lisible, élégant, homogène.
## Contenu
### 1) Kit Maître du jeu
Dossier : `kit-maitre-du-jeu/`
- script minute-par-minute
- solution complète (coupable + mobile + méthode + chronologie)
- checklist matériel + mise en place
- distribution des rôles + adaptations (614 enfants)
- guide anti-chaos
- stations (option bonus)
### 2) Printables (imprimables)
Dossier : `printables/`
- invitations
- cartes (personnages / lieux / objets / indices)
- feuille denquête
- badges détective
- règles en 1 page
- ordre dimpression
### 3) Hardware (optionnel)
Dossier : `hardware/`
- BOM (liste de matériel)
- câblage
- firmware Arduino / ESP32
## Licence (non-commercial pour le contenu)
- Contenus créatifs (documents, PDFs, PNG, SVG, textes de jeu) : **CC BY-NC 4.0**
- Code (firmware, scripts) : **MIT**
Voir `LICENSE.md` et `LICENSES/`.
## Disclaimer
Projet indépendant, non affilié à aucune marque ou éditeur.
Voir `DISCLAIMER.md`.
## Contribuer
Voir `CONTRIBUTING.md`.
## Historique
Voir `CHANGELOG.md`.
## Mainteneur
L’électron rare
+4
View File
@@ -0,0 +1,4 @@
# Security
Pas de service en production.
Si un contenu sensible est publié par erreur (ex : données personnelles), ouvrir une issue pour retrait.
+7
View File
@@ -0,0 +1,7 @@
# Le Mystère du Professeur Zacus
- Kit MJ : `kit-maitre-du-jeu/`
- Printables : `printables/`
- Hardware : `hardware/`
Astuce : activer GitHub Pages sur `/docs` pour afficher cette page.
+13
View File
@@ -0,0 +1,13 @@
# Hardware (optionnel)
Accessoires simples pour le jeu (ex : LED, buzzer, “scanner”, déclencheur dindice).
Contenu :
- BOM : `bom/bom.md`
- Câblage : `wiring/wiring.md`
- Firmware : `firmware/arduino/` et `firmware/esp32/`
- Boîtier : `enclosure/`
Licence :
- code = MIT
- docs hardware = CC BY-NC
+6
View File
@@ -0,0 +1,6 @@
# BOM (Bill of Materials)
- Objectif du module :
- Liste des composants :
- Alternatives :
- Coût estimé :
+5
View File
@@ -0,0 +1,5 @@
# Boîtier / Enclosure
- dimensions
- découpe/assemblage
- fichiers (STL/SVG) si ajout futur
+7
View File
@@ -0,0 +1,7 @@
# Firmware Arduino (MIT)
Mettre ici :
- croquis Arduino
- instructions (IDE, libs)
- mapping des pins (GPIO)
- comportement (inputs/outputs)
+7
View File
@@ -0,0 +1,7 @@
# Firmware ESP32 (MIT)
Mettre ici :
- code ESP32
- instructions (Arduino IDE / PlatformIO si utilisé)
- mapping GPIO
- comportement (Wi-Fi/BLE si utilisé)
+5
View File
@@ -0,0 +1,5 @@
# Câblage
- Schéma logique (GPIO, alimentation)
- Notes sécurité (alimentation, polarités)
- Photos / dessins (optionnel)
+17
View File
@@ -0,0 +1,17 @@
# Kit Maître du jeu
Tout pour animer la partie.
Fichiers :
- `script-minute-par-minute.md`
- `solution-complete.md`
- `checklist-materiel.md`
- `plan-stations-et-mise-en-place.md`
- `distribution-des-roles.md`
- `guide-anti-chaos.md`
Bonus :
- `stations/` (48 stations possibles, modulaires)
Exports :
- `export/pdf/` (si tu ajoutes des versions PDF)
+3
View File
@@ -0,0 +1,3 @@
# Checklist matériel
> À compléter : matériel dimpression, accessoires, déco, mini-expériences “labo” safe.
@@ -0,0 +1,3 @@
# Distribution des rôles
> À compléter : tableau de distribution + variantes 614 enfants.
+3
View File
@@ -0,0 +1,3 @@
# Guide anti-chaos
> À compléter : procédures si un indice est perdu, si un enfant bloque, si le groupe accélère, etc.
@@ -0,0 +1,3 @@
# Plan des stations & mise en place
> À compléter : plan de circulation, installation des stations, timing et transitions.
@@ -0,0 +1,3 @@
# Script minute-par-minute
> À compléter : déroulé de laccueil à la révélation finale (rythme enfants 911 ans).
+3
View File
@@ -0,0 +1,3 @@
# Solution complète
> À compléter : coupable + mobile + méthode + chronologie (une solution unique, sans contradictions).
+10
View File
@@ -0,0 +1,10 @@
# Stations (option bonus)
Chaque station doit être :
- rapide (510 min)
- safe (mini-expérience sans danger)
- variée (observation / logique / manipulation)
- cohérente avec la solution finale (pas de contradictions)
Fichiers :
- `station-01.md`, `station-02.md`, etc.
+3
View File
@@ -0,0 +1,3 @@
# Station 01
> À compléter : énigme / mini-expérience, matériel, solution, indice délivré.
+3
View File
@@ -0,0 +1,3 @@
# Station 02
> À compléter : énigme / mini-expérience, matériel, solution, indice délivré.
+3
View File
@@ -0,0 +1,3 @@
# Station 03
> À compléter : énigme / mini-expérience, matériel, solution, indice délivré.
+18
View File
@@ -0,0 +1,18 @@
# Printables
Organisation :
- `src/` = sources éditables
- `export/pdf/` = prêts à imprimer
- `export/png/` = previews
Convention de nommage recommandée :
- `a6` / `a5` / `a4`
- `recto` / `verso`
- `v1`, `v2`, etc.
Exemples :
- `invite-a6-recto-v1.pdf`
- `carte-indice-a6-v2.pdf`
- `regles-1-page-a4-v1.pdf`
Ordre dimpression : voir `ordre-dimpression.md`.
+10
View File
@@ -0,0 +1,10 @@
# Invitations
Dossiers :
- `src/` : sources éditables
- `export/pdf/` : PDFs prêts à imprimer
- `export/png/` : aperçus PNG
Convention de nommage (recommandée) :
- PDF : `invite-a6-recto-v1.pdf`, `invite-a6-verso-v1.pdf`
- PNG : `invite-a6-recto-v1.png`, `invite-a6-verso-v1.png`
+12
View File
@@ -0,0 +1,12 @@
# Ordre dimpression recommandé
1) Règles (1 page)
2) Feuille denquête
3) Cartes (personnages / lieux / objets)
4) Cartes indices
5) Badges détective
6) Invitations (si impression séparée ou en dernier pour éviter de les abîmer)
Conseils :
- Papier épais pour cartes/badges (200 g/m²)
- Papier standard pour règles/feuilles (80120 g/m²)