A 2-player collaborative coding logic puzzle for the Board.fun physical-digital console. Built for the SuperBuilders 1-week challenge.
Students (age 6+) work together to place physical game pieces in the correct sequence, learning sequencing—the foundational idea that order matters in code. Every piece placement and rotation is logged to CSV for learning analytics.
- Version: Unity 2021.3 LTS (2021.3.56f2 recommended — security-patched)
- Download: unity.com/download
- Modules: Install Android Build Support (for Board sideload)
- Platform: Works on Apple Silicon (M1/M2/M3) and Intel Macs
- Open Unity Hub
- Add → select the
BoardOfEducationfolder (inside this repo) - Open with Unity 2021.3
- Wait for packages — Unity resolves Board SDK, Input System, UI
- Import Board Input sample — Window → Package Manager → fun.board → Samples → Import "Input"
- Add scenes to build — File → Build Settings → Add your game scene(s)
- Press Play — Run in Editor with Board Simulator
See BoardOfEducation/UNITY_SETUP_CHECKLIST.md for the full checklist.
SuperBuilders/
├── README.md ← You are here
├── BoardOfEducation/ ← Unity project (open this folder in Unity Hub)
│ ├── Assets/
│ │ ├── Scripts/ # Game logic, validators, UI
│ │ └── Editor/ # Build scripts
│ ├── Packages/
│ │ └── fun.board-3.2.1.tgz
│ ├── README.md
│ ├── SETUP.md
│ ├── UNITY_SETUP_CHECKLIST.md
│ └── INTERACTION_LOG.md
├── GAME_DESIGN.md # Order Up! puzzle concept
├── PRD.md # Product requirements
├── TASK_LIST.md # Task breakdown
├── TECH_STACK.md # Architecture
├── SUBMISSION.md # Submission checklist
└── EVALUATION.md # PRD self-review
| Mode | How |
|---|---|
| Simulator | Press Play in Unity Editor — Board Simulator runs automatically |
| Physical Board | See BUILD_AND_DEPLOY.md — Build APK → use bdb to install via USB |
| Doc | Purpose |
|---|---|
| BoardOfEducation/README.md | Unity project overview |
| BoardOfEducation/SETUP.md | Detailed setup and scene creation |
| BoardOfEducation/UNITY_SETUP_CHECKLIST.md | First-time Unity checklist |
| BoardOfEducation/BUILD_AND_DEPLOY.md | Package and test on physical Board |
| GAME_DESIGN.md | Puzzle concept (Order Up!) |
| SUBMISSION.md | Submission and packaging |
| docs.dev.board.fun | Board SDK documentation |
- Unity 2021.3 LTS
- Board SDK 3.2.1 (included)
- Board.fun console or Simulator (no physical device needed for development)
- Board SDK: docs.dev.board.fun | Discord