Table of Contents

Quick Start on Linux

Setup development

Fantas work on Linux using modern .NET.

dotnet new install Fantas.Templates

This will install .NET Fantas templates, you can crate a new desktop game doing

mkdir MyGame
cd MyGame
dotnet new fantas-desktop