An open API service indexing awesome lists of open source software.

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)

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