alesan99 / chicken_society

"Become a chicken not a nugget". A full online multiplayer game.
https://alesan99.github.io/chicken_society/
3 stars 0 forks source link

Refactor code to use Javascript modules #103

Closed alesan99 closed 2 months ago

alesan99 commented 6 months ago

Should just load one js file and all other files are imported. Should be an overall improvement on performance and code readability https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules This will allow us to use webpack