Fitzroy goes sweeping
===========================
The concept, design, source code, and graphics were created by Adrian Parker (awergh) in 2020 for #CPCRetroDev 2020.


Tools/Libraries Used
====================

CPCTelera 1.5 (dev) (ronaldo / (Cheesetea, Fremos, ByteRealms))
=============
To create the game I wrote the entire game in C using the fantastic CPCTelera library and build chain.
https://github.com/lronaldo/cpctelera

Retro Game Asset Studio (lachlank)
=======================
To draw and export the graphics I used Retro Game Asset Studio by lachlank
http://www.cpcwiki.eu/index.php/Retro_Game_Asset_Studio

Editing
=======
To write the code I used Microsoft Visual Studio Code and Microsoft Visual Studio.
https://code.visualstudio.com/
https://www.visualstudio.com/vs/

WinAPE (Richard Wilson)
=======================
To run the game I used WinAPE 2.0 Beta 2 and my Amstrad CPC 464.
http://www.winape.net/

CPCEC (cngsoft - Cesar Nicolas-Gonzalez)
=====
I also used CPCEC for my testing as an alternate emulator and it had a closer matching green to my GT64 than WinAPE.
http://cngsoft.no-ip.org/cpcec.htm

Cygwin
======
In order to use CPCTelera on Windows I used cygwin.
https://www.cygwin.com/

Arkos Tracker 1 (Next year I will use Arkos Tracker 2)
===============
For sound effects.
http://www.julien-nevo.com/arkos/arkostracker1/

WinCPCTelera (Arnaud)
=====================
In order to leverage the Microsoft Visual Studio Debugger I used WinCPCTelera by Arnaud.
http://www.cpcwiki.eu/forum/programming/wincpctelera/

Microsoft Visual Studio was used for debugging, memory analysis and tools/experiments.
https://www.visualstudio.com/vs/


Tools/Experiments
=================
As part of building the game I wrote a number of tools and created a number of experiments to test
various features and save time. These have not been included as they are not required to build the game
but I am crediting the libraries used.

Allegro 5.2.5.2
--------------
In order to build my maps I created a map editor using C++ and Allegro 5.2.
https://www.allegro.cc/

Version Control
===============
For version control I used Git hosted on a local instance of Azure DevOps Server 2020.
https://azure.microsoft.com/en-au/services/devops/server/