Fitzroy and the missing chair source code
---------------------------------------
awergh - CPCRetroDev 2017

Information
----------------
This is my entry to the #CPCRetroDev 2017 game creation contest.
This has been written entirely in C and makes use of the CPCtelera 1.4 library/toolchain.

Editing
-------
My editor of choice for this project was Microsoft Visual Studio Code. 

Compiling
---------
To compile run the following command from the game directory to build everything using the CPCtelera toolchain.
Note: There are a significant number of warnings but this should not prvent the game from compiling and running.

make

Running
-------
In order to run this it either write a dsk/cdt file to the appropriate media and load it into an Amstrad CPC464 or mount it in an emulator such as WinAPE.

Alternatively run the following command from the game directory to load the game into WinAPE using the CPCtelera script:

cpct_winape game.dsk
