Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit RAEADME #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 1 addition & 73 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,73 +1 @@
# 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

<img src="./screenshots/debai.png" style="width:600px;"/>

- 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

<img src="./screenshots/admin.png" style="width:600px;"/>

### Client

#### - Connect to server

<img src="./screenshots/connect-server.png" style="width:200px;"/>

#### - Login

<img src="./screenshots/login.png" style="width:250px;"/>

#### - Signup

<img src="./screenshots/signup.png" style="width:350px;"/>

#### - Select custom avatar

<img src="./screenshots/choose-avatar.png" style="width:350px;"/>

#### - Main menu

<img src="./screenshots/main-menu.png" style="width:350px;"/>

#### - Profile

<img src="./screenshots/profile.png" style="width:250px;"/>

#### - Find game match

<img src="./screenshots/find-match.png" style="width:350px;"/>

#### - Pair game match

<img src="./screenshots/pair-match.png" style="width:350px;"/>

#### - In-game Caro

<img src="./screenshots/ingame.png" style="width:600px;"/>

#### - In-game Caro right panel

<img src="./screenshots/ingame-infopane.png" style="width:200px;"/>
change read me