Skip to content

IcyFeather233/Gobang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Gobang

2020Java Final Experiment -- Golang Game

FrameWork

MVC FrameWork

This is the first time I use MVC, so I don't know if it is designed reasonable :)

|--Model
    |--Game.java
    |--Golang.java
    |--Robot.java
|--View
    |--chessPane.java
    |--start.fxml
|--Control
    |--Controller.java

Features

  1. You can define the x linenums and y linenums of the chess pane, if x equals y and both are odd, Tianyuan(the middle point) shows.
  2. There are 2 modes -- PVP and PVE, and you can choose which one of black or white is AI(although it is not so intelligent)
  3. The color of the chess pane is BURLYWOOD, and the border is bold, which make it looks better.

About

2020Java大作业-Javafx五子棋

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published