Loading repository data…
Loading repository data…
Jonatandb / repository
El juego de la vida por Jonatandb
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Una célula muerta con exactamente 3 células vecinas vivas "nace" (es decir, al turno siguiente estará viva).
Una célula viva con 2 o 3 células vecinas vivas sigue viva, en otro caso muere (por "soledad" o "superpoblación").
Getting Started with Python in VS Code
Python extension for Visual Studio Code
Configuro VSCode para que no muestre un alerta erronea sobre pygame
Configuro VSCode para que el entorno de debugging por defecto sea el que ejecuta el archivo actual y para que también formatee el código automáticamente usando black, luego de investigar las opciones disponibles (Black, yapf y autopep8) y leer éstas páginas:
Auto formatters for Python 👨💻🤖
Wikipedia: Juego de la vida
Oscilador (autómata celular)
John H. Conway hablando del Juego de la vida
PyGame Tutorial: Getting Started
Python Casting
Pygame Front Page - Documents
Pygame: pygame.display.set_mode
🚀 A Starter Guide to Pygame 📀
Pygame display.set_caption
pygame.key
Pygame web apps?
is it possible to run pygame or pyglet in a browser?
How to get HTML file form URL in Python
PIP - Requirements Files
Conditional import of modules in Python
Any way to embed Pygame in webpages?
Embed openstreetmap iframe in github markdown
Pygame.org - pygame.image.load()
drawSvg - A Python 3 library for programmatically generating SVG images
The Python Logo
Python Functions
SVG rendering in a PyGame application
Python Check If File or Directory Exists
Configuring the run button
Repl from Repo
Configuring GitHub repos to run on Repl.it and contributing back
Python String Interpolation
Python integer incrementing with ++