···99# this only needs to be done once
1010dotnet new -i ppy.osu.Framework.Templates
11111212+## IMPORTANT: Do not use spaces or hyphens in your project name for the following commands.
1313+## This does not play nice with the templating system.
1414+1215# create a new empty freeform osu!framework game
1316dotnet new osu-framework-game -n MyNewGame
1417