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

Decide Sprite features #19

Open
DavidLeoni opened this issue Aug 28, 2024 · 0 comments
Open

Decide Sprite features #19

DavidLeoni opened this issue Aug 28, 2024 · 0 comments
Labels
enhancement New feature or request game engine

Comments

@DavidLeoni
Copy link
Member

DavidLeoni commented Aug 28, 2024

Sprite class should inherit from Turtle and be a thin addition to enable game engine like features.

  • have simpler x,y properties instead of goto(xcor()+dx, ycor()+dy) ?
  • a Sprite should be able to say comics (sync, async, ...)
  • emit sounds (maybe stereophonic)?
  • Most probably, a Sprite should be penup by default
  • don't like much hideturtle / showturtle names, since turtle adds so many synonyms maybe we can afford simpler hide / show as well
@DavidLeoni DavidLeoni added enhancement New feature or request game engine labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request game engine
Projects
None yet
Development

No branches or pull requests

1 participant