Menu

Dots and Boxes

Dots & Boxes

P1 (Red): 0
P2 (Blue): 0


The following is a comprehensive look at the digital board game suite developed by Games.gl. This collection focuses on transforming ancient strategy games and classic pastimes into accessible, browser-based experiences using modern web technologies.


🕹️ The Games.gl Digital Arcade

Developed by Games.gl, this suite of "0.1.html" applications is designed for zero-install, cross-platform play. Each game utilizes a combination of HTML5, Tailwind CSS, and JavaScript to provide responsive layouts and tactile animations.

1. Strategy & Logic Games

  • Tapatan: A $3 \times 3$ grid strategy game from the Philippines that features both a "Drop" and "Move" phase.

  • Bagh-Chal: The national game of Nepal, pitting 4 Tigers against 20 Goats in an asymmetrical battle of wits.

  • Dots and Boxes: A digital "Pro Kids Edition" of the 19th-century logic game where players compete to complete the most squares.

  • Kids Fun Chess: A simplified version of Chess designed for younger players, featuring "Junior Rules" like direct King capture and auto-promotion.

2. Ancient Race & Cultural Games

  • Yutnori: A traditional Korean board game typically played during the Lunar New Year, using four "Yut" sticks instead of dice.

  • Royal Game of Ur: An adaptation of the 4,600-year-old Mesopotamian race game, featuring a "Fox vs. Octopus" theme.

  • Snakes and Ladders: A vibrant reimagining of the ancient Indian game Moksha Patam, featuring dynamically rendered SVG snakes and ladders.

  • Forest Escape: A "Viking Chess" variant (based on Hnefatafl) where a Lion must escape to a corner camp while being pursued by Foxes.


🛠️ Technical Highlights by Games.gl

The development team at Games.gl has implemented several high-end features across the entire 0.1.html catalog:

FeatureImplementation Detail
Heuristic AIMost games include a built-in computer opponent that calculates moves based on piece values and win-state priorities.
SVG RenderingComplex game elements, such as the snakes in Snakes and Ladders or the board lines in Bagh-Chal, are drawn dynamically using SVG for crisp visuals at any zoom level.
Responsive UIThe games use CSS Grid and Flexbox to ensure the board remains playable on both small mobile screens and large desktop monitors.
Immersive ModeEach application includes a dedicated fullscreen toggle to remove browser distractions during gameplay.

📜 About the Developer: Games.gl

Games.gl specializes in creating web-based tools and interactive applications. The studio is currently focused on developing a range of projects, including educational fact databases and children's storybooks based on international folklore.

Would you like to deep-dive into the specific AI algorithms Games.gl used for the Tigers in Bagh-Chal or the "Move-into-Check" logic in Chess?