Shop OBEX P1 Docs P2 Docs Learn Events
Video Blackjack Game — Parallax Forums

Video Blackjack Game

RaymanRayman Posts: 14,221
edited 2007-11-22 22:58 in Propeller 1
This hasn't really been well tested, but seems to at least partially function...

No mouse yet, just uses keyboard commands

No split or double yet (but I have the code for this done already)...

Update:··Added Split and Double.· Also, added preliminary XGA (VGA @1024x768) version (needs some adjustments)

Keyboard:

I = insert coin
B = bet 1
D = deal

The buttons show the other hot keys...

Post Edited (Rayman) : 11/24/2007 8:33:38 PM GMT
1920 x 1080 - 939K

Comments

  • ClemensClemens Posts: 236
    edited 2007-11-20 00:14
    Thanks Rayman, it works fine. The code is well commented - good for me to learn some spin!
    Thanks also for the 2BitBitmap app on your site. I played around with it last weekend and actually managed to display an image. (Okay, small step for mankind, I know. wink.gif)
    Would be nice to add SD Card support so it could play 2Bit movies.
    Cheers,

    Clemens
  • RaymanRayman Posts: 14,221
    edited 2007-11-20 14:06
    2-Bit movies... Interesting... Wonder what kind of frame rate I could get...
    Actually, I was thinking about trying 3D SIRDS with motion (something similar to a movie...)
  • RaymanRayman Posts: 14,221
    edited 2007-11-22 13:14
    I just updated the file with working split and double and a preliminary XGA version.

    I need a break now because I'm seeing SPIN code in my sleep!
  • ClemensClemens Posts: 236
    edited 2007-11-22 21:32
    Ha! I managed to make the game freeze. Maybe it was because I doubled although I already was at max...
    smile.gif




    (BTW: double is "o" split is "p" for those who do not want to look in the code)
    ...just realized these keys are marked in red. It's barely visible on my·TV so I didn't notice at first.

    Post Edited (Clemens) : 11/22/2007 10:06:54 PM GMT
  • ClemensClemens Posts: 236
    edited 2007-11-22 22:58
    I modded the bj_buttons bar so the keys to press are better visible on my flickery TV.
    Okay, just wanted to prove that I know how to use your "Prop2BitBitmap.exe" :-D
Sign In or Register to comment.