# go-chip8 **Repository Path**: EEPPEE_admin/go-chip8 ## Basic Information - **Project Name**: go-chip8 - **Description**: 尝试构建chip8模拟器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-26 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # static chip8 emulator on web - 感觉设计错了,不应该设计成web - 前端不能实时刷新,用来看纯图片的chip8 rom就行了 - 按键也不清楚,算了,就这样吧 ## usage ```cmd .\go-chip8.exe chip8-picture.ch8 ``` ## 其他chip8 rom测试效果就是前端不能实时刷新