Chuckie Egg Returns (2016) by ssjx (http://ssjx.co.uk)
======================================================

This is based on Chuckie Egg by A&F Software.

The aim of the game is to collect all the eggs and avoid the swans that
patrol the levels. You get bonus points and time for collecting the seeds.

This game is a work in progress and lacks a few features in the original.

This game was made using FreeBasic and source is included.

Controls
========

Arrow - Move
Escape - Exit


Source
======

Source is included. You can compile with:

fbc -s gui *.bas

This program was compiled using version 1.04.0 of fbc


Version History
===============

Changes from 0.3
----------------
* Based on Mononites 'push scroll' core.
* 256 colour level map loader. (from Spring Forward)
* Nicer graphics (from Chuckie Egg Touch)
* More levels. Now 9 maps giving 27 levels!
* Horizontal moving platforms.
* Various bugs removed/added.
