https://github.com/mattdrivendev/fsssss
F# Snake game using MonoGame
https://github.com/mattdrivendev/fsssss
Last synced: about 1 year ago
JSON representation
F# Snake game using MonoGame
- Host: GitHub
- URL: https://github.com/mattdrivendev/fsssss
- Owner: MattDrivenDev
- License: unlicense
- Created: 2013-09-20T22:42:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T12:50:15.000Z (almost 3 years ago)
- Last Synced: 2023-08-14T15:16:29.124Z (almost 3 years ago)
- Language: F#
- Homepage:
- Size: 72.3 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fsssss
A quick clone (ish) of the classic [Snake](http://en.wikipedia.org/wiki/Snake_(video_game)) written in F#.
## Dev notes
Mostly inspired by [@GarethIW's FShoot](http://www.garethpw.co.uk/2013/06/1gam-june-fshoot.html).
Welcome to a couple of evening's worth of my entertainment. I really wanted to have another crack at using XNA - and ***really*** wanted another crack and games dev with a functional language like `F#`. I'll probably use this as a point of reference if I do any more games dev, and maybe it'll serve as a little example for others.
## Built With
* .NET 7
* MonoGame 3.8
* F# 7