git404hub

what is vocab-roguelike fr?

cross-yanzheng/vocab-roguelike — explained in plain English

Analysis updated 2026-05-18

16C#Audience · generalComplexity · 2/5Setup · easy

tl;dr

A Windows desktop roguelike game where players fire Chinese-meaning word blocks at monsters to learn English vocabulary.

vibe map

mindmap
  root((vocab roguelike))
    What it does
      Vocabulary shooter game
      Fire word blocks at monsters
      Match meanings to words
    Tech stack
      C sharp
      Windows Forms
      GDI plus
    Use cases
      Practice high school words
      Practice CET four six
      Practice IELTS vocabulary
    Audience
      English learners
      Casual gamers
    Setup
      Run prebuilt exe
      Rebuild with PowerShell script

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Practice English vocabulary at a high school, CET-4/6, or IELTS difficulty level through gameplay.

VIBE 2

Run the prebuilt executable directly on Windows without installing a game engine.

VIBE 3

Rebuild the game from source using the included PowerShell script.

VIBE 4

Track vocabulary mastery over time through the automatic save file.

what's the stack?

C#Windows FormsGDI+.NET Framework

how it stacks up fr

cross-yanzheng/vocab-roguelikecodymullins/starlinghadashia/nojsonschema
Stars161616
LanguageC#C#C#
Setup difficultyeasymoderateeasy
Complexity2/55/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Windows-only desktop executable, requires PowerShell to rebuild from source.

in plain english

Vocab Roguelike, also called Word Realm, is a Windows desktop 2D game that turns learning English vocabulary into a roguelike shooter. Players move through themed rooms, aim with the mouse, and fire Chinese-language word blocks at monsters that display English words written on them. Defeating a monster means matching the right meaning to the word it carries. Chests, items, and reward cards let players strengthen their character as they progress. The game ships with three difficulty tiers built around real vocabulary lists: an easy tier using high school words, a normal tier using words from China's CET-4 and CET-6 exams, and a hard tier using IELTS vocabulary. Each word entry stores its English word, Chinese meaning, a difficulty rating, a frequency rank, and tags. The game pulls words dynamically based on the current mode, room progress, player performance, and which words a player has previously gotten wrong or mastered. Controls include WASD or arrow keys to move, the mouse to aim, left click to fire word blocks, E to pick up items or open chests, Space to dodge, Q to use a shield potion, Tab to open a memory book, and F11 to toggle fullscreen. There are eight themed map backgrounds with matching obstacles, along with several monster types including elite, shielded, dashing, and chasing variants. The game is a single, self-contained executable, WordRealm.exe, that runs alongside its word bank file and runtime assets. Progress and learning data save automatically to a save file. Rebuilding from source uses a PowerShell build script. Technically, the project is written in plain C# using Windows Forms and GDI+ graphics, compiled with the .NET Framework compiler, with no dependency on Unity or Godot. The README does not state a license.

prompts (copy fr)

prompt 1
Help me run WordRealm.exe and set up the wordbank.json file correctly.
prompt 2
Explain how the difficulty tiers map to high school, CET-4/6, and IELTS vocabulary in this game.
prompt 3
Show me how the wordbank.json entry format works so I can add my own vocabulary words.
prompt 4
Walk me through rebuilding this project with build.ps1 on Windows.

Frequently asked questions

what is vocab-roguelike fr?

A Windows desktop roguelike game where players fire Chinese-meaning word blocks at monsters to learn English vocabulary.

What language is vocab-roguelike written in?

Mainly C#. The stack also includes C#, Windows Forms, GDI+.

How hard is vocab-roguelike to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is vocab-roguelike for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.