From d24be3a8aea921d0c58e36663262c7be3d92c44c Mon Sep 17 00:00:00 2001 From: Asai Yusuke Date: Fri, 27 Jan 2023 08:43:00 +0900 Subject: [PATCH] Add 6502 Unit Test executor (#290) Co-authored-by: Ellison --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f00b734..a31973b 100644 --- a/README.md +++ b/README.md @@ -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.