Analysis updated 2026-07-12 · repo last pushed 2023-01-11
Play the board game Hive digitally in your browser without physical tiles.
Practice Hive strategy and test out moves before playing in person.
Tinker with a browser-based game clone to learn canvas rendering.
| nishnha/hive | alce/yogajs | alexlabs-ai/brain-concierge | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2023-01-11 | 2017-11-07 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | hard | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Just install JavaScript dependencies with npm or yarn and start the project.
Hive is a project that brings the board game Hive to your web browser. Hive is a two-player strategy game where you place insect tiles on a table and move them around to surround your opponent's queen bee. This project recreates that experience digitally, so you can play it online without needing the physical board or tiles. The game is built entirely in JavaScript and renders the board and pieces on an HTML canvas element. Running the project locally is straightforward: you install its dependencies with a package manager like npm or yarn, then start it up. The game is still in development, so it is a work in progress rather than a finished product. This project would appeal to anyone who enjoys Hive and wants to play it on a computer. It could be useful for practicing strategy, testing out moves, or just playing casually without setting up the physical game. Board game enthusiasts and people who like to tinker with game clones in the browser are the most likely audience here. The README does not go into detail about specific features like online multiplayer, AI opponents, or which game rules are currently implemented. It is a fairly barebones overview, so anyone interested in the current state of the game would need to run it themselves to see what is and is not working yet. The choice to use a canvas element for rendering is a common approach for browser-based games, as it allows for flexible drawing of game pieces and interactive elements directly on the page.
Hive is a web-based version of the two-player board game where you place insect tiles to surround your opponent's queen bee. Built in JavaScript using HTML canvas, it is still a work in progress.
Mainly JavaScript. The stack also includes JavaScript, HTML Canvas, npm.
Dormant — no commits in 2+ years (last push 2023-01-11).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.