Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Kwyll

Create your own games for the Sinclair ZX Spectrum (and others) · By Indigobeetle

Questions

A topic by FrankHol created 16 days ago Views: 38 Replies: 2
Viewing posts 1 to 3

I might buy this but I have questions.

1 - can I add music (AY or beeper)to my game?

2- can I make a game like jet set will with 50 rooms?

3- can you make text adventures with this too?

4-can I have different sprite sizes than the normal 16x16?

thank you
 

Developer
  1. Not currently, 128k support including AY sound is planned.
  2. It is possible to create games with a significant number of rooms, but due to the memory limitations at the moment, it requires some extra work. You cannot just draw the tile map for each room, there wouldn’t be sufficient space for that. But you can use the logic to dynamically draw tile maps, allowing rooms to be procedurally constructed as is often typical of Spectrum games with lots of rooms. Happy to elaborate, or there’s a slightly out of date set of video tutorials on YouTube that demonstrates how to create an Atic Atac like game.
  3. Not really, although the logic is very flexible, it’s not really setup for that sort of game, not without jumping through hoops.
  4. Yes, any combination of width and height in increments of 8 up to 32x32.

Happy to answer any other questions, perhaps pop into the Discord and ask.

Thank you