1
Fork 0
No description
Find a file
2024-05-28 02:59:29 +02:00
.github/workflows Merge two ci steps into one 2023-11-16 18:52:33 +01:00
src Remove dependency on immer 2023-11-16 18:38:40 +01:00
.gitignore Package using nix 2023-11-15 03:49:17 +01:00
.prettierrc feat: basic prettierrc 2021-08-01 06:24:50 +03:00
build.js Package using nix 2023-11-15 03:49:17 +01:00
flake.lock Package using nix 2023-11-15 03:49:17 +01:00
flake.nix Add custom domain 2024-05-28 02:59:29 +02:00
npm-deps-hash Update npm dep hash [skip ci] 2023-11-16 17:49:09 +00:00
package-lock.json Remove dependency on immer 2023-11-16 18:38:40 +01:00
package.json Remove dependency on immer 2023-11-16 18:38:40 +01:00
README.md Add custom domain 2024-05-28 02:59:29 +02:00
tsconfig.json Package using nix 2023-11-15 03:49:17 +01:00

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.