It's a simple Blackjack clone written in Vue3/Nuxt3.
Inspiration for the game logic (also the card images) comes from ImKennyYip.
However, the game logic has been adapted and in the future I would like to add a multiplayer with socket.io.
Here you can play the game: Vue-Jack
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview