dngvmnh/cs102-splendor
Java1 stars0 forks
What it does
The Splendor Console is a Java-based implementation of the popular board game Splendor, designed with a layered architecture for easy extensibility. It allows 2-4 players to engage in a full game loop via console, making it a great educational tool for understanding game development principles.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Discover how to build a console-based board game in Java with a focus on architecture and extensibility!
Content angles
- Create a tutorial series on building board games in Java, using this repo as a case study.
- Explore the architecture of the game and discuss how it can be adapted for GUI or networking.
- Develop AI opponents for the game and share insights on implementing game logic in Java.
Who should care
Game developers, educators, and Java enthusiasts interested in board game implementations.