FreeBasic Game Directory October 2018 Competition Entry by ssjx (http://ssjx.co.uk)
===================================================================================

Internet of Evil Things
=======================

After a lightning bolts zaps a Wifi Router, the evil programs inside the connected devices escape! Your task is to capture them and enter their devices to cure them using the power of FreeBASIC!

This game is my entry for the FreeBasic Games Directory Competition 2018. You can find out more about the competition here:

http://games.freebasic.net/forum/index.php?topic=623.0


Controls
========

Arrow Keys - Move
Space - Fire


Compiling
=========

This version is compiled with version 1.05 of the FreeBASIC compiler for Window using

fbc *.bas

This will give you 'bug.exe' that you can run.


Sound / Music
=============

This program makes use of the fmod.dll for sound (included).

FMOD Sound System, copyright  Firelight Technologies Pty, Ltd., 1994-2019

http://www.fmod.org


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


Changes from 0.4
----------------
* Mouse can be used on menus!
* Various other tweaks...
* a) Fixed issue with bonus router game
* b) Removed onscreen debug info from router game


Changes from 0.3
----------------
* Better house layout
* More items in the house and some animations
* Music (generated using cgMusic)
* Animations on title/practice screens
* Minor changes to sounds
* General code cleaning and various other tweaks
