This video game was the first video game I ever made and is what got me hooked to programming. This project was done when I was a freshman in highschool in a game design class. It is a simple game, as to be expected from someone who was just introduced to both game design and programming, but it was a fun project nonetheless. The platform used was Construct 2, which has since been upgraded to Construct 3, and it used the HTML5 language.
As stated before, the game itself is an incredibly simple one. You control the player to protect a flower as feral hogs attempt to attack both you and the flower. The player earns points and wins the game once they reach 800 points. The player can lose the game if either they or the flower loses all of its health points. I had made some attempts at adding in a reloading mechanic, as well as a way to heal the player (at the cost of points). The most difficult part of the project was getting the enemies to target both the player and core. In the end, I was able to find a solution by only having the enemies target the player if they are within a certain range, otherwise they would target the core.
You can play the game for yourself here.