aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..59a46a0 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,24 @@
1Spear
2=====
3
4Spear is a simple 3D game framework I have been working on since I started learning Haskell, and is therefore more of a "let's see where I can get to" kind of project.
5
6The project's goal is to put what I learn into practise, to explore how far I can get with Haskell and if the results are decent enough, to build one or two game demos along the way.
7
8Installation
9------------
10
11Simply clone the repo and build with cabal:
12
13```
14git clone https://github.com/jeannekamikaze/Spear.git
15cd Spear
16cabal install
17```
18
19Documentation
20-------------
21
22An online copy of the haddocks can be found [here][0].
23
24[0]: http://shellblade.net/docs/Spear/index.html