Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.17 KB

Quoridor

Game Platform

  • Android

Development Framework

  • Cocos2d-x 3.17
  • Visual Studio 2017

Introduction

Quoridor (墙棋 or 步步为营 in Chinese) is a simple but funny board game.

Interface

Other Instruction

The game can be played with other player or AI. For the AI algorithm, I refer to this repository.

However, the AI algorithm is still monotonous. Perhaps it can be enhanced by Reinforcement Learning. Maybe I will try it when I have a lot of free time.