Skip to content

🤖 Try to write a JavaScript function that beats the AI in a game called Five in a Row

Notifications You must be signed in to change notification settings

loonkwil/beat-the-ai

Repository files navigation

Beat the AI

Preview of the app

https://loonkwil.github.io/beat-the-ai/

Try to write a JavaScript function that beats the AI in a game called Five in a Row.

This app was created mainly to experiment with Web Workers, Web Streams, new CSS features (e.g. nesting, dynamic viewport units, range syntax in media queries), and accessibility.

Five in a Row

Five in a Row, also known as Gomoku or Gobang, is a classic two-player strategy board game that is played on a grid. The objective of the game is to be the first player to form a continuous horizontal, vertical, or diagonal line of five of their own pieces on the board.