view npc/README.md @ 243:823f2a8b16c8

[repo] Ignore Vim swap files
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 15:26:44 -0700
parents b818a4561a3c
children
line wrap: on
line source

# npc

NPC/character system application.

## Files

- `main.c` - Main application code

## Building

```bash
bazel build //npc:npc
```