pyvec / pyvec/naucse.python.cz
Snake game (homework): Discourage extending on the console
Abierto
@encukou ya está trabajando en esto.
Desde el 18/12/2017.
beginners-course
content
sprint-idea
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 335
- Forks
- 119
- Merge medio
- 3 h 6 min
- PR fusionados (30 d)
- 1
Descripción
The Snake game from homeworks is turn-based, which isn't very fun (and it doesn't match the original game). Several people tried to extend it so it can be played in real-time, but this requires non-trivial hacks, and generally can't be solved by beginners.
So, either:
- Explicitly discourage this; say that it'll only be possible after learning Pyglet
- Find an easy-to-use pip-installable library that does this
- Package the StackOverflow answers into an easy-to-use pip-installable library :)
The third option would work nicely as an individual project after the beginners' course; I'll try offering to mentor it.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.