Online Save System For Web Games
Date: Late 2023
Images
This is the leaderboard website.
This was the "BISFA Clicker" game made by my classmates.
Description
During late 2023 I created a back end for web games for my class. The main focus was a save-system for a cookie clicker style game that my classmates made. I utilized PHP, SQL, JavaScript, HTML, CSS to create the site. It involved several PHP files that the game would send HTTP requests to query a specific database. On top of this, I also made a front-end to display a live leaderboard that can be sorted based on the different columns selected. Players could create an account for the game, save their data, then log in to that account later.
Skills
This vastly improved my knowledge of PHP, SQL, and JavaScript. It also improved my knowledge of general frontend web development.