# Overv/MineAssemble

A tiny bootable Minecraft clone written partly in x86 assembly

Repository: https://github.com/Overv/MineAssemble
Canonical: https://ross.abutalabs.com/products/mineassemble
Language: Assembly
License: MIT
License Family: permissive
Last push: 2023-09-11T09:31:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4841, "days_push": 1087, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1079, forks 66 (observed 2026-08-28T04:03:29.946898+00:00)

## What it is
A tiny bootable Minecraft clone written partly in x86 assembly with its own minimal kernel code, created as a university assignment. It runs from an ISO or USB stick on real hardware or in QEMU/VirtualBox with no hard drive and under 4 MB of RAM.

## Use cases
- bootable minecraft clone in assembly
- learn x86 assembly with a real project
- run a game directly on bare metal from a usb stick
- study bootloader and kernel basics
- play minecraft in qemu without an os

## When to choose
- you want a fun educational example of assembly and kernel programming
- you need a tiny self-contained bootable demo
- you're teaching or learning low-level computer systems concepts

## When to avoid
- you want a playable, polished Minecraft experience
- you need stable cross-hardware compatibility (it can crash with floating point exceptions)
- you want efficient hand-optimized assembly for production use

## Facets
- artifact type: application
- maturity: experimental
- function: game-engine, graphics, embedded
- domain: operating-systems, education
- platform: cross-platform
- tags: x86-assembly, bootable, minecraft-clone, kernel, demo, bare-metal, game-development, linux

## Member repositories
- Overv/MineAssemble (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.946898+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:33:36.715128+00:00, confidence not recorded.
  - readme: https://github.com/Overv/MineAssemble (fetched 2026-08-28T04:03:29.946898+00:00, sha cd1298edc06c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
