Epic Adventures

Epic Adventures is a Spanish creative group who develops classic rol material and adventure and RPG retrogames.

You can get our work and support knowledge at Itch.io. and at Github.

Here is the space where we publish supporting material for our projects. There is a lot of good information here. Hope you enjoy it.


Programming adventures in VIC-20 (and C-64)

A detailed guide describing how to implement a text adventure in assembly for 6502 processor using ROM calls for Commodore computer. We use our text adventure Pursuing Tom Ram (available for free in Itch.io).

The text is for VIC-20 but it is valid for Commodore 64 too. The changes of the memory address for the ROM routines for C-64 and C-16 are also included in the guide and the Commodore 64 code (and C-16) is in Github



Programming grid games in assembly for VIC-20 (and C-64)

A detailed guide describing how to implement a grid game in assembly for 6502 processor using ROM calls for Commodore computer. A grid game is a much simpler and easier to implement text adventure.

This guide uses the grid game Desert (available for free in Itch.io).

The guide is for VIC-20 but it is valid for Commodore 64 and C-16 too. The changes of the memory address for the ROM routines for C-64 and C-16 are also included in the guide and the Commodore 64 code (and C-16)is in Github.





Tribus. Guía de combate (Spanish)

Tribus es una mezcla única y sorpréndete de aventura de texto y juego de rol desarrollado aprovechando hasta el límite la memoria de un Amstrad CPC 464.

Parte de los secretos de Tribu son sus enemigos, armas y combate. En esta guía encontrarás toda la información que necesitas para dominar este combate.





>> Programa en Python

Nuestro curso de Python para aprender el lenguaje y programar un juego de texto.