Kieren Searle
UKDragon.com
This is a selection of some of the recent work I have been working on.
Pop Up Pirate
Pop Up Pirate is an on-line multi-player game. The game involves entering swords into the pirates barrel until he "pops" out. The game can be played against the computer or another person. It was written for my project in my foundation year at university.
Reaction Game
This is a multi player game that tests peoples reaction speeds. The game uses TCP sockets to connect clients together using a central server.
The program comes with a server built in, which allows all the players to connect and play against each other.
Auto Bluetooth
Auto Bluetooth is a program which can be configured to download files from a bluetooth enabled device without any interaction from the user. Once configured the program is intended to be used alongside a program such as crontab to take regular backups of files.
Battleships
Battleships is a computerised version of the classic board game of the same name. The aim is to sink your opponents ships. Normally the idea is to do this before they sink your ships but in this version you only have to hunt out their ships for a higher score as possible
The game is written using PHP, JavaScript and AJAX. I know this isn't the best method but the whole point of this project was to get some practice with those technologies.