{"id":22411666,"url":"https://github.com/hoangtran0410/caroonline_socketjava","last_synced_at":"2026-03-09T22:03:43.056Z","repository":{"id":56024101,"uuid":"301645532","full_name":"HoangTran0410/CaroOnline_SocketJava","owner":"HoangTran0410","description":"Caro Online Game written in Java using Socket architecture","archived":false,"fork":false,"pushed_at":"2024-04-05T02:34:32.000Z","size":3197,"stargazers_count":46,"open_issues_count":2,"forks_count":29,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-31T23:27:10.254Z","etag":null,"topics":["java","multiplayer-game","multithreading","online-game","socket-programming","tic-tac-toe"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HoangTran0410.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-06T07:19:36.000Z","updated_at":"2025-05-17T04:19:38.000Z","dependencies_parsed_at":"2025-07-31T22:41:24.868Z","dependency_job_id":null,"html_url":"https://github.com/HoangTran0410/CaroOnline_SocketJava","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HoangTran0410/CaroOnline_SocketJava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoangTran0410%2FCaroOnline_SocketJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoangTran0410%2FCaroOnline_SocketJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoangTran0410%2FCaroOnline_SocketJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoangTran0410%2FCaroOnline_SocketJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HoangTran0410","download_url":"https://codeload.github.com/HoangTran0410/CaroOnline_SocketJava/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoangTran0410%2FCaroOnline_SocketJava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","multiplayer-game","multithreading","online-game","socket-programming","tic-tac-toe"],"created_at":"2024-12-05T13:14:41.936Z","updated_at":"2026-03-09T22:03:43.035Z","avatar_url":"https://github.com/HoangTran0410.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Caro Online Game Java Socket Client Server bla bla\n\nDonate? Muốn hỗ trợ mình 1 ly cafe \u003c3 [Donate here](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)\n\n## 0. Giới thiệu\n\nLink [Facebook post](https://www.facebook.com/groups/j2team.community/permalink/1462938307371618)\n\n## 1. Yêu cầu\n\n\u003cimg src=\"./screenshots/debai.png\" style=\"width:600px;\"/\u003e\n\n- 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.\n\n## 2. Cài đặt\n\nHướng dẫn setup:\n- Cài mysql (mình dùng xampp), IDE (mình dùng Netbean 8.2)\n- 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\"\n- Chạy Server [src/Server/RunServer.java](src/Server/RunServer.java) mặc định sẽ chạy ở port  5056\n- Chạy Client [src/Client/RunClient.java](src/Client/RunClient.java)\n- 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- Ấn Kết nối và Chơi\n\n## 3. Screenshots\n\n### Server\n\n#### - Admin Console\n\n\u003cimg src=\"./screenshots/admin.png\" style=\"width:600px;\"/\u003e\n\n### Client\n\n#### - Connect to server\n\n\u003cimg src=\"./screenshots/connect-server.png\" style=\"width:200px;\"/\u003e\n\n#### - Login\n\n\u003cimg src=\"./screenshots/login.png\" style=\"width:250px;\"/\u003e\n\n#### - Signup\n\n\u003cimg src=\"./screenshots/signup.png\" style=\"width:350px;\"/\u003e\n\n#### - Select custom avatar\n\n\u003cimg src=\"./screenshots/choose-avatar.png\" style=\"width:350px;\"/\u003e\n\n#### - Main menu\n\n\u003cimg src=\"./screenshots/main-menu.png\" style=\"width:350px;\"/\u003e\n\n#### - Profile\n\n\u003cimg src=\"./screenshots/profile.png\" style=\"width:250px;\"/\u003e\n\n#### - Find game match\n\n\u003cimg src=\"./screenshots/find-match.png\" style=\"width:350px;\"/\u003e\n\n#### - Pair game match\n\n\u003cimg src=\"./screenshots/pair-match.png\" style=\"width:350px;\"/\u003e\n\n#### - In-game  Caro\n\n\u003cimg src=\"./screenshots/ingame.png\" style=\"width:600px;\"/\u003e\n\n#### - In-game Caro right panel\n\n\u003cimg src=\"./screenshots/ingame-infopane.png\" style=\"width:200px;\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangtran0410%2Fcaroonline_socketjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoangtran0410%2Fcaroonline_socketjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangtran0410%2Fcaroonline_socketjava/lists"}