-
-
Notifications
You must be signed in to change notification settings - Fork 199
[Feature]: improve game performance #343
Copy link
Copy link
Open
Labels
difficulty: mediumNeed time to think throughNeed time to think throughgood first issueGood for newcomersGood for newcomershacktoberfestjavaPull requests that update java codePull requests that update java codestatus: help-wantedExtra attention is neededExtra attention is neededtype: questionFurther information is requestedFurther information is requested
Description
Metadata
Metadata
Assignees
Labels
difficulty: mediumNeed time to think throughNeed time to think throughgood first issueGood for newcomersGood for newcomershacktoberfestjavaPull requests that update java codePull requests that update java codestatus: help-wantedExtra attention is neededExtra attention is neededtype: questionFurther information is requestedFurther information is requested
Projects
StatusShow more project fields
Backlog
👉 Please confirm the following
🤔 Is your proposal related to a problem?
If we run the web version of the game :
mvn jpro:run, the home screen is okay, but if we start to play, it is very very laggy.😍 Describe the solution you'd like
A contributor found out last time, that some componenents were created every second in the game, so it's killing the game in web I guess and probably many other things, maybe even the assets, like implementing lazy loading or whatever... It's a work of research and could really help to make a difference for the web version.
Your efforts would allow me to HOST this game on the web, because currently, even on my Macbook M5 Pro with 24Go of RAM, it is very laggy on the web, so we definitely need to improve the game's performance to be able to host it (and try to host it for free if I can, if it does not require much RAM & CPU)
👍️ Describe alternatives you've considered
✍ Additional context
No response