Home About Me Projects

Projects

Angry Birds Game

This mini-game is developed as a shooter-based response game. You are tasked with shooting a bird at different objects with different points based on size and movement. The bird being launched includes a speed bar for the user to determine the speed of their bird and a semicircular shooting area where the user can choose in which direction the bird will be flying. The main goal of the game is to knock as many objects as you can with the given 3 birds. Level 1 consists of an easier level with bigger shooting birds, more points on objects and no moving objects. Level 2 consists of a harder level with smaller shooting birds, fewer points on objects and a final boss that moves and taunts you. The game tests your hand-eye perception and coordination while providing a nice calm game to play around with and get the highest score.

*Created using Monogame, Visual Studio, C#, Github.
*This project included one other collaborator named Samuel Estrada.
GitHub Repository

Teacher Class Application System

This application is a data tracking and organization tool. It consists of various classes, teachers, students and confirmation management systems to manage a small-scale schooling system to assign a teacher to a class and the students along with it. It uses a database to store all the data, uses cookies to display welcome times and has an email send confirmation page to confirm the enrollment of a student.

*Created using Visual Studio, Asp-Net and Model-View-Controller, SQL database.
*This project was done alone.
GitHub Repository

Tic-Tac-Toe Game

This mini-game consists of a basic Tic-Tac-Toe two-player game, one person clicks to start with X then O and alternate turns clicking on the boxes they assign, getting 3 in a row displays a win message and then prompts to restart the game and play again. It's a simple yet fun to play two-player game on one console.

*Created using Visual Studio, C#, Windows Forms Asp.
*This project was done alone.
GitHub Repository