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

Revisar la implementación de game #146

Open
nscarcella opened this issue Aug 2, 2022 · 2 comments
Open

Revisar la implementación de game #146

nscarcella opened this issue Aug 2, 2022 · 2 comments

Comments

@nscarcella
Copy link
Member

Ahora que se refactorizó la implementación de game y se movió parte de la lógica que antes era nativa a código wollok deberíamos revisar algunas de las siguientes cosas:

  • Todavía necesitamos todas las natives de game que hay? Algunas natives eran simplemente getters/setters que ahora podríamos implementar en Wollok.
  • Los atributos de game están bien scopeados? Están bien definidos como const o var? Podrían ser sólo métodos? Queremos setter para todas las variables (por ejemplo running)?
@asanzo
Copy link
Contributor

asanzo commented Aug 3, 2022

Agrego: Sin el doStart de game, ¿Cómo se implementa en el lenguaje host lo que posta levanta el juego gráficamente?

@nscarcella
Copy link
Member Author

nscarcella commented Aug 3, 2022 via email

@fdodino fdodino added bug Something isn't working wollok-game and removed bug Something isn't working labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants