Wargaming     Role Playing     Boardgames     Game books     Software     Voice Over/Narration    
Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Saturday, 18 September 2010

Image Splitter

This is a simple little program for manipulating an image. It does just two things.

It resizes and image and allows you to cut it up into pieces ( separate image files ).

You specify how you want to scale the image either up or down, and by how much. Then you specify how big you want you each part of the cut up image to be.

I've used this for all kinds of things. For example, enlarging a photo, then splitting that large image into A4 size sections that are easy to print.

The game is written using Microsofts C# language using their free development platform "C# Express".


The file is stored on my Sky Drive (Thanks Microsoft! )

Damaris Blocks

Damaris Blocks is a very simple Puzzle Game, written to amuse my family. You have to try and clear blocks from the screen.

You can only clear a block if its made up of two or more squares. When you clear a block, those above drop down. The blocks also move to the right when columns are emptied.  Beware you dont end up with marooned blocks!

Bigger blocks score more points, single blocks left at the end cost you lives. It's not frantic and there is no time pressure.

The game is written using Microsofts C# language using their free development platform "C# Express".


The file is stored on my Sky Drive (Thanks Microsoft! )