https://github.com/dcts/tetris-spheres
an open source copycat of tetris effect. Written in p5.js. music by Tobias Herzog.
https://github.com/dcts/tetris-spheres
Last synced: about 2 months ago
JSON representation
an open source copycat of tetris effect. Written in p5.js. music by Tobias Herzog.
- Host: GitHub
- URL: https://github.com/dcts/tetris-spheres
- Owner: dcts
- License: mit
- Created: 2020-02-02T18:38:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:23:53.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:13:18.284Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dcts-tetris-spheres.web.app/
- Size: 42.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TETRIS SPHERES
Open source implementation of tetris effect! Before starting a game, the player can choose an artist, which will affect the music and the style (colors / theme) of the game.
# Demo

### Featured Artists
- [tobias herzog (clockworked ep#1)](https://open.spotify.com/artist/4dlgo712iwaJqhxlPEZVbp?si=oCmbP5iJQwqqv2yylmbcZA)
- [kellen]()
### DEPLOYMENT
```
firebase deploy
```
### Todos
seach code for `@TODO`!
- [x] score
- [x] render ghost blocks (block prediction)
- [ ] endgame condition
- [ ] display next block
- [x] feature to hold block for later (swap block)
- [ ] Highscore database?
- [ ] Donate Button (coffee)
- [ ] info modal (what is this about?)
- [ ] game-over logic (modal)
- [x] music logic!
- [ ] background animation test?
