Add 6502 Unit Test executor (#290)

Co-authored-by: Ellison <ellisonleao@gmail.com>
This commit is contained in:
Asai Yusuke
2023-01-27 08:43:00 +09:00
committed by GitHub
parent f449f6989e
commit d24be3a8ae

View File

@@ -190,6 +190,7 @@ _Set of game frameworks, engines and platforms_
### Engines and Frameworks
- :tada: [6502 Unit Test executor](https://github.com/AsaiYusuke/6502_test_executor) - A cross-platform unit testing tool for MOS 6502 assembly. (i.e. NES)
- :tada: [Allegro](http://liballeg.org/) - Allegro 4 & 5 are cross-platform, open source, game programming libraries, primarily for C and C++ developers.
- :tada: [Amethyst](https://www.amethyst.rs/) - Data-driven game engine written in Rust for 2D & 3D using `gfx-rs`.
- :tada: [amulet](http://www.amulet.xyz/) - A free Lua-based audio/visual toolkit suitable for small games and experimentation. It runs on Windows, Mac, Linux, HTML5 and iOS.