An ES6, xAPI-enabled yes/no game about being an instructional designer.
- Reigns: UI and gameplay (https://www.devolverdigital.com/games/view/reigns)
- Sort the Court: Yes/No mechanic and gameplay (https://graebor.itch.io/sort-the-court)
Build a business as a new instructional designer. You must last 5 in-game years with a profit and earn your CPPMPLP (certified public profitable marketable learning professional-ish) certification.
- Icons: Doodle Library - https://www.thedoodlelibrary.com/
- Noun Project
- Stars, Money, Health: Deemak Daksina (https://thenounproject.com/deemakdaksina/)
- Kristin Anthony: https://www.knanthony.com/
- Garrick Lee
- Jacob Snover
Dev
Spin up dev environment with hot reloading. Project in dev served on localhost:5001
cd <project folder>
npm install
npm run dev
Build
npm run build
Serve
Production build is previewed(served) on localhost:5000
npm run serve