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
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
 
Start - Open/Close overlay menu
 
Triangle - Sell currently hovered item
 
===In game===
Select - Sort hand by rank/suit


* General
Square - Play selected cards
** UP/DOWN/LEFT/RIGHT - move between different sections
 
** LEFT/RIGHT - change currently hovered item
Triangle - Discard selected cards
** CROSS - select/buy/use currently hovered item
 
** LTRIGGER/RTRIGGER - move hovered item to the left/right
Circle - Deselect all cards
** START - open/close overlay menu
 
** TRIANGLE - sell currently hovered item
'''Choose blind:'''
* Game
 
** SELECT - sort hand by rank/suit
Cross - Select current blind
** SQUARE - play selected cards
 
** TRIANGLE - discard selected cards
Triangle - Skip current blind
** CIRCLE - deselect all cards
 
* Choose blind
'''Booster Pack:'''
** CROSS - select current blind
 
** TRIANGLE - skip current blind
Circle - Skip booster pack
* Booster Pack
** CIRCLE - skip booster pack


==Screenshots==
==Screenshots==
Line 57: Line 68:
==Changelog==  
==Changelog==  
'''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

Revision as of 05:08, 10 August 2025

Joker Poker
General
Authorkwerenta
TypeCard
Version0.21
LicenseGPL-2.0
Last Updated2025/07/31
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

Booster Pack:

Circle - Skip booster pack

Screenshots

JokerPokerPSP-03.png

JokerPokerPSP-04.png

Changelog

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: