Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 405 Bytes

File metadata and controls

20 lines (14 loc) · 405 Bytes

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