Skip to content

fre-ben/sisu

Repository files navigation

SISU · Build Status npm PRs Welcome GitHub license

A multiplayer card game for up to 8 players

This is my capstone project for the Neue Fische Web Development bootcamp I attended in spring of 2021. It's a web app multiplayer card game for up to 8 players, best played in a web browser. Reveal your cards and exchange them cleverly to reach the lowest score each round and beat your friends. The rules of this game are based on the fantastic card game Skyjo

Installing / Getting started

To run locally, install the dependencies and run the development server.

npm install
npm run dev

Now you should be able to run the game on port 3000.

Developing

Built With

  • React.js
  • Next.js
  • Socket.io
  • TypeScript

Prerequisites

None needed, just install the dependencies with npm install

Setting up Dev

If you want to add features, feel free to do so 🧙‍♂️

git clone [email protected]:fre-ben/sisu.git
cd sisu
npm install
npm run dev

Tests

No tests implemented yet.

Project Dependencies

Releases

No releases published

Packages

No packages published

Languages