~blainsmith/tcg-c

wire up the main game with players and running a dual
play card pulls a card from the hand into the field
create the dual for playing a game

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~blainsmith/tcg-c
read/write
git@git.sr.ht:~blainsmith/tcg-c

You can also use your local clone with git send-email.

#C Trading Card Game

Written for https://github.com/agnostechvalley/katas/tree/master/2018-04

Trivial trading card game in C that will pit 2 players against each other.

#Running

Compile and run the program.

> make run