https://github.com/sshine/sml-games
Various games for Moscow ML + MosGame (SDL bindings)
https://github.com/sshine/sml-games
Last synced: 3 months ago
JSON representation
Various games for Moscow ML + MosGame (SDL bindings)
- Host: GitHub
- URL: https://github.com/sshine/sml-games
- Owner: sshine
- Created: 2011-10-16T14:29:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T17:22:49.000Z (over 12 years ago)
- Last Synced: 2025-02-05T08:09:28.772Z (over 1 year ago)
- Language: Standard ML
- Homepage: https://github.com/Eckankar/MosGame
- Size: 957 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sml-games
=============
This repository contains games written in Standard ML.
It currently contains three such games:
- blackjack.sml -- text-based Blackjack against the house
- sml-adventure/ -- text-based adventure game (in Danish)
- sdl-adventure.sml -- SDL-based (graphical) adventure game
SDL games require MosGame by Sebastian Paaske Tørholm.
MosGame can be found on https://github.com/Eckankar/MosGame
Simon