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

Slow Game Speed #16

Open
2 tasks
acbuynak opened this issue Sep 9, 2020 · 0 comments
Open
2 tasks

Slow Game Speed #16

acbuynak opened this issue Sep 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@acbuynak
Copy link
Owner

acbuynak commented Sep 9, 2020

Game runs slowly on lower hardware systems.
May partially be due to the heavy usage of simple drawing shapes as discussed at below link on arcades page.

Drawing primitive performance:
Drawing lines, rectangles, and circles can be slow. If you are encountering this, you can speed things up by using ShapeElement lists where you batch together the drawing commands.

ref: https://arcade.academy/performance_tips.html

To-Do

  • Look into drawing of empty and active squares as a "ShapeElement" list if not already doing so. This should help per above guidance.
  • Look for unnecessary time delays in the code. May be leftover pauses from original development work.
@acbuynak acbuynak added the enhancement New feature or request label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant