Tagged articles

Web game

3 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Sep 27, 2025 · Fundamentals

Building a 1024 Web Game with Spec‑Driven Development and GitHub Copilot

This article walks through Spec‑Driven Development (SDD) as a structured alternative to Vibe Coding, showing how to use GitHub Spec Kit and Copilot to create a 1024 web game by defining requirements, planning, generating tasks, and implementing code step by step.

AI‑assisted codingGitHub CopilotJavaScript
0 likes · 21 min read
Building a 1024 Web Game with Spec‑Driven Development and GitHub Copilot
WecTeam
WecTeam
Jan 9, 2020 · Frontend Development

How to Build a Switchable DOM & Canvas Web Gomoku Game from Scratch

This tutorial walks through creating a lightweight web Gomoku game using JavaScript, detailing both a plain‑DOM renderer and a Canvas renderer, their interchangeable architecture, and core features like move handling, undo/redo, win detection, and board resetting.

DOMGomokuJavaScript
0 likes · 21 min read
How to Build a Switchable DOM & Canvas Web Gomoku Game from Scratch
UC Tech Team
UC Tech Team
Oct 8, 2018 · Frontend Development

How to Build a PWA Game with Preact in Five Steps

This tutorial walks you through creating a fully functional progressive web app (PWA) game using Preact, covering functional requirements, UI design, routing, component implementation, game logic, offline support, and deployment in a clear, step‑by‑step manner.

JavaScriptPWAPreact
0 likes · 11 min read
How to Build a PWA Game with Preact in Five Steps