Pollinator Protection
This project is meant to teach elementary school students about pollinators and their importance in the environment.
This was a project that was developed and deployed in beta by employees at the Envision Center before I joined. My task was to take feedback from the client and implement it. Overall I improved the performance and accessibility of all of the modules that I worked with. I also added some new features.
The Games:
I am unfortunately not able to provide links to these games, I am allowed to show videos and pictures though.
Landscape Management:
This project tasks the player with creating a sustainable landscape around a house, the player is graded based on how sustainable their configuration is. The score is determined by various rules.
For this project I implemented many updates such as an undo button. This was a highly requested feature from the feedback that was gathered from the beta. To implement this, with every action that is done by the user I save all of the necessary information to an “ActionInfo” object and push it to a stack, when an undo event is triggered it pops the last “ActionInfo” from the stack and has all the information it needs to undo the last step.
Highlights of Gameplay:
Dissection Game:
The purpose of this project was to allow the player to explore different flowers and insects, and learn more about them. The player is able to compare the flowers and insects with each other to discover differences.
In this project I improved the U.I and added the ability to inspect two objects simultaneously. I also added more polish to the game, and helped with some performance issues.
Highlights of Gameplay:
Royal Palace:
This project is a Visual Novel that allows the player to learn more about the intricacies of a beehive by talking with the various types of bees.
I improved performance, stability, and accessibility. I also implemented the ability for characters to have voiced lines. Here are the highlights of Gameplay:
Card Game:
This project is a simple card matching game where the player will match an insect with their favorite flower, during this the player will learn more about both the flower and the insect.
For this game I simply added polish, and implemented various bug fixes.