5299f99928a6f3a0983f85f28bb0f95d120162d0
snk
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.
Available as github action. Automatically generate a new image at the end of the day. Which make for great github profile readme
Usage
github action
- uses: Platane/snk@master
with:
github_user_name: platane
gif_out_path: dist/github-contribution-grid-snake.gif
svg_out_path: dist/github-contribution-grid-snake.svg
interactive demo
local
npm install
npm run dev:demo
Implementation
Description
Languages
TypeScript
99.6%
Dockerfile
0.4%
