scv1702 / gomoku

2021년 2학기 KNU CSE 시스템프로그래밍 과제 "콘솔 기반 오목 게임"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomoku

License
This is the console-based gomoku game that two users can enjoy.

What is the gomoku?

Gomoku, also called Five in a Row, is an abstract strategy board game. It is traditionally played with Go pieces (black and white stones) on a Go board. It is played using a 15×15 board while in the past a 19×19 board was standard. Because pieces are typically not moved or removed from the board, gomoku may also be played as a paper-and-pencil game. The game is known in several countries under different names. - wikipedia

Rule

  1. The color of the stone is black or white.
  2. Players alternate turns placing a stone of their color on an empty intersection.
  3. Black plays first.
  4. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally.
  5. If the player does nothing for 30 seconds, the player will lose.

How to exeucte

  1. Clone the repository
git clone http://github.com/scv1702/gomoku
  1. Change the directory to gomoku
cd gomoku
  1. Execute the gomoku.sh
./gomoku.sh

Demo Video

Final presentation

Contact

You can contact me via e-mail (scv1702 at gmail.com).

License

The class is licensed under the MIT License:

Copyright © 2021 Changyu Shin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

2021년 2학기 KNU CSE 시스템프로그래밍 과제 "콘솔 기반 오목 게임"

License:MIT License


Languages

Language:C 98.5%Language:Makefile 1.1%Language:Shell 0.4%