Pacman-Game icon indicating copy to clipboard operation
Pacman-Game copied to clipboard

Modular app.js

Open tatticoder opened this issue 5 years ago • 4 comments

All the code is currently in app.js I think separating the code in different files and make it modular will make project more structured. MVC separates an application into three components - Model, View, and Controller. This will make it easier for collaborators to work together and make merging requests easier by reducing conflicts. Adding new updates and features will also be easier in future.

tatticoder avatar Oct 01 '20 08:10 tatticoder

Sounds cool ! Try to work on it , if you want any help feel free to contact.

RishabhDevbanshi avatar Oct 01 '20 09:10 RishabhDevbanshi

Yeah I was going to suggest the same. The way the game is made right now is to check for CSS classes for any game logic, which is not ideal. It should definitely be separated into MVC components.

osoba avatar Oct 01 '20 15:10 osoba

@RishabhDevbanshi Can I work on this? I think adding more levels will be great too.

pro-nav avatar Oct 02 '20 17:10 pro-nav

@RishabhDevbanshi Can I work on this? I think adding more levels will be great too.

Sure !

RishabhDevbanshi avatar Oct 02 '20 18:10 RishabhDevbanshi