Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.21 KB

File metadata and controls

51 lines (34 loc) · 1.21 KB

Overview

This is an exercise project for students / aspiring programmers to start learning in Haskell.

Inspired from the original Exploding Kittens game:
http://www.explodingkittens.com/

Visit the official website to learn how to play.

Additional code where copied/inspired from:
https://github.com/Lazersmoke/exploding-kittens

Requirements

To work on this project, make sure you have the following:

  • GHC 8.0.1
  • Cabal
  • Stack

I've started developing this on an OS X machine, so there might be extra steps to make this work in a Linux or a Windows machine.

Setup

On Mac OS X

First, install Haskell, cabal, and stack.

brew cask install haskell-platform
cabal install hake
cabal install hpack

Second, go to cloned repo, and let stack do it's thing.

cd uno
hake

Copyright and License

All important references, copyright ownership belongs to those who owns them. This project claims no copyrights at all.

You may use the code here for any means useful to you, and if you acknowledge us, we will be happy, otherwise, we are equally happy if you find value on this.