![]() |
Blackjack && uncompleted Reflection
1 Attachment(s)
Yeah, i made a blackjack game.
In the top-right corner is your total of cards, and in the top-left the computer's. I added some AI to the computer - but because he's the bank, he has some priviliges XP |
1 Attachment(s)
And here is the reflection - though very buggy, i guessed i could've let you see it. It only works if you click below the polygons.
|
I hit, then I stood, then the compu hit, and it said the compu won. It only had 19
|
And what did you had?
|
Little bugs but nice :)
|
Yes Little bugs ;)
|
Interesting.
I made a blackjack game about a year ago for Frolic, but it never got released and I don't remember if I ever finished it. There are surely some bugs in this. The gfx for it is on my old computer. I still have a copy of the script though. They sucked either way. :( edit: Sorry. I attached the level with the gfx in the other post. It won't let me attach in this one???? |
1 Attachment(s)
attachment
|
wtf is al the crazy tiles when you quit lol
|
Revenge of the system (i tried to make it real laggy but didn't work :( )
|
bouncy bouncy tiles like tiggers!
|
I'm thinking of making a blackjack game in C++. Unfortunatly, C++ doesn't have random(0,100), but
int random = (rand()%10); Which is not newbie-friendly :( |
Quote:
random = (int)(10.0 * rand() / (RAND_MAX + 1.0)); Probably not much difference these days, but rand()%10 used to return less random numbers. |
*only read 1/10th of the course*
:p I thought you were the C, not C++ dude... |
Yup, rand() is a C function.
|
All times are GMT +2. The time now is 09:06 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.