comparison npc/README.md @ 195:f8f5004a920a

Merging back hg-web-tip
author MrJuneJune <me@mrjunejune.com>
date Tue, 27 Jan 2026 06:51:44 -0800
parents b818a4561a3c
children
comparison
equal deleted inserted replaced
189:14cc84ba35a0 195:f8f5004a920a
1 # npc
2
3 NPC/character system application.
4
5 ## Files
6
7 - `main.c` - Main application code
8
9 ## Building
10
11 ```bash
12 bazel build //npc:npc
13 ```