Time for a change...
Early Days
In the early days of developing this game, I was fascinated by how efficient localStorage
was. It allowed me to quickly implement features. The initial features were built around this, making it a core part of the game's infrastructure. localStorage
made it possible to store and retrieve user data easily, contributing to the game's early success.
However, as the game grew and new features were added—especially multiplayer ones—it became increasingly difficult to maintain both localStorage
and server-side data synchronization. The complexities of managing data across multiple players highlighted the limitations of relying solely on localStorage
.
What happens now?
After careful consideration, I've decided to fully transition to server-side data saving. This means all user data will now be retrieved and sent to the server, ensuring consistency and reliability, especially for multiplayer interactions. The challenge is now on me to make sure the server is always up and running.
NOTE: this update/version is not yet on the current downloadable build
DT: Basketball
Status | In development |
Author | JayteeGameDev |
Genre | Simulation, Sports, Strategy |
Tags | Basketball, basketball-manager, Indie, Mouse only, Point & Click |
More posts
- It is my Birthday.22 days ago
- My first original featureJun 24, 2024
- Here’s what is nextJun 03, 2024
- NEW UPDATE: Trading is here!!!Apr 24, 2024
- Upcoming core MULTIPLAYER featureFeb 27, 2024
- NEW UPDATE: team names, items inventory, user rankings!!!Feb 02, 2024
- Happy New Year! (300+ views & 100+ downloads!!)Jan 02, 2024
Leave a comment
Log in with itch.io to leave a comment.