Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baterson/blackjack-svelte-5
BlackJack card game built with Svelte 5, showcasing Svelte features for educational and demonstration purposes.
https://github.com/baterson/blackjack-svelte-5
animation card-game game javascript svelte svelte5 sveltekit typescript visualization
Last synced: 6 days ago
JSON representation
BlackJack card game built with Svelte 5, showcasing Svelte features for educational and demonstration purposes.
- Host: GitHub
- URL: https://github.com/baterson/blackjack-svelte-5
- Owner: baterson
- License: mit
- Created: 2024-09-23T06:31:28.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:27:21.000Z (23 days ago)
- Last Synced: 2024-10-18T02:56:07.876Z (21 days ago)
- Topics: animation, card-game, game, javascript, svelte, svelte5, sveltekit, typescript, visualization
- Language: Svelte
- Homepage: https://blackjack-svelte-5.ivan-sem.com/
- Size: 503 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlackJack Svelte 5
BlackJack card game built using Svelte 5 for educational purposes. This project was part of a presentation I gave at work to demonstrate Svelte and highlight the new features of Svelte 5.
Check out the [BlackJack game live demo](https://blackjack-svelte-5.ivan-sem.com/).
![compressed21](https://github.com/user-attachments/assets/214f1286-babb-48fb-b24b-bd4ebcf1e1ca)
## Technologies
- Svelte 5
- SVG Cards from [SVG-cards](https://github.com/htdebeer/SVG-cards)
## Run locally
Use Node 20.x
- `npm install` - install dependencies
- `npm run dev` - run a dev server## Contribution
If you have ideas for improvements or want to contribute to the project, please feel free to fork the repository, make your changes, and submit pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.