Card Game

A place to talk about anything (that doesn't belong in the other forums).

Moderator:Æron

Jerry Roosevelt
Posts:693
Joined:Sun Oct 05, 2003 10:09 pm
Location:None
Contact:

Postby Jerry Roosevelt » Wed Nov 24, 2004 5:42 am

<a href='http://members.lycos.co.uk/ilrules/RoyalA.html' target='_blank'>http://members.lycos.co.uk/ilrules/Roya ... <br><br>To play, just click play, then try to get points by clicking on the cards. All the cards should be self-explanitory. Have fun, and be sure to report any bugs.<br><br>PS: Minor language, for those who are adverse to that sort of thing.<br><br>Edit: v1.0.1: Now for 2-4 players!
See?

Softpaw
Posts:1348
Joined:Sun Oct 05, 2003 6:42 pm
Location:Washington, DC
Contact:

Postby Softpaw » Wed Nov 24, 2004 6:15 am

When clicking on any card in 4-player mode (the default), I get a runtime error 340: Control array element '4' doesn't exist.<br><br>Other than that, it seems to work great, I'll continue beta testing and keep you updated <!--emo&:)--><img src='http://definecynical.mancubus.net/forum ... /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--><br><br>I'm running Windows XP SP1 on a P4 HTT (which, for all practical purposes, is dual-processor) with the newest .NET framework installed.

User avatar
GhostWay
Posts:1381
Joined:Sun Nov 14, 2004 7:55 pm
Location:Somewhere, probably
Contact:

Postby GhostWay » Wed Nov 24, 2004 6:18 am

Ah, Visual Basic. That brings back memories. Bad ones, at that. Trust me, tic-tac-toe <i>seems</i> simple until you try to program it. And bug-fix. Anyways...<br><br>A few suggestions:<br><br>1. Consider making the scores more visible (ie, larger). Also, perhaps change the color of the current player so that it is easier to tell whose turn it is.<br><br>2. Replace the input boxes with simple prompts. For the "use an already flipped card" event, just show a message and have the player click on whichever card they want, instead of inputing the number. For the player events (switch score, deduct points, etc) show a promt and have the current player click another player's name.<br><br>Again, those are just suggestions that might make the game a bit more efficient for the end-user.<br><br>Speaking of end-user, why not throw an EULA in there as well? [/SARCASM]
<i>Hold the newsreader's nose squarely, waiter, or friendly milk will countermand my trousers.</i>

Kles
Posts:318
Joined:Fri Oct 15, 2004 1:24 am

Postby Kles » Wed Nov 24, 2004 5:06 pm

Tip for VB: Never use control arrays. It's much easier to name your commands things like cmdCard1 cmdCard2 etc.<br><br>As for the game itself, I really like the concept. Good job. I would just suggest what GhostWay says and instead of prompts, you should bring up a box or another form with a player 1, 2, (and if necessary,) 3 and 4 and you simply click on them. I think that'd be a bit easier.<br><br>So, something like... I'd write a quick form thing to give an example if I wasn't clear but I don't have a vb compiler on me to show anything.<br>

Richard K Niner
Posts:4297
Joined:Wed Oct 20, 2004 5:08 pm
Location:On hiatus
Contact:

Postby Richard K Niner » Wed Nov 24, 2004 5:19 pm

<!--QuoteBegin-Kles+Nov 24 2004, 12:06 PM--> <table border='0' align='center' width='95%' ><tr><td class='quotetop'><b>Quote:</b> (Kles @ Nov 24 2004, 12:06 PM)</td></tr><tr><td class='quotebody'> Tip for VB: Never use control arrays. <!--QuoteEnd--> </td></tr></table> <!--QuoteEEnd--><br> Well, actually, control arrays are perfectly fine, and perhaps better, when all the controls use similar code (with the possible exception of some number differences).
<center>Image
K9U | Dog House | Av rotation</center>

User avatar
Miles E Traysandor
Posts:1967
Joined:Mon Jan 12, 2004 4:44 pm
Location:Greater Lowellynlland
Contact:

Postby Miles E Traysandor » Wed Nov 24, 2004 5:20 pm

Hehe, this is fun. Awesome game <!--emo&^_^--><img src='http://definecynical.mancubus.net/forum ... /happy.gif' border='0' style='vertical-align:middle' alt='happy.gif' /><!--endemo-->
This signature may spontaneously combust at any given moment. Make sure there's a fresh can of gasoline handy.

Remember, call in the next ten minutes to recieve your Absolutely Free Official Llewellyn Inaction Figure! [Shipping, Handling, and resulting Dragon Conspiracies not included]

Jerry Roosevelt
Posts:693
Joined:Sun Oct 05, 2003 10:09 pm
Location:None
Contact:

Postby Jerry Roosevelt » Wed Nov 24, 2004 6:17 pm

