pmesgari / Gomoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomoku

gomoku

This repository contains an implementation of Gomoku game. The main goals for creating this application were:

  • Developing an application by exercising Test Driven Development (TDD)
  • Implementing a clean architecture where modules are decoupled in such a way that as the application grows the base can adapt easily
  • Having some fun while learning!

To really understand the main concepts underlying the logic and architecture of this repository the reader is advised to study the articles below:

References

Implementing this application was my own personal experience in applying the concepts and ways of working I have studied through the following materials.

About


Languages

Language:Python 100.0%