HEARTHSTONE CLONE
C++NetworkingMultithreadingCMake
A Hearthstone-inspired card game with online multiplayer, built as a practice project to explore networking and multithreading in C++.
Highlights
- Client-server architecture with real-time multiplayer
- Multithreaded game loop and network I/O
- Card game logic with turn-based combat system
- Low-level socket programming