https://github.com/moisutsu/chip8-emulator
RustによるChip8エミュレーターの実装
https://github.com/moisutsu/chip8-emulator
Last synced: 13 days ago
JSON representation
RustによるChip8エミュレーターの実装
- Host: GitHub
- URL: https://github.com/moisutsu/chip8-emulator
- Owner: moisutsu
- Created: 2020-04-15T12:38:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T06:00:52.000Z (about 6 years ago)
- Last Synced: 2025-03-12T16:44:58.766Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chip8-emulator
RustによるChip8エミュレーターの実装
[こちら](https://qiita.com/yukinarit/items/4bdc821f1e46b0688d0d)をとても参考にしています.