Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Things To Help Sticky

A topic by The Grumpy GameDev created Apr 02, 2022 Views: 93
Viewing posts 1 to 1
HostSubmitted(+1)

Terminal.GUI / gui.cs : https://migueldeicaza.github.io/gui.cs/articles/overview.html

Spectre Console: https://spectreconsole.net/

To make yer console app work in the itch.io app, use a file called .itch.toml that looks kinda like:

[[actions]]
name = "play"
path = "EXAMPLE.exe"
console = true
[[prereqs]]
name = "net-runtime-5-x64"