- cross-posted to:
- selfhost@lemmy.ml
- gamedev@programming.dev
- cross-posted to:
- selfhost@lemmy.ml
- gamedev@programming.dev
Few weeks ago I wrote about a side project that I’m using to learn, this is my reviewing what I missed on the project, the main issues after a few dozen games in the platform with friends. And what I learned in the process.
All comments, feedback is appreciated.


Heavily coupled code with a lot of duplication of code. These are the main points of the refactor.
There is some lack of “smart” use of the JS, like the positional arguments instead of objects (for quick fix/change), no separation of concerns, there is something lightly there, but lacks the gross thing.