Game objectives

  • Emulator used: BizHawk 2.9.1 (NesHawk core)
  • Aims for fastest time
  • Uses hardest difficulty
  • Manipulates luck
This run beats NES Cadillac in about 2m15s.
This game allows you to select a starting level, so I started from level 9 in this run. (In casual plays, it is somewhat difficult to earn money in this setting, so I used "hardest difficulty" tag.)

About the game

"Cadillac" is a poker-style block falling game. This game was never released outside Japan.
To briefly explain the rules:
  • If you make a poker hand horizontally/vertically, the cards are erased and you get some prize. Flush/Straight is accepted with 3 cards or more. The prize is multiplied if you erase many cards at once.
  • To beat a level, you have to erase all the cards on the board with a certain amount of money. (Level 9 requires 2000 dollars, and level 10 requires 2500 dollars. But anyway, money is not a major issue for TAS.)

Comments

Unfortunately, it is beyond my ability to get a theoretically optimal solution for this game. The reasons:
  • The search space is quite large.
  • The RNG depends on CPU cycles. (This game processes almost all logics in the NMI thread, and the main thread continues to update the RNG in an infinite loop.)
So, I bruteforced only for endgame. Until the end of midgame, I used a quick-and-dirty beam search to enumerate good positions. My solver code is here.
Here is a memory map:
addrtypedescription
$38u8RNG state
$0504u8current index in card pile
$0505-$0538u8[52]card pile
$0539-$0556u8[30]board
$0561-$057Eu8[30]board for judging hands
$05ABu8current card
$05ACu8current card pixel y
$05ADu8current card column
$05B6u16leplayer1 money
$05C0u8current level
$05C1u8starting level

Trivia

This game has a cheat which changes the card pile to the pre-defined one, but I didn't use it.
If the money overflows (exceeds 655350 dollars), immediately the ending starts. But this will take so long time even for TAS.

nymx: Claiming for judging.
nymx: Thanks for the description of this game. I have played poker for many, many years. The idea of having 3 cards for straights or flushes caught me off guard when I first saw it, but your notes cleared that up. I imagine the game would be much harder to have 5 cards in those suits. Looking at your drop pattern, you have planned the final clearing of each round very well. Since I don't know how I would approach the optimization of this game, I had to yield to human runs for comparison here. This movie smashes any human effort, as if it were normal play. I also have an affinity to your BOTing, since I try to do some of my games in a brute force manner as well. This is high quality work and I congratulate you on your work.
Accepting.

despoa: Processing...

TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14881
Location: 127.0.0.1
This topic is for the purpose of discussing #8738: TaoTao's NES Cadillac in 02:15.14
GJTASer2018
He/Him
Joined: 1/24/2018
Posts: 251
Location: Stafford, NY
For those who are confused as I was first seeing this, no this doesn't have anything to do with the luxury car brand. Cadillac is one of many aliases for the gambling card game Thirty-one. This game also got a sequel on the Game Boy that was localized as "Square Deal: The Game of Two Dimensional Poker". I very much would like to see a run of the aforementioned sequel, as well as determine if there's strategy insights that could be applied to runs of PuyoPuyo series games (where pairs of beans could be handled in a similar way to the cards in this game).
c-square wrote:
Yes, standard runs are needed and very appreciated here too
Dylon Stejakoski wrote:
Me and the boys starting over our games of choice for the infinityieth time in a row because of just-found optimizations
^ Why I don't have any submissions despite being on the forums for years now...
Experienced player (868)
Joined: 9/18/2008
Posts: 148
Location: Japan
GJTASer2018 wrote:
This game also got a sequel on the Game Boy that was localized as "Square Deal: The Game of Two Dimensional Poker".
A sequal of this game was also released for Famicom as "Great Deal". I'm not so familiar with it, but apparently it changed some rules from this game: * Poker hands are recognized also diagonally. * You don't need to erase all the cards to beat a level (except for the last one).
MarbleousDave
He/Him
Player (12)
Joined: 9/12/2009
Posts: 1555
This games predates Poker Smash by two decades
Post subject: Movie published
TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14881
Location: 127.0.0.1
This movie has been published. The posts before this message apply to the submission, and posts after this message apply to the published movie. ---- [5691] NES Cadillac by TaoTao in 02:15.14