Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 788 Bytes

ConsoleLabirinth

console labirinth is a console game in which you have to open all doors on your way out in a randomly generated maze. This is my first c# project, the purpose of which was to get a basic understanding of how to use c# and the net framework. Doors are identified by a capital letter and colour. The corresponding key is a lowercase letter of the same colour. Peek key first before open the door

Feauters

  • randomly generated maze of any size
  • websockets multiplayer

To Get Started

To run this project you need to have .net framework 4.8.0 The main project is GameThread

Demo

LabiribthGame.1.mp4