Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 615 Bytes

BlazorDungeon

Multiuser dungeon game implemented in CSharp NET Core 3.1 using Server-Side Blazor.

Up to 5 simultaneous players.

Sound effects.

Text based graphics using Fairfax HD font.

You can see the deployed site here

Set focus to the page(click anywhere on it) and use arrows keys to move your player.

Sample gameplay

Gameplay

Changelog

v1.1 25/08/2020

  • Player name screen
  • Highscores screen
  • Increased network performance using css instead of style tag
  • Bugfixes