One - Update 1

Posted by Joewoof on May 25, 2006, 12:42 p.m.

Finally started on the card game. Since there's not much material needed and the designs are largely completed, there's not much more to do other than the game engine.

But that's the hard part. :)

This is my first try doing a card game, and so far it's going pretty well. I ran into a number of incredibly nasty bugs, but I know that I can finish this in a while. Some things in GML are freaky though. I checked and rechecked the codes, but everything seems to look perfectly fine. Still, there's this one bug that refuses to go away. Looks like it's time to built another "anti-bug code". *dry chuckle*

The major component of the engine will be, of course, the AI. Never tried programming AI before (as in, being capable of faking strategic thinking XD), so it's going to be interesting.

Importing 55 card sprites into GM6 was tedious though. Glad that's over with.

Anyhow, this game shouldn't take too long. Expect it to replace your rugged ol' solitaire soon. :)

Comments

hogofwar 18 years, 6 months ago

whats a card game?

Joewoof 18 years, 6 months ago

It's a game played with cards. :P

Rez 18 years, 6 months ago

big "duh" there. :/

Adventus 18 years, 6 months ago

What type of card game like 'Magic' or 'poker'?

Quote: Joewoof
The major component of the engine will be, of course, the AI. Never tried programming AI before (as in, being capable of faking strategic thinking XD), so it's going to be interesting.
Here's where mathematics comes in, developing an algorithm.