https://github.com/arndom/github-contribution-tetris
Play a game of Tetris generated from your github contribution graph
https://github.com/arndom/github-contribution-tetris
codespaces contributions-graph game github nextjs tetris typescript
Last synced: 10 months ago
JSON representation
Play a game of Tetris generated from your github contribution graph
- Host: GitHub
- URL: https://github.com/arndom/github-contribution-tetris
- Owner: arndom
- License: mit
- Created: 2023-05-21T14:45:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T15:41:16.000Z (10 months ago)
- Last Synced: 2025-04-04T16:38:31.802Z (10 months ago)
- Topics: codespaces, contributions-graph, game, github, nextjs, tetris, typescript
- Language: TypeScript
- Homepage: https://gh-tetris.vercel.app/
- Size: 4.29 MB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# About GitHub Contribution Tetris 🌟
GitHub Contribution Tetris is a site where you enter your GitHub username, select a year of activity, and then get a playable generated Tetris game from that activity. It was built with Next.js and TS, while also taking bits and pieces from npm packages:
- [GitHub Contributions Canvas](https://github.com/sallar/github-contributions-canvas)
- [React-tetris](https://github.com/brandly/react-tetris)
# Developing locally
```bash
# install dependencies
yarn
# run locally
yarn dev
```
# Developing using codespaces
> Navigate to the repo link: https://github.com/arndom/github-contribution-tetris and click `<>Code` then select codespaces and click `+` to create a codespace with the already provided dev-container
Leave a 🌟 if you found this interesting.