# Smackdown A game made for [daydream](https://daydream.hackclub.com/columbus) with [kaplay](https://kaplayjs.com/) ![Smackdown Screenshot](https://raw.githubusercontent.com/taciturnaxolotl/smackdown/refs/heads/main/docs/demo.jpeg) Are you willing to sacrifice your life to rack up more points? | Control | Action | |---------|--------| | WASD / Arrow Keys | Movement | | X | Ultimate ability | | Mouse | Direct volley | | Left Click | Fire | ## Dev notes This is bundled with bun and is pretty simple to hack on. ```bash bun dev # hot reloaded server on localhost bun run build # compiles it all to to ./dist bun zip # builds it and then zips it to ./dist/game.zip ```

© 2025-present Kieran Klukas