Neon Blast

 
Screenshot 2020-12-12 234955.png

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.

 
Screenshot+0.7.jpg

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

 
Screenshot+2020-12-13+000411.jpg

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.

 
Screenshot+2020-12-13+000517.jpg

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

 
Screenshot%2B2020-12-13%2B002504.jpg

What is it?

The 2D RPG Map is a text based map that can scale up to whatever size the user enters.

 
Screenshot+2020-12-13+002721.jpg

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.