Could I have a code review for my little game jam repo, please? It would be nice if it was a time when I was watching a stream but that doesn't really matter because I can watch back the vod later.
Most of the important code is in renderer.js
coord.js and texture.js are little struct classes. If there were structs in js, they would be structs.
entity.js, renderer.js, and sound.js are regular classes.
sounds.js and textures.js are objects that hold texture and sound objects.
helper.js and playerHelper are helper classes that contain functions that don't belong anywhere else.
Could I have a code review for my little game jam repo, please? It would be nice if it was a time when I was watching a stream but that doesn't really matter because I can watch back the vod later.
Most of the important code is in renderer.js
coord.js and texture.js are little struct classes. If there were structs in js, they would be structs.
entity.js, renderer.js, and sound.js are regular classes.
sounds.js and textures.js are objects that hold texture and sound objects.
helper.js and playerHelper are helper classes that contain functions that don't belong anywhere else.