This was how I first learned to code, by making a new project every day for 2 months afterr my national service before school started. This page features some of the more complete and meaningful projects that I made.
The outcome:
Skills Acquired
+1
+1
Next Steps
Game Maker
Time till School
Mouse Animations
The first phase of my learning was largely spent copying and analyzing code that I found online. I would then recreate the code and in the process learnt the basics of coding. This was one of the earlier projects that was created in the process and thought me quite a lot.
Mini RPG
I then started learning different methods of getting user input, whether it be from key inputs, mouse click and change the state of the game. This resulted in the creation of an RPG game where the player can press Space to reallocate points before pressing the find encounter buttons to fight enemies.
Turnbased
I also needed to learn how to use css elements to animate the movements, which resulted in the turnbased game hwere you would press the attack button which would always play the same attack animation.
Conditionals
I was then interested in using conditionals and maded a game where the enemies changed their behaviour based on the distance from the player and could only move twhen the player was moving.
Pathfinding attempt
Lastly I also wnted to dabble in creating a simple AI which tracked the player and also work on random generation. This resulted in the simple game where the player could navigate in the the area generated by the computer and reach the goal to create another level. I also wanted to incoperate collision, however, I ran out of time for that day.
Bullet Dodger
In contrast to the other projects, this one was made over the course of a week and seeked to incoperate every element I had learnt up to this point. It had beams that with a hole to pass through using random generation, special attacks that were generated at fixed times. Changing character sprite when the player was still and when they were moving, e.t.c. . Collision was also implemented for this game. I wish I had more time to implement a restart button, however the code was alreaddy becoming very messy and dhard to interpret and I decided to end dthe project where it is.