# fogleman/Minecraft

Simple Minecraft-inspired program using Python and Pyglet

Repository: https://github.com/fogleman/Minecraft
Canonical: https://ross.abutalabs.com/products/minecraft
Language: Python
License: MIT
License Family: permissive
Last push: 2023-06-10T17:18:28+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": 5329, "days_push": 1180, "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 5440, forks 1282 (observed 2026-08-28T04:09:18.188493+00:00)

## What it is
A simple Minecraft-inspired voxel game demo written in Python using the Pyglet library. It is intended as an educational project to get kids excited about programming by making simple changes and seeing results quickly.

## Use cases
- play a lightweight minecraft-like game in python
- learn game programming with python and pyglet
- teach kids programming through a familiar game
- hack on a small voxel engine codebase
- demo of 3d graphics with pyglet

## When to choose
- you want a small, readable Python codebase to learn or teach game development
- you want a quick Minecraft-style demo to run and modify
- you prefer Python over C for experimentation

## When to avoid
- you need performance, terrain generation, or world saving - use fogleman/Craft instead
- you want a full-featured Minecraft clone
- you need an actively developed project with a library API

## Facets
- artifact type: application
- maturity: maintenance
- function: game-engine, graphics, simulation
- domain: education, graphics
- platform: python, cross-platform
- tags: minecraft-clone, pyglet, voxel, educational, demo, game-development, desktop

## Member repositories
- fogleman/Minecraft (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:18.188493+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-29T17:56:51.979444+00:00, confidence not recorded.
  - readme: https://github.com/fogleman/Minecraft (fetched 2026-08-28T04:09:18.188493+00:00, sha 942068a8a995)
- Data as of 2026-08-30T08:39:29.467469+00:00.
