Adventure Studio is a framework to create adventure games.

You can write the game in a modern IDE and compile it both to modern PC and to 8bit Atari, using the same code!

This is a demo version, so don't expect stability or speed.

To access your Inventory move cursor down in the Atari version and press the right mouse button in Windows version.
The Windows version has an option turned on to show clickable areas.

The API is as much object oriented as both C language and 8bit allow.
To create a game you don't need a great programming skills nor knowledge about the Atari.
All you have to do is to define rooms, clickable areas, objects, containers, actions and of course to draw the graphics. 
The current engine supports files created by Quantizator (gr. 15, different colors in every line).

The API is full of useful functions and will be extended in the future to support sounds and music (Raster Music Tracker).

The full source code with the sample game will be available as soon as I clean the code.

best regards,
Jakub 'Ilmenit' Debski