Hi @ all
Here's a small demo of the game logic engine I'm currently writing.
The game is more or less based on "connect 4" but with a twist.
You can set your player color on every square that has a "!".
When you create a line of 4 to 7 blocks of the same color you
get points for it and the lines disappear. Diagonal lines give
more points.
There're some extras too like bombs, waterbombs, coins and "play two rounds".
Currently you play against a computer AI. After you set the last peace
on the playfield it just resets.
There's no menu, info or other stuff, just the game engine itself which
creates a random level everytime you play. The graphics are placeholders for testing.
So this is just a small test for you to play with.
If you've any idea for the design just let me know (I'm really bad at
drawing nice graphics)
Have fun with it.
Here's a screenshot of it:
And here's the download (~7MB):
game test download
( It takes a few seconds until it starts after running it )