Table of Contents
These are my first two projects in F #, a programming language I learned at university
"MazeRunner" minigame: a maze is generated randomly, the player is shown the solution path, and once you start playing, the path disappears.
It's a pure F# project, playable in windows terminal
Just clone the repository, install an IDE like Microsoft Visual Studio, and run it.
You will need to install .NET Framework Developer Pack in order to compile the project