Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.23 KB

video_game.md

File metadata and controls

32 lines (30 loc) · 1.23 KB
description date paige title
Personal video game design
2023-12-10T21:33:03-07:00
style
#paige-collections, #paige-sections, #paige-reading-time, #paige-date, #paige-pages { display: none; } #paige-title { font-size: 3rem; }
Video Game Design

{{< paige/image sizes="" src="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/assets/game_ss.png" style="float:left; max-width: 100%; margin-right: 20px; margin-bottom: 20px;" width="50%" >}} {{< paige/image sizes="" src="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/assets/top_down_ss.png" style="float:left; max-width: 100%; margin-right: 20px; margin-bottom: 20px;" width="50%" >}}

Project overview:
Making video games is a passion of mine, and it helps me apply the things that I have learned in computer science classes in a way that is meaningful to me. I have done all the development of my games in C# in the Visual Studio Code IDE using the Unity game engine. Most of my projects have been to challenge myself and experiment with different concepts. Some of the games that I've made include a side-scrolling parkour game, a virtual reality bowling game, and a 2D top-down shooter game made with no external plugins. These projects have improved my problem-solving abilities and, of course, my coding expertise.