Projects for my website www.junior-dev-team.de
I am going to use the projects to explain programming to kids in our local primary school.
Easy game to explain game mechanics and implement simple game rules in a programming language. The goal is to understand basics of HTML, CSS and Javascript.
Create a simple game loop and build on top of Ticktacktoe. Some more 'advanced' programming features are introduced.
A simple game to guess a number. The goal is to learn about input validation.