omiq / agon-code

C Code Experiments for Agon Light and compatibles

Home Page:https://retrogamecoders.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Code Experiments for Agon Light and compatibles

To compile, install AgDev

Dungeon

Dungeon is a conversion of my work in progress dungeon crawler for Commodore machines using CC65

Add dungeon.bin to your SD Card or emulator SD Card folder and load as normal.

Currently the code is mostly based on PETSCII so the custom characters and maps are messed up, working on it!

Screenshot by Dropbox Capture

Keys:

  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)

Instructions

Doors open with keys, or by hitting them repeatedly 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 rats.

About

C Code Experiments for Agon Light and compatibles

https://retrogamecoders.com


Languages

Language:C 99.5%Language:Makefile 0.5%