bitsofintelligence101-lab/games — explained in plain English
Analysis updated 2026-05-18
Compare how two different AI models structure the same game project from an identical spec.
Study a working browser based real time strategy game built with plain JavaScript.
Study a working 3D physics based sports game built with Three.js and Rapier3D.
Use the included original prompts as a template for testing your own AI coding comparisons.
| bitsofintelligence101-lab/games | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Each of the four sub-projects has its own setup, ranging from opening a single HTML file to running an npm and Docker based Node project.
This repository is an experiment comparing how two different AI models build the same game when given identical, detailed instructions in a single attempt. Rather than being a game itself, it is a collection of independent implementations meant to be compared side by side, so anyone curious about AI coding ability can see how two different models solve the exact same problem. Each game idea was written up as a detailed specification first, then handed unchanged to two AI models, referred to in this repo as Fable and K3. Every resulting project lives in its own separate folder and shares nothing with the others, which lets someone directly compare architecture choices, file organization, code quality, and bugs between the two models' attempts. There are two game concepts covered: Cats versus Dogs, a browser based real time strategy game in the style of Command and Conquer with resource harvesting and base building, and Rocket Arena, a local multiplayer style game inspired by Rocket League with cars, a ball, and boost mechanics. The folder names follow a pattern combining the game and the model, so cc_fable and cc_k3 are two versions of the same strategy game, while rl_fable and rl_k3 are two versions of the same sports game. The Fable built strategy game runs as a single HTML file with no setup needed, while the K3 version uses a more modular file structure and needs a simple local web server to run because of how it loads its code. Both versions of the sports game are Node.js projects built with the Three.js 3D graphics library and the Rapier3D physics engine, started with a couple of standard install and run commands, or alternatively through an included Dockerfile. Each individual project folder has its own README with specific setup instructions, controls, and notes on how that particular build was constructed, so this top level README mainly explains the comparison structure rather than any single game's mechanics.
A side by side comparison of how two AI models each built the same two games from identical instructions.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Three.js.
The README does not state a license for this repository.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.