Skip to content
/ spades Public

4-player card game in the browser with Gleam, React, and WebSockets

Notifications You must be signed in to change notification settings

rawhat/spades

Repository files navigation

Spades

A team-based trick taking card game for 4 players. Wiki.

image

The rules can vary wildly, so they are implemented as I learned them.

The game does support bots, but they are incredibly dumb at the moment.

Built with

Running the application locally

To run the application using docker-compose, run:

  • docker compose build
  • docker compose up
  • Navigate to localhost:5000 in your browser

Any file changes for the UI will recompile automatically and refresh the application.

"To break you, of course."

About

4-player card game in the browser with Gleam, React, and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published