#!/usr/bin/env cat
TABLE OF CONTENT:
  Copyright and Copying
  Information
  How To Compile
  Status

############################ Copyright and Copying #############################

Author:
  Gustav Hartvigsson
E-Mail:
  gustav.hartvigsson <at> gmail.com

This software is avaible under CreativeCommons, GPLv3, and LGPLv3.

lib/GameHelper/*:         LGPLv3
lib/GameHelper.vapi:      MIT/LGPLv3
lib/GameHelper.h:         MIT/LGPLv3

src/*.vala:               GPLv3

media/images/*:           CC-BY-SA
media/fonts/*:            Read media/fonts/README for information on
                          Copying, and Copyright

################################ Information ###################################

This is a game that is a personal research on how vala works and on shared
objects.

############################### How to compile #################################

first you need to compile the GameHelper library:
  cd lib
  make

That is all for that library...

Now the game itself:
  cd ..
  make


#################################### Status ####################################

This is game is under heavy development and should not be considerd as anything
else then what it is: a research project.


