Skip to content

zephod111r/CoPilotAdventureGame

Repository files navigation

CoPilotAdventureGame

Setup

  • Install Visual Studio 2022 (Enterprise)
  • Install Azure SDK tools

Configuration

In Game.Launcher.Console (Console version) or Game.Functions (Web version) project, open local.appsettings.json and update the following settings:

{
    "OpenAIKey": "<OPEN-API-KEY>",
    "AzureWebJobsStorage": "<AZURE-STORAGE-CONNECTION-STRING>",
    "StaticFiles": "local"
}

Setting StaticFiles to local will use the local static files. Otherwise it will use the static files from Azure Blob Storage.

Running the game

Console version

  • Run with the command:
    dotnet run --project Game.Launcher.Console
    
  • Press 'Ctrl + C' or type command exit to exit the game.

Local Web version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published