Skip to content

pinniini/dotnetTrivia

Repository files navigation

dotnetTrivia

Command line trivia game made with .NET Core.

Uses Open Trivia Database as the source for the questions.

Building

.NET Core SDK needs to be installed. Instructions on how to install it can be found from the following link .NET Tutorial

To build the game run the following command in the project folder:

dotnet build

To publish the game as a self-contained deployment for linux run the following command:

dotnet publish -c Release -r linux-x64

To publish for Windows replace the linux-x64 with win10-x64 and for OSX osx-x64.

Running

To run the game run the following command in the project folder:

dotnet run

About

Command line trivia game made with dotnet core.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages