# 中子星 **Repository Path**: wu-org/neutron-star ## Basic Information - **Project Name**: 中子星 - **Description**: 游戏《观天道》(https://gitee.com/wu-org/databank/blob/master/docs/GDD.md)的引擎 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-20 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README if use c++, all things will be done. the core contains banker and vm, perhaps contain http servie in the future. banker based on mmap, addresses mapping to .bin files. vm's args is "arch","code-begin","code-len","data-begin","data-len". vm based on the banker. The "set-color" instruction will be add to ISA!!! banker gives to outer interface is "read n byte", "write n byte", so it's independed on VM arch. the next step is rewrite the tao1 ISA by c++.