hs2048: A 2048 clone in Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

A 2048 clone in Haskell.

This implements the game logic as well as a console interface for playing it.


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.0
Change log CHANGELOG.md
Dependencies base (<5), hs2048, hscolour (>=1 && <2), random (>=1 && <2) [details]
License MIT
Copyright 2014 Taylor Fausak <taylor@fausak.me>
Author Taylor Fausak
Maintainer taylor@fausak.me
Category Game
Home page https://github.com/tfausak/hs2048
Bug tracker https://github.com/tfausak/hs2048/issues
Source repo head: git clone git://github.com/tfausak/threase.git
Uploaded by taylorfausak at 2014-04-02T13:18:06Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
documentationDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hs2048-0.1.0

[back to package description]

hs2048

Build Status

A 2048 clone in Haskell.

Screenshot

Setup

$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ make
$ make run

Others