https://github.com/dmnd/sharpong
a crappier pong clone, in f#
https://github.com/dmnd/sharpong
Last synced: 22 days ago
JSON representation
a crappier pong clone, in f#
- Host: GitHub
- URL: https://github.com/dmnd/sharpong
- Owner: dmnd
- Created: 2009-09-14T08:23:41.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-14T08:36:56.000Z (almost 17 years ago)
- Last Synced: 2025-01-05T20:20:52.334Z (over 1 year ago)
- Homepage: http://desmondbrand.com
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Sharpong
--------
A crappier pong clone in F#. Inspired by [pongell][1]. Public domain.
The code is probably completely unidiomatic (it uses lots of state), but F# is
a multi-paradigm language so I can get away with it. Seriously, if you want to
offer feedback, I'd be glad to hear it. This was a learning exercise.
[1]: http://github.com/kamatsu/pongell