Skip to content

rytlebsk/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reversi 黑白棋遊戲 (Reversi Game)

本專案是一款支援三種模式的黑白棋(Reversi/Othello)遊戲:

  • 🎮 本地雙人對戰(Local Multiplayer)
  • 🤖 玩家對 AI(AI Battle)
  • 🌐 線上對戰(Online Multiplayer)

📦 依賴項目 (Dependencies)

為了順利運行本專案,你需要安裝以下工具:

  1. Docker Desktop
  2. 一個前端包管理器,如 npmyarn

🚀 專案部署方式 (How to Run)

前端部署 (Frontend Setup)

npm 為例:

npm install     # 安裝專案依賴
npm run dev     # 啟動開發伺服器(預設為 http://localhost:3000)

後端部署 (Backend Setup)

請運行以下檔案:

run.bat         # 啟動伺服器,依照提示完成部署

若要結束伺服器:

stop.bat        # 停止伺服器運行

🌐 English Version

This is a Reversi (Othello) game supporting three game modes:

  • 🎮 Local Multiplayer
  • 🤖 Player vs AI
  • 🌐 Online Multiplayer

📦 Requirements

Before running the project, make sure you have the following:

  1. Docker Desktop
  2. A package manager like npm or yarn

🚀 How to Run the Project

Frontend

Using npm as an example:

npm install     # Install all dependencies
npm run dev     # Start development server (usually http://localhost:5173)

Backend

To start the backend server:

run.bat         # Follow the instructions to complete setup

To stop the server:

stop.bat        # Shutdown the server

About

oop project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •