Escape the Cosmos is a 2D side-scrolling platformer made during CIS 485, Game Development and Design. This was a semester long project and the parameters of the project were loose, basically the only goal was to make a working game. Every choice and addition was made entirely by our team. The game features various elements such as platforming, shooting, and quizzes for a bit of an educational potential. There were up to three levels planned originally but only one was fully completed by the end of the projects timespan. The purpose of this project was to see everything that goes into video game design from the actual programming to planning and allocating tasks to group members. The Main Menu Gameplay Clips
This is the first project made for CIS 414, Advanced Object-Oriented Design Patterns, which is a music store website made using the MVC, or Multi View Controller pattern which is commonly used in websites to help different devices in different viewing modes to see the site the same as other devices. The goal of this assignment was to create the website with CRUD functionality so that we could create, read, update, and delete entries in our database connected to the website. Unfortunately the website is no longer up but I do have the code for it still and what the home page looked like. The home page, the Collection page was used to view tables and use the CRUD functions. A screenshot of some of the code used for the website. It used a combination of SQL, HTML, CSS, and C# throughout the project.