Popular snake game for terminal / console written in F# running on .NET Core / Fable / Xamarin
To run the game, follow these steps:
- Clone the repo
- Install .NET Core if you didn't already https://www.microsoft.com/net/core
- Navigate to the cloned folder from your terminal and run build.sh or build.cmd script
- Run "dotnet ./build/terminal-snake/terminal-snake.dll"
- Enjoy :)
Optionally you can install Visual Studio Code from https://code.visualstudio.com/, if you didn't already :), and play with the code. To build from VS Code just run a build task.
Eat all apples ("o") and avoid mines ("#")... and contribute if you have some new ideas or find any bugs :)