Here is the structure for this project:
We hop to build a simple Uno game using SvelteKit. This will demonstrate basic card handling, game logic, and multiplayer capabilities. We will use TailwindCSS for styling and Socket.io for multiplayer.
Here is the structure for this project:
Game Loop:
Clone the repository and install the dependencies.
git clone https://github.com/timscodebase/uno.git
cd uno
npm install // or pnpm install
To run the project:
npx vite build
npm run dev
npm install -g pnpm
.<style>
tag, import tailwind classes in the following way:<style>
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>
This repository is for Hacktoberfest 2023. Join us in creating a fun game for everyone to play while learning about SvelteKit, TailwindCSS and Socket.io.