FCards

Playing card games with F#

Welcome and follow me through actual code from zero F# knowledge to a working app in the cloud.

I sometimes struggle with lessons and docs that are structured primarily around the language using a vague real-world domain. So instead we’ll start with a real challenge (making a card game) and learn what the language provides to make our dreams a reality.

This is all about my journey of writing a card game or two using F#


Defining Cards

Simple Pickup Game

Solitaire

On the Web

Multi-player (still writing)