- Notifications
You must be signed in to change notification settings - Fork0
pyx/2048-ml
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A clone of2048, implemented inOCaml.
Cross-platform GUI with no external dependency, using graphics library thatcomes with OCaml
Text (ascii) output as well
Gameplay actions implemented asmonadic functions, for example, to placetwo new tiles:
playing board>>= spawn>>= spawn
To compile
- OCaml 4.01 or newer.
There are ebuilds come with 2048-ml for each tagged release.
They can also be found (along with Manifest) in my personal overlay:
With properly added ebuild:
emerge --ask 2048-ml
Compile
make
Install
make install
BSD New, see LICENSE for details.
- Project:
- http://xrefactor.com/projects/2048-ml
- Issue Tracker:
- https://bitbucket.org/pyx/2048-ml/issues/
- Mercurial Repository on Bitbucket:
- https://bitbucket.org/pyx/2048-ml/
- Git Repository on Github:
- https://github.com/pyx/2048-ml/