An open API service indexing awesome lists of open source software.

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.

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
![tetris-pheres-final](https://user-images.githubusercontent.com/44790691/135914025-2927aef9-9dae-4084-996d-e69aa65b2967.gif)

### 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?