Thought I'd take a try at creating a Match3 game. Here is what I have so far. Right now, there is no sound, no special effects, no bonuses, and no other bells and whistles. The graphics are just placeholders for now.
There is currently 3 levels to play. Just clear the bamboo squares by making matches over them. When an animal is covered by a gate, it is locked and must be first unlocked by matching it with two of the same kind.
Due to money matters, I lost my web page a couple of months ago. I uploaded this game to the free web space provided by my ISP, Unfortunately, I can't seem to get direct links to files or images so the link will take you directly to the home page. From there, you can download the game and see a couple of screen shots.
http://home.bellsouth.net/p/PWP-BlitzStuff
Edit: I have updated the program some.
- Added drag n drop
- Added some basic scoring
- Added the source code
- redid the graphics so I could distribute them with the source
- fixed some bugs, although there are still some.
- Added the level editor
Note: The level editor is a little crude. I did not write it for distribution.
The cells in the editor use bit flags.
bit
0 - 0: cell not active, 1:cell active
1 - 0: cell is clear, 1: cell is not clear
2 - 0: no freeze on cell, 1: cell frozen
in order to choose the value to go into a cell, press a number key. You could choose any number, but only 0, 1, 3, and 7 are usable.
To save your level, press S. To load a level, press L
In order to change the number of animals used in the level, just type the number in the text box and click the Set button
Edit: ok, I've uploaded the screen shots to Photobucket. So hopefully they'll work here.

There is currently 3 levels to play. Just clear the bamboo squares by making matches over them. When an animal is covered by a gate, it is locked and must be first unlocked by matching it with two of the same kind.
Due to money matters, I lost my web page a couple of months ago. I uploaded this game to the free web space provided by my ISP, Unfortunately, I can't seem to get direct links to files or images so the link will take you directly to the home page. From there, you can download the game and see a couple of screen shots.
http://home.bellsouth.net/p/PWP-BlitzStuff
Edit: I have updated the program some.
- Added drag n drop
- Added some basic scoring
- Added the source code
- redid the graphics so I could distribute them with the source
- fixed some bugs, although there are still some.
- Added the level editor
Note: The level editor is a little crude. I did not write it for distribution.
The cells in the editor use bit flags.
bit
0 - 0: cell not active, 1:cell active
1 - 0: cell is clear, 1: cell is not clear
2 - 0: no freeze on cell, 1: cell frozen
in order to choose the value to go into a cell, press a number key. You could choose any number, but only 0, 1, 3, and 7 are usable.
To save your level, press S. To load a level, press L
In order to change the number of animals used in the level, just type the number in the text box and click the Set button
Edit: ok, I've uploaded the screen shots to Photobucket. So hopefully they'll work here.
