souravjain540 / Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.
270 stars 391 forks source link

Gomoku Game #453

Open AddoZhu opened 9 months ago

AddoZhu commented 9 months ago

Gomoku, also known as Five in a Row, is a classic strategy board game.

Players take turns placing their stones on the intersections of the grid, aiming to create an unbroken line of five stones.

I would like to add a Gomoku Game program in Python.