nigeleke / cribbage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:The Unlicense


Languages

Language:Rust 99.6%Language:SCSS 0.4%