https://github.com/hoangtran0410/caroonline_socketjava
Caro Online Game written in Java using Socket architecture
https://github.com/hoangtran0410/caroonline_socketjava
java multiplayer-game multithreading online-game socket-programming tic-tac-toe
Last synced: 7 months ago
JSON representation
Caro Online Game written in Java using Socket architecture
- Host: GitHub
- URL: https://github.com/hoangtran0410/caroonline_socketjava
- Owner: HoangTran0410
- Created: 2020-10-06T07:19:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T10:11:24.000Z (over 2 years ago)
- Last Synced: 2023-03-09T22:51:43.788Z (over 2 years ago)
- Topics: java, multiplayer-game, multithreading, online-game, socket-programming, tic-tac-toe
- Language: Java
- Homepage:
- Size: 3.05 MB
- Stars: 43
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Caro Online Game Java Socket Client Server bla bla
Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate here](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)
## 0. Giới thiệu
Link [Facebook post](https://www.facebook.com/groups/j2team.community/permalink/1462938307371618)
## 1. Yêu cầu
- yêu cầu một vài chỗ có vẻ không thân thiện người dùng như việc tự ghép trận, tự xem trận khi vào game ... nên mình đã làm khác tí, là tạo chức năng tìm trận và ghép cặp riêng với chức năng xem trận, người dùng sẽ có thể lựa chọn theo sở thích.
## 2. Cài đặt
Hướng dẫn setup:
- Cài mysql (mình dùng xampp), IDE (mình dùng Netbean 8.2)
- Thêm cơ sở dữ liệu [src/Server/DB/carodb.sql](src/Server/DB/carodb.sql) vào mysql, đặt tên csdl là "carodb"
- Chạy Server [src/Server/RunServer.java](src/Server/RunServer.java) mặc định sẽ chạy ở port 5056
- Chạy Client [src/Client/RunClient.java](src/Client/RunClient.java)
- Giao diện Connect Server hiện lên. Nhập IP, port tới Server (mặc định mình đã ghi sẵn ip server local rồi)
- Ấn Kết nối và Chơi## 3. Screenshots
### Server
#### - Admin Console
### Client
#### - Connect to server
#### - Login
#### - Signup
#### - Select custom avatar
#### - Main menu
#### - Profile
#### - Find game match
#### - Pair game match
#### - In-game Caro
#### - In-game Caro right panel
![]()