Infinite Turtles is a card game made for the Svelte 2024/25 hackathon. It is built with Threlte, a library for using Three.js in Svelte apps.
The project is still a work in progress with many features I would like to add, including sound effects, improved animations and more varied gameplay. Feedback is welcome!
While playing the game you can press D
to unlock the camera and RIGHT ARROW
to toggle the speed of the game.
You can visit /playground
to view all the card types.
Once you've cloned the project and installed dependencies with npm install
, start a development server:
npm run dev
š¢