Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

fikee

5
Posts
2
Topics
2
Followers
1
Following
A member registered May 25, 2018

Recent community posts

If you want share what went well, what went not so well and what ideas were left in ditch along the way, you are more than welcome.

Nice one :) Thank you.

Hi PROSM, congratulations, you are winner !

Very nice one.

(1 edit)

What is exact specification of target machine ?

It is really bare ZX Spectrum 16K without any attached device except tape player and display.

What kind of programming language can I use ?

BASIC and assembler are probably most obvious choices but if you have a Basic compiler, Forth, C compiler than can target 16K model, it is fine to use them.

Is interrupt mode 2 allowed ?

Yes, for purpose of this Jam, consider granted that there is no devil device connected to bus and you can point I register to ROM and exploit one of the few usable vectors at locations xxFF. 
If you want to be really nice, either provide Jam version with interrupt table in ROM and final release version with table generated in RAM above 32768. Or you can give user option to choose between 16K and Compatibility mode right after game finishes loading and set up interrupt mode according his choice.