Topic:   Crazy Eights BETA   (Read 12025 times)


0 Members and 1 Guest are viewing this topic.

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Crazy Eights BETA
« on: August 18, 2008, 02:59:23 PM »
I just finished the beta of Crazy Eights.

Check it out and let me know if there are any problems.

http://redrasor.com/crazy-eights/

Mike (PS If you know any other good simple card games let me know. I will probally try to make them with my CardZ engine)
(PPS I might try to port the engine to SC but GM doesn't have enough sprites, unless you are actually efficient :P)
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: Crazy Eights BETA
« Reply #1 on: August 18, 2008, 03:09:56 PM »
That's a great game Mist! :D The graphics are brilliant, and the AI is often challenging. It was cleverly programmed too. Did you use an array for the deck?
I survived the spammage of 2007

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #2 on: August 18, 2008, 03:18:29 PM »
Yep, Everything is an array.
then I basically tell the computer to place all of the GFX based on the array.

It only took about 370 or so lines of code, including comments.

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Crazy Eights BETA
« Reply #3 on: August 18, 2008, 03:19:48 PM »
I would try it, but I'm on a Pc with no adobe. And it won't let me install any either. I think I will get on my mac a little later.


-Gandolf
« Last Edit: August 18, 2008, 03:20:02 PM by Gandolf »

Teruri


  • GMG-er

  • **


  • Posts: 167

  • This personal text couldn\'t be worse
Re: Crazy Eights BETA
« Reply #4 on: August 18, 2008, 03:20:45 PM »
Quote
(PPS I might try to port the engine to SC but GM doesn't have enough sprites, unless you are actually efficient :P)

This is confusing :P porting to SC but GM doesn't suport enough sprites? I think this can easly be done in SC (you can have 50 sprites on the screen, so each player can hev 25 cards) But in Gm you could do it by not showing you opponents cards on screen but just as text. Your opponent has "4" cards left.

The game works fine for me. I didn't know this game so at my first try I sucked. I taught you could only play the card on top.  :-X
« Last Edit: August 18, 2008, 03:21:16 PM by Teruri »
Max 500; characters remaining: 466

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #5 on: August 18, 2008, 03:24:13 PM »
Quote

This is confusing :P porting to SC but GM doesn't suport enough sprites? I think this can easly be done in SC (you can have 50 sprites on the screen, so each player can hev 25 cards) But in Gm you could do it by not showing you opponents cards on screen but just as text. Your opponent has "4" cards left.

The game works fine for me. I didn't know this game so at my first try I sucked. I taught you could only play the card on top.  :-X
Thx.

That makes sence so I thnk I may try to port it for the contest and make go fish :P

Mist
EDIT: Gandolf, Flash works on windows as well :/

and by no Adobe does that mean it doesn't have flash? that means you are part of the like 4% of computers who don't have flash :P
« Last Edit: August 18, 2008, 03:25:38 PM by mistron »
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Crazy Eights BETA
« Reply #6 on: August 18, 2008, 03:32:23 PM »
Haha.  ;D


No flash, and this evil computer won't let me install any either.



-Gandolf

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #7 on: August 18, 2008, 03:36:46 PM »
Quote
No flash, and this evil computer won't let me install any either.
How the,
Wha!!!

I thought you were joking:P

Why doesn't it install?

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Crazy Eights BETA
« Reply #8 on: August 18, 2008, 05:26:44 PM »
The cpu is evil he has 7 wins I got 1 dang he's smart
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Crazy Eights BETA
« Reply #9 on: August 18, 2008, 05:33:38 PM »
K I think I found a problem. after the deck resets it seems you can't grab from it.
EDIT: Wait it seems that the deck reseting wasn't the problem the grabbing just quits after a while or after you pick up too many cards or something
« Last Edit: August 18, 2008, 05:47:19 PM by Tireas_Dragon »
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #10 on: August 18, 2008, 05:37:13 PM »
Quote
K I think I found a problem. after the deck resets it seems you can't grab from it.
That is weird.....

I will look into it.

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: Crazy Eights BETA
« Reply #11 on: August 18, 2008, 08:29:42 PM »
Great game, you should try Go Fish next (that's an easy one).  

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #12 on: August 18, 2008, 09:30:48 PM »
Quote
Great game, you should try Go Fish next (that's an easy one).  
Thanks

That is my plan

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Mystor


  • GMG-er

  • **


  • Posts: 696

  • I am the myst that consumes us all.
Re: Crazy Eights BETA
« Reply #13 on: August 21, 2008, 10:11:34 AM »
Quote
K I think I found a problem. after the deck resets it seems you can't grab from it.
EDIT: Wait it seems that the deck reseting wasn't the problem the grabbing just quits after a while or after you pick up too many cards or something
I think that it is FIXED!

Mist
"I'll lie to him."
"And if that doesn't work?"
"Then I'll tell the truth. We're allowed to do that, in emergencies. We can't plan for everything, you know."
   -Colonel Graff, Ender&

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Crazy Eights BETA
« Reply #14 on: August 21, 2008, 02:55:30 PM »
It seems that only the computer can turn over the deck. If you run out of cards in the deck and can't play the game is over because you can't reshuffle the deck.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.