A game framework written with osu! in mind.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add a note warning against using spaces/hyphens when consuming templates

+3
+3
osu.Framework.Templates/README.md
··· 9 9 # this only needs to be done once 10 10 dotnet new -i ppy.osu.Framework.Templates 11 11 12 + ## IMPORTANT: Do not use spaces or hyphens in your project name for the following commands. 13 + ## This does not play nice with the templating system. 14 + 12 15 # create a new empty freeform osu!framework game 13 16 dotnet new osu-framework-game -n MyNewGame 14 17