No description
.github/workflows | ||
src | ||
.gitignore | ||
.prettierrc | ||
build.js | ||
flake.lock | ||
flake.nix | ||
npm-deps-hash | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Doffycup
Doffycup is a small game with the goal of introducing young children to basic programming concepts. An online version you can try for yourself can be found here.
Tech stack
Doffycup is built using preact and typescript. The project can be built reproducibly using nix. Moreover, we also provide a nix shell for development.
Changing dependencies
The npm dependency hash needs to be recomputed when the npm lockfile changes:
nix run .#compute-npm-dep-hash
Infoeducatie 2021
This project was made during the final hackathon phase of infoeducatie 2021. The scuffed presentation can be found here.