Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.79 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.79 KB

cribbage

BSD 3 Clause License Language Build Coverage Version

Site | GitHub | API | Coverage Report

Cribbage is a popular card game, predominately played by two players.

Background

This project has had many flavours over time. It is being used as a learning platform, initially to implement a practical example using Akka, CQRS, Domain Driven Design, Event Sourcing, and Event Storming. Later I applied pure functional programming using the Cats Effects stack.

The project has now completely moved to Rust using Leptos (server-side rendering).

The project is under active development as of May 2024.

Development

cargo test

Run

cargo leptos watch