Neon Blast
What is it?
Neon Blast is a top down shooter. Through following tutorials, learning from other classes, and lots of trouble shooting, I built a game that contains a main menu, player movement and shooting, and an enemy with a simple AI.
What I learned
Doing this project taught me a lot about Unity and how to document my progress. I learned how to make a player controller, add particle effects and sound, and menus to my unity projects.
Time Warp
What is it?
Time Warp is an Interactive Fiction game coded in C#, The short plot of the game revolves around you traveling back or forward in time.
What I learned
This project taught me how to parse numbers from text, error check user input, add ASCII art, and read and write to files. I also gained some more familiarity with C# in and problem solving general. Previously I made an Interactive Fiction game for a high school coding class however, that game was all hardcoded and didn’t allow saving.
2D RPG Map
What is it?
The 2D RPG Map is a text based map that can scale up to whatever size the user enters.
What I learned
Although this isn’t a very impressive project, it taught me a lot. I initially had a hard time figuring out how to make the program work properly but when I did everything clicked. This project gave me a solid foundational understanding of Arrays and Loops.