Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Joker Poker PSP: Difference between revisions

From GameBrew
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Joker Poker
|title=Joker Poker
|image=JokerPokerPSP.png
|image=JokerPokerPSP.png
|description=Joker Poker is homebrew card game for PlayStation Portable (PSP) inspired by Balatro.
|description=A homebrew card game inspired by Balatro.
|author=kwerenta
|author=kwerenta
|lastupdated=2025/07/31
|lastupdated=2025/08/25
|type=Card
|type=Card
|version=0.21
|version=0.40
|license=GPL-2.0
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/psphomebrew/JokerPokerPSP.7z
|download=https://dlhb.gamebrew.org/psphomebrew/JokerPokerPSP.7z
Line 24: Line 24:


== Installation ==
== Installation ==
# Go to [https://github.com/kwerenta/joker-poker/releases releases page]
Go to [https://github.com/kwerenta/joker-poker/releases releases page] and download latest <code>joker-poker.zip</code> file.
# Download latest <code>joker-poker.zip</code> file
 
# Extract downloaded zip file on the Memory Stick in <code>/PSP/GAME/</code>
Extract downloaded zip file on the Memory Stick in <code>/PSP/GAME/</code>.
# Game is ready to launch


== Controls ==
== Controls ==
There are currently no in-game control hints.
===General===
Up/Down/Left/Right - Move between different sections
 
Left/Right - Change currently hovered item
 
Cross - Select/Buy/Use currently hovered item
 
L/R - Move hovered item to the left/right


* General
Start - Open/Close overlay menu
** UP/DOWN/LEFT/RIGHT - move between different sections
 
** LEFT/RIGHT - change currently hovered item
Triangle - Sell currently hovered item
** CROSS - select/buy/use currently hovered item
 
** LTRIGGER/RTRIGGER - move hovered item to the left/right
===In game===
** START - open/close overlay menu
Select - Sort hand by rank/suit
** TRIANGLE - sell currently hovered item
 
* Game
Square - Play selected cards
** SELECT - sort hand by rank/suit
 
** SQUARE - play selected cards
Triangle - Discard selected cards
** TRIANGLE - discard selected cards
 
** CIRCLE - deselect all cards
Circle - Deselect all cards
* Choose blind
 
** CROSS - select current blind
'''Choose blind:'''
** TRIANGLE - skip current blind
 
* Booster Pack
Cross - Select current blind
** CIRCLE - skip booster pack
 
Triangle - Skip current blind
 
Select - Reroll boss blind if has the necessary voucher
 
'''Shop:'''
 
Select - Reroll shop
 
Square - Buy and use current hovered item if possible
 
'''Booster Pack:'''
 
Circle - Skip booster pack


==Screenshots==
==Screenshots==
Line 55: Line 74:
https://dlhb.gamebrew.org/psphomebrew/images/JokerPokerPSP-04.png
https://dlhb.gamebrew.org/psphomebrew/images/JokerPokerPSP-04.png


==Changelog==  
==Changelog==
'''v0.40'''
* Add RNG utilities by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/37 #37]
* Add proper shop items distribution by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/38 #38]
* Fix duplicate items in shop and booster packs by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/39 #39]
* Add shop rerolls by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/40 #40]
* Add ability to buy and use item in shop by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/41 #41]
* Fix not including edition cost in item price and invalid selling value by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/42 #42]
* Fix voucher buying, activating, pricing and resetting by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/43 #43]
* Add Omen Globe voucher and proper The Soul and Black Hole generation by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/44 #44]
* Fix Crystal Ball voucher and Buffoon booster pack names by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/45 #45]
* Make some tags unavailable during Ante 1 by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/46 #46]
* Fix hand effects activation sequence by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/47 #47]
 
'''v0.30'''
* Add seals by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/29 #29]
* Add logo and game screenshot by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/30 #30]
* Add decks by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/31 #31]
* Add stakes by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/32 #32]
* Add blind skipping by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/33 #33]
* Add tags by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/34 #34]
* Add boss blinds by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/36 #36]
 
'''v0.21'''
'''v0.21'''
* 🐛 Fix overlapping prices on tooltip by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/25 #25]
* Fix overlapping prices on tooltip by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/25 #25]
* 🚸 Fix hand sorting by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/26 #26]
* Fix hand sorting by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/26 #26]
* 🐛 Fix buying shop items if cursor is outside buyable items section by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/27 #27]
* Fix buying shop items if cursor is outside buyable items section by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/27 #27]
* 🐛 Fix selling items if there are no jokers or consumables by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/28 #28]
* Fix selling items if there are no jokers or consumables by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/28 #28]


'''v0.20'''
'''v0.20'''
* 🐛 Fix delta time calculation by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/13 #13]
* Fix delta time calculation by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/13 #13]
* 💫 Add animated background by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/14 #14]
* Add animated background by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/14 #14]
* 🐛 Fix invalid iterator type in sine calculation by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/15 #15]
* Fix invalid iterator type in sine calculation by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/15 #15]
* ⚡️Rework background rendering and reduce draw calls by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/16 #16]
* Rework background rendering and reduce draw calls by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/16 #16]
* Add Spectral cards system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/17 #17]
* Add Spectral cards system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/17 #17]
* ⚡️ Monumentally improve UI layout calculation performance by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/18 #18]
* Monumentally improve UI layout calculation performance by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/18 #18]
* 💄 Add main menu by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/19 #19]
* Add main menu by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/19 #19]
* Add vouchers by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/20 #20]
* Add vouchers by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/20 #20]
* Add ability to sell consumables and jokers by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/21 #21]
* Add ability to sell consumables and jokers by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/21 #21]
* 👷 Add build workflow by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/22 #22]
* Add build workflow by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/22 #22]
* 💚 Fix pspdev PATH variable by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/23 #23]
* Fix pspdev PATH variable by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/23 #23]
* 💚 Fix uploading artifact after build by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/24 #24]
* Fix uploading artifact after build by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/24 #24]


'''v0.10'''
'''v0.10'''
* 💫 Add wobble animation to all items by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/2 #2]
* Add wobble animation to all items by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/2 #2]
* 💄 Redesign opened booster pack by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/3 #3]
* Redesign opened booster pack by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/3 #3]
* 🐛 Fix booster pack skipping, description and size by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/5 #5]
* Fix booster pack skipping, description and size by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/5 #5]
* 🏗️ Rework booster pack item selection by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/6 #6]
* Rework booster pack item selection by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/6 #6]
* Add Tarot cards system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/4 #4]
* Add Tarot cards system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/4 #4]
* 🚸 Improve player navigation system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/8 #8]
* Improve player navigation system by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/8 #8]
* Add overlays by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/10 #10]
* Add overlays by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/10 #10]
* Add poker hand stats overlay by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/12 #12]
* Add poker hand stats overlay by [https://github.com/kwerenta @kwerenta] in [https://github.com/kwerenta/joker-poker/pull/12 #12]
 
'''v0.1'''
'''v0.1'''
* First Release.
* First Release.


== External links ==
== External links ==
* Github - https://github.com/kwerenta/joker-poker
* GitHub - https://github.com/kwerenta/joker-poker

Latest revision as of 14:51, 4 October 2025

Joker Poker
General
Authorkwerenta
TypeCard
Version0.40
LicenseGPL-2.0
Last Updated2025/08/25
Links
Download
Website
Source

Joker Poker is homebrew card game for PSP inspired by Balatro.

Currently, development is focused on nailing down the basic systems. Once these are solid, content will be expanded to include most of the jokers, boss blinds, tags, etc.

Installation

Go to releases page and download latest joker-poker.zip file.

Extract downloaded zip file on the Memory Stick in /PSP/GAME/.

Controls

General

Up/Down/Left/Right - Move between different sections

Left/Right - Change currently hovered item

Cross - Select/Buy/Use currently hovered item

L/R - Move hovered item to the left/right

Start - Open/Close overlay menu

Triangle - Sell currently hovered item

In game

Select - Sort hand by rank/suit

Square - Play selected cards

Triangle - Discard selected cards

Circle - Deselect all cards

Choose blind:

Cross - Select current blind

Triangle - Skip current blind

Select - Reroll boss blind if has the necessary voucher

Shop:

Select - Reroll shop

Square - Buy and use current hovered item if possible

Booster Pack:

Circle - Skip booster pack

Screenshots

JokerPokerPSP-03.png

JokerPokerPSP-04.png

Changelog

v0.40

  • Add RNG utilities by @kwerenta in #37
  • Add proper shop items distribution by @kwerenta in #38
  • Fix duplicate items in shop and booster packs by @kwerenta in #39
  • Add shop rerolls by @kwerenta in #40
  • Add ability to buy and use item in shop by @kwerenta in #41
  • Fix not including edition cost in item price and invalid selling value by @kwerenta in #42
  • Fix voucher buying, activating, pricing and resetting by @kwerenta in #43
  • Add Omen Globe voucher and proper The Soul and Black Hole generation by @kwerenta in #44
  • Fix Crystal Ball voucher and Buffoon booster pack names by @kwerenta in #45
  • Make some tags unavailable during Ante 1 by @kwerenta in #46
  • Fix hand effects activation sequence by @kwerenta in #47

v0.30

v0.21

  • Fix overlapping prices on tooltip by @kwerenta in #25
  • Fix hand sorting by @kwerenta in #26
  • Fix buying shop items if cursor is outside buyable items section by @kwerenta in #27
  • Fix selling items if there are no jokers or consumables by @kwerenta in #28

v0.20

v0.10

v0.1

  • First Release.

External links

Advertising: