logaan / durak.gleam

An implementation of the card game Durak using Gleam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

durak

This is an implementation of the card game Durak. It is written using Gleam, a typed, functional language for the Erlang VM.

Quick start

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

Todo

  • Deal
  • First attack
  • Defend
  • Further attacks
  • Find a better way to do validations
  • Seperate transformations from rules
  • No attacks past 6
  • End turn
  • Start next turn

About

An implementation of the card game Durak using Gleam


Languages

Language:Gleam 100.0%