Tag

Gomoku

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 25, 2025 · Backend Development

Full‑Stack Gomoku Game with Vue 3, NestJS, AI Opponent, and Real‑Time Multiplayer

This article presents a complete Gomoku web application built with Vue 3 on the front end and NestJS on the back end, featuring customizable pieces, stylish UI, AI opponents of varying difficulty, and real‑time LAN multiplayer using Socket.io, along with detailed code examples and architectural explanations.

AIGomokuMonorepo
0 likes · 14 min read
Full‑Stack Gomoku Game with Vue 3, NestJS, AI Opponent, and Real‑Time Multiplayer
Python Programming Learning Circle
Python Programming Learning Circle
May 20, 2022 · Game Development

Python Gomoku (Five‑in‑a‑Row) Game Using Pygame – Full Source Code and Walkthrough

This article presents a complete Python implementation of the classic Gomoku board game with Pygame, explaining the rules, showing a dynamic demo, providing the full source code for the checkerboard logic, AI opponent, rendering, and instructions for running the game on your own machine.

AIGame developmentGomoku
0 likes · 8 min read
Python Gomoku (Five‑in‑a‑Row) Game Using Pygame – Full Source Code and Walkthrough