Skip to content

Files

Latest commit

3a26c94 · Nov 25, 2023

History

History
20 lines (14 loc) · 405 Bytes

linux.md

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