QuixoticLeprechauns / jul-gonu

The first playable version of Jul-Gonu on the internet.
MIT License
0 stars 1 forks source link

Implement Modules #11

Open QuixoticLeprechauns opened 1 year ago

QuixoticLeprechauns commented 1 year ago

Separate distinct/unrelated code into separate files to increase readability, and maintainability.

Example: Stylized rectangle and line drawing code can be automated and placed into it's own file.

QuixoticLeprechauns commented 1 year ago

Modules for a Point class, Player Class, and Board class exist now, but there's still much work to do before this is crossed off the list. The majority of index.js has to be rewritten to accommodate the new classes.