https://github.com/baterson/svelte-tower-defence
A TowerDefence clicker game made with Svelte 5, without canvas. Playable on different screens, Mobile or Desktop. Created during SvelteHack 2024
https://github.com/baterson/svelte-tower-defence
clicker css game game-development hackaton htmlgame svelte svelte5 sveltehack sveltekit tower-defense
Last synced: about 2 months ago
JSON representation
A TowerDefence clicker game made with Svelte 5, without canvas. Playable on different screens, Mobile or Desktop. Created during SvelteHack 2024
- Host: GitHub
- URL: https://github.com/baterson/svelte-tower-defence
- Owner: baterson
- License: mit
- Created: 2024-10-28T10:15:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:04:59.000Z (2 months ago)
- Last Synced: 2025-02-18T12:22:41.713Z (2 months ago)
- Topics: clicker, css, game, game-development, hackaton, htmlgame, svelte, svelte5, sveltehack, sveltekit, tower-defense
- Language: TypeScript
- Homepage: https://svelte-tower-defence.vercel.app/
- Size: 43.3 MB
- Stars: 39
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Svelte Space
A TowerDefence clicker game made with Svelte 5, without canvas. Playable on different screens, Mobile or Desktop.
[Live demo link](https://svelte-tower-defence.vercel.app/)
Game was made during [Svelte Hack 2024](https://hack.sveltesociety.dev/2024) and got 4th place in the "Wizzbangery Wizard" category.
[SvleteHack 2024 winners](https://hack.sveltesociety.dev/2024/winners)
Project team:
- [Ivan Semochkin (Developer)](https://github.com/baterson)
- [Fedor Semochkin (Developer)](https://github.com/Fedorse)
- [Albert Fedyunin (Art/Design)](https://artstation.com/kunglaohat)```bash
# Run locally
npm install
npm run dev
```