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.
- 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
- OrdinalTableBase and OrdinalTablePlayerStateBase allow for quick development of new tables which have ordered seating
Fully working, with the exception of pot splitting
© All rights reserved