Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.76 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.76 KB

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).