Skip to content

weave-game/weave

Repository files navigation

weave 🧵🕹️ (Game) Quality Gate Status

About

Steer your line without crashing into each other, work together to get the highest score.

A game made in the Game Development Project course at Chalmers/GU.

Start screen Gameplay

Gameplay

Video

Development

Setup Scoreboard (Environment Variables)

Run the following commands in the weave directory:

dotnet user-secrets set ConnectionString <mongo-db-dbconnection-string>

Formatting (CSharpier)

Install: dotnet tool install csharpier -g

Run: dotnet-csharpier . inside the weave directory.

Plugins

  • Install Roslynator plugin for VSCode (or your preferred IDE).
  • Install EditorConfig plugin for VSCode (or your preferred IDE).