Weekend Challenge #2: Card Game

Competitions for Irrlicht or 3D in general.
Irrlicht Screenshot of the Month: Winner for January, vote for February, submit for March
Post Reply
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Weekend Challenge #2: Card Game

Post by rooly »

The title says it all. This week, make a card game of any type. It can be old like solitair of stud-poker, it can be new like the game UNO. It can use the standard casino-style cards, or it can use one of your own making. Simple rules, make a card game.
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

Didn't make it, sunday is over :?

But i did almost make a working card game using irrlichts gui, here's a shot of what i've got:
Image
The gui is working fine, the "only" thing i need to finish is the game rules and ai logic. A weekend wasn't enough for me, but i might finish it some other time. :)
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

i've finished a half decent toolkit for this project.
all you need is the media, and to define 2 functions, "processEvents()" and "deal()". You may want to make others called inside these two, but it should be enough.

find it here at:
http://irrlichtirc.g0dsoft.com/rooly/CardGame_WC2.zip
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

ok i finished the game (one day to late though)

It's a danish card game called 'Olsen', is short and simple.
Download : olsen.zip
The game is compiled, but i've included the souce.
Read 'rules.txt' to learn how to play.
Last edited by JonLT on Fri Aug 17, 2007 4:17 pm, edited 1 time in total.
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

alright, i can finnally say i have a "ready" version.

it can be had at http://irrlichtirc.g0dsoft.com/rooly/Tr ... itaire.zip

its still debug, but its "playable". (windows only)

source is here (its messy, bear with me)
http://irrlichtirc.g0dsoft.com/rooly/CardGame.zip
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

ok, NOW its done. i've finished the card game. i have no idea with the real name is, so i just called it triangle solitaire.

its final release, everything but a high-scores chart which i don't plan to implement.

get it at: http://irrlichtirc.g0dsoft.com/rooly/Tr ... itaire.zip
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
Post Reply