Programming Experience

During the COVID-19 quarantine in 2020, I began coding games. Throughout the making of these games, I learned to code in five different languages: Java, Javascript, PHP, HTML, and CSS, along with the MySQL Database. For every game except KidChat, I used Java to enhance my programming skills before transferring to a website format. I used Eclipse as my IDE to code all my programs in Java before using Visual Studio Code to start coding in HTML, CSS, and JS. Here’s an in-depth version of how I prepared my Coding Environment. To play any game, click on the game title. I hope you enjoy!

Number GameDemo Video
Try to beat the computer with the number guessing game! Instructions are located in the link. Used HTML, CSS, and JS.

Zombie GameDemo Video
It’s a zombie apocalypse! Boss Baby is the defender. Click on the up arrow image to go up, the down arrow image to go down, and the right arrow image to shoot! The tiny zombie has one life, the poop zombie has five lives, and the big zombie has ten lives. The lives will be on the top right corner of each zombie! Keyboard functions do not work. For a better experience, I suggest you play this game on a computer. Used HTML, CSS, and JS. (credits to DreamWork Animations for the graphic of Boss Baby)

Connect 5Demo Video
Just like Connect 4, but 5. In this game, you must connect five tiles together in a diagonal, horizontal, or vertical line. You’ll be playing against the computer. Good luck! Coded using HTML, CSS, and JS.

Cow GameDemo Video
Just like the app Cow Evolution! You match two cows together to create bigger cows. There are two worlds! For a better experience, I suggest you play this game on a computer. Used HTML, CSS, and JS. (credits to Cow Evolution for the graphics)

KidChat Demo Video
Similar to a regular chatting feature, you can create a group chat and private message others! The programming process for KidChat is different because instead of coding in Java, I started coding this program in PHP, an unfamiliar coding language to me at that time. Then, I started using the MySQL database to store information! Coded using PHP, HTML, CSS, and MySQL.