Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.03 KB

Annalog

Build Status

A homebrew programming metroidvania for the NES (still a work in progress).

Building

To compile, first install 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.