You must be 18+ to view this content

Three Card Poker may contain content you must be 18+ to view.

The creator of this page has specified that it contains mature themes and content. Please enter your birthdate to verify you are 18 or older:

or Return to itch.io
This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.

Warning signThis game is not suitable for minors, since contains gambling. By accessing the game, you confirm that you are 18 years of age or older.

Powered by Python 3.11.6, pygame-ce 2.4.1, pygbag 0.8.6

Code (Python script, procedural) by Kyuchumimo
Graphics by Kyuchumimo and Alexx Dip


CHANGELOG 240308
* The game has not presented any changes so far, as the judging period did not allow it, but for unknown reasons, the game does not start anymore, so I have rebuilt the game.

* added display init code by pmp-p

* added left and right arrows for selection of amount of ante; added blinking arrow on play rhombus

* keystroke sfx and backlight timer now working globally properly. This is done before a routine jump

* Removed Nokia Cellphone FC TTF font by Zeh Fernando since it does not display correctly in Pygame; Added NokiaBold and NokiaMedium TTF fonts by Přemysl Eric Janouch. See: https://git.janouch.name/p/nokia-3310-fonts

CONTROLS
ARROWS -> 2, 4, 6, 8
Z -> Navi
X -> C

Comments

Log in with itch.io to leave a comment.

hi, pygbag does not support sdl software scaler pygame.SCALED because web has a hardware scaler so

if not sys.platform in ('emscripten','wasm'):
    _SCREEN = pygame.display.set_mode((84, 48), pygame.SCALED)
else:
    _SCREEN = pygame.display.set_mode((84, 48), 0)

and since you have no sound on start you can use --ume_block 0 to skip the wait for click screen