C++ code for Gomoku
-
Hi . Recently i've got to make a game called gomoku between two players and I don't know where to start. Could you please assist with the steps or at least a C++ code for the Gomoku game with comments so that I can at least be able to follow what has been coded.
-
Hi . Recently i've got to make a game called gomoku between two players and I don't know where to start. Could you please assist with the steps or at least a C++ code for the Gomoku game with comments so that I can at least be able to follow what has been coded.
The first thing you need to do is to study the game so you understand the rules. You can then start to figure out what each step of the game can do. From that you should be able to create a basic design document. Until you have done all that there is no point in thinking about actual code.
-
Hi . Recently i've got to make a game called gomoku between two players and I don't know where to start. Could you please assist with the steps or at least a C++ code for the Gomoku game with comments so that I can at least be able to follow what has been coded.
Did you try something from [Gomoku game code - Google Search](https://www.google.com/search?q=Gomoku+game+code&newwindow=1&rlz=1C1CHBF\_enDE886DE886&sxsrf=ALiCzsbfHPk8MKhcNQtFFvjkVLHfPlWeMw%3A1652901768671&ei=iEeFYr3QKJH1kwWYsIqgDQ&ved=0ahUKEwi9tJT24un3AhWR-qQKHRiYAtQQ4dUDCA4&uact=5&oq=Gomoku+game+code&gs\_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgAToHCAAQRxCwAzoHCAAQsAMQQzoICAAQgAQQiwM6BQgAEIAEOgYIABAWEB46CAgAEA8QFhAeSgQIQRgASgQIRhgAUMcLWLccYO4haAFwAXgAgAHbAYgBhAaSAQUwLjQuMZgBAKABAcgBCrgBAsABAQ&sclient=gws-wiz)