https://github.com/omiq/neo6502-c
This is a demo game to show how you can use CC65 to code games for the Neo6502 using C/C++.
https://github.com/omiq/neo6502-c
6502 cc65 neo6502
Last synced: 7 months ago
JSON representation
This is a demo game to show how you can use CC65 to code games for the Neo6502 using C/C++.
- Host: GitHub
- URL: https://github.com/omiq/neo6502-c
- Owner: omiq
- Created: 2024-02-15T19:20:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T15:38:36.000Z (over 2 years ago)
- Last Synced: 2024-02-16T20:35:22.291Z (over 2 years ago)
- Topics: 6502, cc65, neo6502
- Language: C
- Homepage: https://retrogamecoders.com
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Coding in C/C++ on the Neo6502 using CC65
This is a demo game to show how you can use CC65 to code games for the Neo6502 using C/C++.
Full tutorial at [retrogamecoders.com](https://retrogamecoders.com/neo6502-cc65/) (please let me know if you find bugs or have questions)

_Neo_ emalator compiled on Apple Silicon Mac is included
Binaries: [Demo Release](https://github.com/omiq/neo6502-c/releases/tag/Demo)
Launch using ```neo dungeon.neo@800```
## How to Play
Doors open with keys, or by hitting them repeatedly with your face until you break them (or you run out of health).
Pick up all the idols to proceed to the next room.
Gather loot and health.
Avoid goblins and bats.
```
W
A S D
F = Fireball (fires in your direction of travel - you need to pick up a potion to top up your magic first)
O/P = Stab Left or Right (you need to pick up a sword first)
```