Ô Ăn Quan is a traditional Vietnamese folk game renowned for its strategic depth and cultural significance. Typically played by two players using readily available materials like pebbles, stones, or seeds, Ô Ăn Quan offers both entertainment and an opportunity to develop logical thinking, calculation skills, and strategic planning.
- .NET Framework: Version 6.0 or higher.
- Development Environment: Visual Studio 2019 or later.
- Create Game Room: Create a room for two players and assume the Host role.
- Join Game Room: Join a room as a Guest.
- End Game: Automatically concludes when game conditions are met.
- Guide for New Players: Provides detailed instructions on how to play.
1. Clone the Source Code:
- Clone or download the project from the repository using:
git clone https://github.com/bqmxnh/VietnameseTraditionalStoneGame.git
2. Open the Project:
- Open the two solution files, OAnQuan.sln and Server.sln, in Visual Studio.
3. Build the Project:
- Build both OAnQuan.sln and Server.sln solutions in Visual Studio.
4. Run the Application:
- Start the Server project first.
- Then, launch the OAnQuan project to begin the game.
The project was developed as part of the Network Programming course at the University of Information Technology, Vietnam National University, Ho Chi Minh City. The source code is provided for educational and research purposes.