code wiki / (root) / nx_games_page.nx

nx_games_page.nx

buildroot/runtime/nx_games_page.nx

17034 B181 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic games
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_games_page.nx

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

main sys_now_realtime_sec sys_mmap sys_clock_gettime_real sys_mmap ↻ gm_cat gm_catn sys_mmap ↻ sys_openat_wr sys_write sys_exit sys_close

structs

none

consts

16const GM_OUT: *u8 = "web_assets/games.html"
17const GM_CAP: i64 = 262144

functions

20func gm_cat(dst: *u8, off: i64, s: *u8) -> i64
called by 1: main
28func gm_catn(dst: *u8, off: i64, v: i64) -> i64
called by 1: main calls 1: sys_mmap
41func main() -> i64