A simple single-screen top-down game-demo for the SNES.
- Wiz, a high level assembly language (included as a git submodule)
- A C++17 compiler (see the wiz README for more details)
- Terrific Audio Driver's
tad-compiler
(see the Terrific Audio Driver README for the full build requirements) - GNU Make
- Python 3
- Python Pillow Imaging Library
- python websocket-client
- python watchdog
The unnamed-snes-engine is Copyright (c) 2022, Marcus Rowe undisbeliever@gmail.com and released under the MIT license.
This engine uses the following open source code:
- Terrific Audio Driver,
copyright (c) 2023, Marcus Rowe.
- Driver code used by the game is licensed under the zlib License.
- The compiler and GUI are licensed under the MIT License.
- The Terrific Audio Driver makes uses multiple third party open source projects. See terrific-audio-driver/docs/licenses.md for more details.
The included unnamed-snes-game tech-demo is Copyright (c) 2022, Marcus Rowe undisbeliever@gmail.com.
- The code is released under the MIT license.
- Unless otherwise noted; the art, levels and sound-effects included in the tech-demo/resources directory is created by undisbeliever and licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license
- Music by KungFuFurby, licensed under CC BY-SA 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
- BRR samples have been sourced from multiple places, please see the included credits file for the full details.