BadukKids is an open source project to build a website. The goal of this website, is to teach very young children (age ~4 years old), the fundamental skills which are required to learn the game of go.
An online version is deployed here: https://kids.zbaduk.com/
In the configuration settings, there are 3 possible options:
- A dropdown to modify the theme. This only changes the images.
- When this is enabled, groups will run away but only if there's just 1 liberty left.
- When enabled, this will start an animation to continuously show and hide the keypoints.
- When checked, this will show arrows to indicate where the liberties are.
BadukKids is built using Angular and Typescript. It does not have a back-end.
To make a new deployment:
ng build --prod --base-href "https://kids.zbaduk.com/"
npx angular-cli-ghpages --dir=dist/BadukKids
Double check: if there's still a CMAKE file for domain kids.zbaduk.com. If not, reconfigure the custom domain in the settings tab on github.
BadukKids was founded by ZBaduk, but is licensed under an MIT license. For additional question or remarks, you can contact bram@zbaduk.com .