Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloiseleo/blockeat
Snake Game with a Minecraft Style.
https://github.com/bloiseleo/blockeat
javascript next snakegame typescript
Last synced: 26 days ago
JSON representation
Snake Game with a Minecraft Style.
- Host: GitHub
- URL: https://github.com/bloiseleo/blockeat
- Owner: bloiseleo
- Created: 2023-09-06T20:25:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T08:27:28.000Z (about 2 months ago)
- Last Synced: 2024-11-29T09:29:53.813Z (about 2 months ago)
- Topics: javascript, next, snakegame, typescript
- Language: TypeScript
- Homepage: https://blockeat.vercel.app
- Size: 10.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blockeat! 🎲
This game aims to bring me and my brother closer together. Over the years, my brother has developed a passion for games that I also shared when I was a child. However, due to the age difference, we rarely or almost never have matching schedules. When he's at school, I'm working. When I'm free, he's studying. When I'm studying, he's free. Because of this, I decided to make my studies include this shared passion: developing a game using Next.
The game follows the same concept as the snake game: you need to eat to grow.
🎮 Throughout the game, there will always be at least one block on the screen. You need to collide with them to eat them.
🎮 Each block you eat increases your body by 1 block.
🎮 You lose the game if you touch your own body.Libraries
- Next
- TypeScript
- RBush