uno

Uno

This is a simple Uno game made with SvelteKit and Svelte. We will style it with TailwindCSS and use Socket.io for multiplayer.

No Longer HACTOBERFEST elegable ☚ī¸đŸ‘ŽđŸŧ

SvelteKit Uno Game

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:

Getting Started

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

Prerequisites

  • You will need to have Node.js installed on your machine. You can download it from here.
  • You will need to have a GitHub account. You can create one here.
  • PnPm is not required, but greatly improves proformance. You can install it with npm install -g pnpm.

Using TailwindCSS with Svelte

  • To use TailwindCSS in the <style> tag, import tailwind classes in the following way:
    <style>
      @tailwind base;
      @tailwind components;
      @tailwind utilities;
    </style>
    

Hacktoberfest 2023

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.

Top categories

Loading Svelte Themes