Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KonradLinkowski/Stack
Tower stacking game made using Three.js
https://github.com/KonradLinkowski/Stack
game hacktoberfest stack threejs webgl
Last synced: 3 months ago
JSON representation
Tower stacking game made using Three.js
- Host: GitHub
- URL: https://github.com/KonradLinkowski/Stack
- Owner: KonradLinkowski
- License: mit
- Created: 2021-05-04T20:50:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T10:33:44.000Z (about 2 years ago)
- Last Synced: 2024-05-02T03:51:39.823Z (6 months ago)
- Topics: game, hacktoberfest, stack, threejs, webgl
- Language: TypeScript
- Homepage: https://konradlinkowski.github.io/Stack/
- Size: 3.56 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack
Stack game clone made using Three.js## Live
You can play now [here](https://konradlinkowski.github.io/Stack/)![gameplay gif](./screenshots/game.gif)
## Installation
```
# install dependencies
yarn install
# run the game
yarn start
# alternatively run the dev server
yarn dev
```## Contributing
Feel free to create issues and pull requests with your ideas or bug reports :)## Todo
- gameplay
- [x] spawning tiles
- [x] cutting tiles
- [ ] saving the best score
- [ ] graphic and audio settings
- [ ] keyboard support
- graphics
- [x] lighting
- [x] hue changing
- [x] cut fragment should fall off or fade out
- [ ] better camera angle
- audio
- [ ] background music
- [ ] sound effectsThe code probably need a major refactor anyway
## License
[MIT](./LICENSE)