Hi everyone!

Just wanted to share that I started working on a little game. It's a
match-3 game, but not exactly another Bejeweled clone.

This one is player vs player. You take turns selecting a single gem on the
board. That gem is destroyed (the gems above it drop down to fill in the
gap). You get a point for the gem you destroy - and if you can match 3 or
more gems after the other gems fill in, you get points for those too.

But be careful not to set up your opponent for an awesome move! :-)

The winner is the first to reach some limit I haven't settled on yet.

I have a rough working prototype, in conio mode, while I figured out the
mechanics and parameters of the game. (8 different gems on a 10x10 board
seems to work well.) My next step is to put this in graphics mode (640x480
@ 16 colors).

I don't have a GitHub or GitLab for this yet, but I'll do that in the next
day or so when the graphics mode version is in some working state (may not
be the full game yet, but at a point that others will be able to play it -
probably will still need a lot of code cleanup, etc). GNU GPL, MIT, or some
other open source license.

So at this point I'm just sharing that I'm working on it, for anyone who's
interested. :-)
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to