Skip to main content

About Me

 

About Me

My name is Lee Fischer, I am currently a student at MSU Mankato planning to graduate soon in the the CIS field. I am passionate about computers and the arts which I am both studying and improving in for the past five years! I hope to use my skills to keep on creating new and exciting things!


My Skills/Background

In the world of Computer Information Technology I am currently focusing on software development and information security and actively going for certificates in both fields. The programming language I'm most proficient in is C#, but I have some experience in Python, C, HTML, CSS, SQL, and Javascript.


With art, my strengths include graphic design, character design, and digital art.

Comments

Popular posts from this blog

Escape the Cosmos Video Game Project

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

Meow Rush Platformer Project - Command Pattern

This project was made in CIS 414. It is a 2D vertical tower climbing platformer game. The purpose of the project it to implement various object oriented patterns into either a video game or a website. The video and images below are showcasing the Command Pattern which does allow actions to be represented as objects. The pattern is used to take the player's actions and translates it to the shadow enemy which will copy those movements on a second or two delay.  

Music MVC Project

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.