FrancisTR / Rhythm-Swipe

A Repository dedicated to the 2D Game "Rhythm Swipe".
https://projectrhythmswipe.netlify.app/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Creating a Database to keep track of the Fastest completion time for Master Mode #13

Closed FrancisTR closed 1 year ago

FrancisTR commented 1 year ago

Figuring out a way to create a database to keep track of completion times for Master Mode

FrancisTR commented 1 year ago

I am currently learning about how to connect and use the Database using JS.

However, if the database is implemented, this will become a dynamic website and no longer a Static one. As of now @FrostyNick, can you find different website hosting options that are free and the ability to host dynamic websites? I found one called Railway, but it can be hosted for up to 500 hours.

FrancisTR commented 1 year ago

This will be in the backlog for now due to extensive amount of time and configuration needed to have a database to be implemented in the game. Will revisit in the future.