Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdsteele/annalog
A programming metroidvania for the NES
https://github.com/mdsteele/annalog
metroidvania nes puzzle-game
Last synced: 2 months ago
JSON representation
A programming metroidvania for the NES
- Host: GitHub
- URL: https://github.com/mdsteele/annalog
- Owner: mdsteele
- License: gpl-3.0
- Created: 2022-01-01T13:17:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:25:27.000Z (3 months ago)
- Last Synced: 2024-10-05T14:44:50.151Z (3 months ago)
- Topics: metroidvania, nes, puzzle-game
- Language: Assembly
- Homepage:
- Size: 4.14 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annalog
[![Build Status](https://github.com/mdsteele/annalog/actions/workflows/tests.yml/badge.svg)](https://github.com/mdsteele/annalog/actions/workflows/tests.yml)
A homebrew programming metroidvania for the NES (still a work in progress).
## Building
To compile, first
[install cc65](https://wiki.nesdev.org/w/index.php/Installing_CC65), then run
`make`. The ROM file will be placed at `./out/annalog.nes`, and from there can
be loaded into an NES emulator.## License
*Annalog* is licensed under the GNU GPL, version 3. *Annalog* is free
software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.*Annalog* is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.The complete license can be found in the LICENSE file.