Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.