Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 Refactor: Decompose game_loop.js to separate UI/Logic/Objects #8

Open
IGPenguin opened this issue Oct 27, 2024 · 0 comments
Open
Labels
help wanted Extra attention is needed housekeeping

Comments

@IGPenguin
Copy link
Owner

🐞 Issue Description

All JS code is in a single multiple-thousand line file

βœ… Expected Behaviour

  • Button click decision logic in a separate file
  • UI update logic in a separate file
  • Usage of player, encounter etc. objects
  • ...?

πŸ“‚ Details

  • I'm super lazy to do it, but the size is becoming too much
@IGPenguin IGPenguin added help wanted Extra attention is needed housekeeping labels Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed housekeeping
Projects
None yet
Development

No branches or pull requests

1 participant