<a href='http://members.lycos.co.uk/ilrules/RoyalA.html' target='_blank'>http://members.lycos.co.uk/ilrules/Roya ... br><br>New in 1.0.2:<br><br>+ Score and name of current player turns blue<br>+ Score labels are bigger<br>+ 4 player mode works<br><br><!--QuoteBegin--> <table border='0' align='center' width='95%' ><tr><td class='quotetop'><b>Quote:</b> </td></tr><tr><td class='quotebody'> 2. Replace the input boxes with simple prompts. For the "use an already flipped card" event, just show a message and have the player click on whichever card they want, instead of inputing the number. For the player events (switch score, deduct points, etc) show a promt and have the current player click another player's name.<!--QuoteEnd--></td></tr></table> <!--QuoteEEnd--><br><br>I tried that, but the game would hang. It happened to me and I lost a bunch of code to it.
See?

Holyman83
Posts:3443
Joined:Mon Jul 19, 2004 2:49 am
Location:A bluish sphere in space orbiting a star in the Milky Way
Contact:

Postby Holyman83 » Wed Nov 24, 2004 7:00 pm

hehehe High score of 93 with 4 players <!--emo&:)--><img src='http://definecynical.mancubus.net/forum ... /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--><br><br>Good game!!<br><br>works great on my computer.<br><br>Edit: I had over 500 on two player but then someone got split points <!--emo&:(--><img src='http://definecynical.mancubus.net/forum ... ns/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--> ended with the other guy winning with 287
Image

Kles
Posts:318
Joined:Fri Oct 15, 2004 1:24 am

Postby Kles » Wed Nov 24, 2004 8:34 pm

Meh. That's true. I just tend to run into problems using control arrays. They just never really seem to work...

User avatar
Miles E Traysandor
Posts:1967
Joined:Mon Jan 12, 2004 4:44 pm
Location:Greater Lowellynlland
Contact:

Postby Miles E Traysandor » Wed Nov 24, 2004 9:37 pm

Great game, one that you're rarely out of until the last card gets flipped over.<br><br>5 stars. <!--emo&:D--><img src='http://definecynical.mancubus.net/forum ... iggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
This signature may spontaneously combust at any given moment. Make sure there's a fresh can of gasoline handy.

Remember, call in the next ten minutes to recieve your Absolutely Free Official Llewellyn Inaction Figure! [Shipping, Handling, and resulting Dragon Conspiracies not included]

Zaaphod
Moderator (retired)
Posts:6319
Joined:Tue Oct 28, 2003 7:16 pm

Postby Zaaphod » Thu Nov 25, 2004 1:27 am

Fun game. <!--emo&:D--><img src='http://definecynical.mancubus.net/forum ... iggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo--><br>
Image
Made by Angela. :D

User avatar
Miles E Traysandor
Posts:1967
Joined:Mon Jan 12, 2004 4:44 pm
Location:Greater Lowellynlland
Contact:

Postby Miles E Traysandor » Thu Nov 25, 2004 2:36 am

So far, My records:<br><br>Highest Winning Score: 153<br>Highest 4-way Tie score: 53 for everybody
This signature may spontaneously combust at any given moment. Make sure there's a fresh can of gasoline handy.

Remember, call in the next ten minutes to recieve your Absolutely Free Official Llewellyn Inaction Figure! [Shipping, Handling, and resulting Dragon Conspiracies not included]

Kles
Posts:318
Joined:Fri Oct 15, 2004 1:24 am

Postby Kles » Thu Nov 25, 2004 3:55 am

Highest winning in a four-way: 324.<br><br>Bug: If you pick to take the seven point steal card after drawing the "choose another card" you get a control array error. Also, if accidentally click okay before entering a number on the same field, you also get a control array crash.<br><br>Woo! Took me long enough!<br><br>Worst win in four-way: -3.

Jerry Roosevelt
Posts:693
Joined:Sun Oct 05, 2003 10:09 pm
Location:None
Contact:

Postby Jerry Roosevelt » Thu Nov 25, 2004 5:27 am

<!--QuoteBegin-Kles+Nov 24 2004, 11:55 PM--> <table border='0' align='center' width='95%' ><tr><td class='quotetop'><b>Quote:</b> (Kles @ Nov 24 2004, 11:55 PM)</td></tr><tr><td class='quotebody'> Highest winning in a four-way: 324.<br><br>Bug: If you pick to take the seven point steal card after drawing the "choose another card" you get a control array error. Also, if accidentally click okay before entering a number on the same field, you also get a control array crash.<br><br>Woo! Took me long enough!<br><br>Worst win in four-way: -3. <!--QuoteEnd--> </td></tr></table> <!--QuoteEEnd--><br> 1) I couldn't duplicate this error, can you be a little more specific, please?<br><br>2) Fixed the OK bug in <a href='http://members.lycos.co.uk/ilrules/RoyalA.html' target='_blank'>1.0.3</a>.<br><br>I played a game against my brother, it ended in a -2 to -2 tie.
See?

User avatar
Burning Sheep Productions
Posts:4175
Joined:Fri Oct 31, 2003 8:56 am
Location:Australia
Contact:

Postby Burning Sheep Productions » Thu Nov 25, 2004 6:45 am

I like your game! Great card game idea that is!<br>Though it sounds like it's really complicated in VB, if I had made it in GM then it'd be really simple, just click on an object and have a random equasion be done to the players score variable. (Trying to lure more people into GM).
Image
Burning Sheep Productions


Return to “Anything”

Who is online

Users browsing this forum: No registered users and 16 guests