nx_games_page.nx
buildroot/runtime/nx_games_page.nx
about
nx_games_page.nx -- EMIT the live nishifamily.com/games portal page.
A sovereign games portal: classic ABSTRACT/board games built from scratch
(rules are not copyrightable -> clean original implementations, no ROMs
rehosted, no third-party code). Rung 1 ships two fully-playable in-browser
games: Tic-Tac-Toe (unbeatable minimax) and Connect Four (alpha-beta AI),
plus an honest roadmap grid. Publishing is the separate sovereign step
nx_aw_push (additive, vault-backed) -- the shared loop every property reuses.
No JS/HTML is hand-written elsewhere; this organ authors the page.
license_tier: ORIGINAL
genealogy_id: nishi_games_portal
lineage_id: nx_games_page_v1
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 16 | const GM_OUT: *u8 = "web_assets/games.html" |
| 17 | const GM_CAP: i64 = 262144 |
functions
| 20 | func gm_cat(dst: *u8, off: i64, s: *u8) -> i64 called by 1: main |
| 28 | func gm_catn(dst: *u8, off: i64, v: i64) -> i64 |
| 41 | func main() -> i64 |