Analysis updated 2026-05-18
Play a small 3D adventure game with mining, ranged combat, and flying.
Learn to code by opening a single game file and modifying its behavior.
Teach a child the basics of game logic using an approachable, file-separated codebase.
Run a simple local server to try the game in a browser with no build tools.
| marcusbiel/roundcraft | acip/slack-claude-agent | adii0906/supportiq | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Start a simple local server and open the game in a browser, no build step required.
Roundcraft is a small open-source mini game written in JavaScript using Three.js. It was created by parents and children as a shared coding project, and the main goal is to give families a real, working game they can explore and change together. This is not aimed at being a polished commercial game, it is a first playable world designed to make learning to code feel hands-on and fun. In the game, you explore a small round adventure world. You can move around, jump, look in different directions, and interact with the environment using two tools: a Pickaxe and a Bow, which you can switch between. The Pickaxe lets you mine lava crystals, dig tunnels through the volcano, and destroy the wooden house to collect wood. The Bow lets you shoot arrows at the Round Dragon, the game's main enemy, which fires back with fireballs, and only dragon fire can hurt you. Sheep walk on the grass, and hitting them with either tool lets you collect sheep meat, which you can eat. After defeating the dragon, you gain the ability to fly. The project is intentionally small and easy to change. Each part of the game lives in its own file: the main game loop, sheep behavior, tools, audio, and screen styling. This structure makes it straightforward for a child or beginner to open one file, read what it does, and try modifying it. To run it locally, you start a simple server and open it in a web browser, with no complex setup required.
Roundcraft is a small JavaScript and Three.js mini game built by parents and kids to teach coding through a real, hackable playable world.
Mainly JavaScript. The stack also includes JavaScript, Three.js.
License is not stated in the available README content.
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.