A very early in-development multiplayer Unreal Engine game that allows players to play a variety of poker table games against other players.
Go to file
Jackson Rakena 5ca0b93c91 Somewhat working player rotation and play-ins 2024-01-24 17:44:23 +13:00
Config Replication of cards working 2023-12-19 18:57:31 +13:00
Content Somewhat working player rotation and play-ins 2024-01-24 17:44:23 +13:00
Plugins/Developer/RiderLink Remove JetBrains intermediate files 2023-12-20 12:11:55 +13:00
Source Somewhat working player rotation and play-ins 2024-01-24 17:44:23 +13:00
.gitattributes Initial UE content 2023-12-19 11:39:44 +13:00
.gitignore Remove JetBrains intermediate files 2023-12-20 12:11:55 +13:00
AITH_Unreal.uproject Test 2023-12-19 17:23:44 +13:00
README.md Update README 2023-12-20 22:36:12 +13:00

README.md

Ace In The Hole

Ace In The Hole is a very early in-development multiplayer Unreal Engine game that allows players to play a variety of poker table games against other players over their local network, Epic Online Services, or (in the future) the Steamworks Relay.

Due to GitHub LFS size restrictions, the GitHub repository is frozen. Further development past November 2023 is done on my Git server.

Features

  • Full, 3D, online multiplayer
    • Local Network support
    • Epic Online Services P2P support for playing over the Internet using a join code
    • (Future?) Steamworks Relay P2P?
    • Dedicated server partially working
  • Poker (Texas Hold 'Em) implemented
    • Raising, checking, folding
    • Little and big blind rotation
    • Pot splitting/all ins not implemented yet
  • Blackjack partially implemented
  • A lot of generic code written to allow for easy implementation of other tables

Games

Poker (Texas Hold 'Em Style)

Fully working, with the exception of pot splitting Alt text

Blackjack (Dealer Draw 16, Stand 17, 2:1)

Not fully modelled yet. Alt text

© All rights reserved