Skip to content

KonradLinkowski/Stack

Repository files navigation

Stack

Stack game clone made using Three.js

Live

You can play now here

gameplay 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
    • spawning tiles
    • cutting tiles
    • saving the best score
    • graphic and audio settings
    • keyboard support
  • graphics
    • lighting
    • hue changing
    • cut fragment should fall off or fade out
    • better camera angle
  • audio
    • background music
    • sound effects

The code probably need a major refactor anyway

License

MIT