Skip to content

milos92100/terminal-snake

 
 

Repository files navigation

terminal-snake

Build Status

Popular snake game for terminal / console written in F# running on .NET Core / Fable / Xamarin

To run the game, follow these steps:

  1. Clone the repo
  2. Install .NET Core if you didn't already https://www.microsoft.com/net/core
  3. Navigate to the cloned folder from your terminal and run build.sh or build.cmd script
  4. Run "dotnet ./build/terminal-snake/terminal-snake.dll"
  5. 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 :)

Game screenshot

About

Popular snake game for terminal / console written in F# running on .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 96.9%
  • HTML 1.5%
  • Shell 1.2%
  • Batchfile 0.4%