Have a great time at the pub - with Pubjack.


This is a card game based on blackjack. In the game, you draw cards in turns, and the side close to the 21 points will win.

When you go over blackjack, you are busted.

The game is played with a set of same-suit poker, where Ace can stand for 1 or 11, and J, K, and Q stand for 10.

In addition to the blackjack, you can always keep a card in your hand (which also counts for points). Different strategies of showing cards will influence the opponent's decision to continue drawing.

---

This is the assignment for Fall 2022 - Intro to Game Development Project 3 Part 2.

Control Instruction:

  • Use the mouse or torch to click.

---

Copyright Declaration:

Github Link: PubJack


Comments

Log in with itch.io to leave a comment.

2

First of all, I have to say that I didn't manage the progress of this project very well. I had planned to start a week ago, but I got sick a few days before, which caused me to start writing the code on Sunday and almost didn't finish it before ddl :((((. Nonetheless, I'm happy with what I ended this time. I originally envisioned the game to be an improved poker game based on blackjack, more suitable for a single player against the dealer. In addition, players are free to put in their bets. In the implemented version, most of the features are implemented, except that the player cannot yet modify the bet amount. I added GUI and message textbox to make the progress of the game clearer. Also, this is the first time I made a complete page in the GameMaker (start page, rules, money will be accumulated after the end). It looks like it achieved the basic effect. For the next project, I would say to start a little earlier.

1

This is a card game based on blackjack. In the pub, a gamble is going on. You draw cards in turns in the game, and the side close to the 21 points will win. When you go over blackjack, you are busted. The game is played with a set of same-suit poker, where Ace can stand for 1 or 11, and J, K, and Q stand for 10. In addition to the blackjack, you can always keep a card in your hand (which also counts for points). Different strategies of showing cards will influence the opponent's decision to continue drawing.

You will have 100G starting money; if you win the dealer, you will be able to get double; if you draw, it will return the original amount. If you lose, you will get nothing. So be careful gambling!

This is incredible!! It's obvious you put a ton of effort into this. I love that there's a cohesive theme.