Treffer: Gobang Game Design Based on Javascript

Title:
Gobang Game Design Based on Javascript
Authors:
Contributors:
Young, Gilbert, Department of Computer Science, Ji, Hao
Publication Year:
2019
Document Type:
Dissertation thesis
Language:
English
Rights:
undefined
Accession Number:
edsbas.C0B38762
Database:
BASE

Weitere Informationen

Gobang???s history can be retraced to thousands of years ago. It started from GO. It is so popular that people all over the world like to play it. At the same time, it is also a game that full of strategy. As a world level game, the Gobang world championship has been held for many years. As a computer science student, I have been learning data structure, algorithms and programming skills for a few years. I want to design a game which is fully designed, coded, and tested by myself. Based on my research, most Gobang games can be played online are designed by C++ or Java. So, I decided to make it by using JavaScript and run it on all the popular browsers like Microsoft Edge, Chrome, and Safari. These three browsers can be found on any devices. It is easy to let people try my game. This game is played by two sides, Human and AI. I searched some strategies and presented them by code. There are some algorithms to make AI smarter. There are two levels can be chosen. I am trying to design a neat and simple interface or players to access this game and easily understand how it works.