QuixoticLeprechauns / jul-gonu

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

Implement a "Player" Object #12

Open QuixoticLeprechauns opened 1 year ago

QuixoticLeprechauns commented 1 year ago

Should simplify existing game logic, and facilitate the addition of more more abstract game rules (non-reversal).

May also improve readability/maintainability.

QuixoticLeprechauns commented 1 year ago

Player Class has been drafted, but is not yet integrated with index.js. I'm currently rewriting index.js to use this class, instead of the crude hack that is currently in place.