Search results
You can generate an svg or gif file that is an snake eating your contributions on Github, and you can put it in your profile. What is different from the original project? The generated background image is semitransparent (Nice for dark or light themes). You can chose the snake color! How can use it? put the snake README file.
- Eduardo Sutil - GitHub
Follow their code on GitHub. Sutil has 97 repositories...
- GitHub - Platane/snk: ⬜ Generates a snake game from a github user ...
Generates a snake game from a github user contributions...
- generate-snake-game-from-github-contribution-grid
Generates a snake game from a github user contributions...
- A Simple Snake Game made in Python 3 · GitHub
Simple Snake Game in Python 3 for Beginners. import turtle...
- Basic Snake HTML and JavaScript Game · GitHub
Basic Snake HTML and JavaScript Game. Snake is a fun game to...
- Eduardo Sutil - GitHub
Generates a snake game from a github user contributions graph. Pull a github user's contribution graph. Make it a snake Game, generate a snake path where the cells get eaten in an orderly fashion. Generate a gif or svg image. Available as github action. It can automatically generate a new image each day. Which makes for great github profile readme
Generates a snake game from a github user contributions graph. Pull a github user's contribution graph. Make it a snake Game, generate a snake path where the cells get eaten in an orderly fashion. Generate a gif or svg image. Available as github action. It can automatically generate a new image each day.
Simple Snake Game in Python 3 for Beginners. import turtle import time import random. delay = 0.1. Score. score = 0 high_score = 0. Set up the screen. wn = turtle.Screen() wn.title("Snake Game") wn.bgcolor("black") wn.setup(width=600, height=600) wn.tracer(0) # Turns off the screen updates. Snake head. head = turtle.Turtle() head.speed(0) head ...
25 paź 2024 · Basic Snake HTML and JavaScript Game. Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader.
Snake Game. Welcome to the Snake AI! Choose Game Mode: Logical AI. Uses A*, reverse A* algorithms to solve the game automatically. Manual Play. Arcade Nostalgia. Genetic Evolution. Snakes follow Darwin law. Machine learning using Deep NeuroEvolution. '
Generates a snake game from a GitHub user contributions graph and output a screen capture as animated SVG or GIF. Platane/snk is GitHub Action that transforms a GitHub user's contribution graph into a snake game animation.