Page 1 of 2

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Fri Nov 01, 2019 8:58 pm
by Cosmium
Having disassembled / reverse-engineered Quadron's code last year to prepare it for release (the original source was lost), I realised I've now got a good bunch of routines that would form a pretty solid starting point for a new game.

So I've been tinkering on and off modifying and enhancing some of my original code (which I find fun in itself :) ) and writing some new graphics effects routines as I build up a collection to be used in a forthcoming game. No real game design yet. And no tools to create assets yet either - they were lost too. But I do know I want it to be fast moving and smooth!

In the meantime, just been jotting down gameplay ideas as they emerge.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Sat Nov 02, 2019 1:21 pm
by chip-fork
Eek! It's been kind of a year since my first spectrum release.
My follow up is also multiple choice interactive fiction. It's got a wrestler who encounters a UFO belonging to Dracula whilst on his way to the opening ceremony of a jumble sale. I got the first chapter playable in the summer. I'm going for a multiload thing this time and it's multiple times bigger than my first. I like that it's more substantial but I think I've gone to far, and its too big! I need to be getting projects finished and moving on to the next thing.

[media]https://twitter.com/i/status/1157754319569137669[/media]

This year I've also gotten really into art that's made with a fixed font of text characters. So I've redone my code to handle this. I've got rudimentary compression system that skips over repeating characters. Doing interactive fiction meant I could get up and running on my first asm project. As I'm getting more into it, I'm learning the strengths and weaknesses of the machine. And this year I've done experiments with animation using attributes but not changing the characters as this allows updating the screen much faster. I can see real potential here for doing game stuff but at the moment I'm sticking to the project in hand.


[media]https://twitter.com/i/status/1171422822226255878[/media]

I don't post here often but I am still plugging away on speccy stuff. thanks everyone

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Sat Nov 02, 2019 8:16 pm
by R-Tape
chip-fork wrote: Sat Nov 02, 2019 1:21 pm ...It's got a wrestler who encounters a UFO belonging to Dracula whilst on his way to the opening ceremony of a jumble sale.
Tsk. Hackneyed.

(Sounds great, and looks amusing)

I like the look of your ATTR animations. I've been looking at something similar, but I didn't use background chars like that. It gives it a haywire appearance that adds to it. It sounds like you're busy, but if you ever found time to submit a demo to this year's Woot Tape Magazine it would be very welcome.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Sun Nov 03, 2019 1:36 pm
by moroz1999
I post it in twitter occasionally, but I will also post a screen here.
That's a WIP version of remake of the Cell 3326 game, a small adventure/quest.
Image

Most probably will come out during the next year.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Sun Nov 03, 2019 1:44 pm
by Alessandro
[mention]moroz1999[/mention] nice graphics, they remind me of an updated Laser Squad.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Mon Nov 04, 2019 9:37 am
by Ralf
Very nice graphics Moroz. Good work with colours, shadows, bright and non bright. I wish I could draw like that ;)

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Mon Nov 04, 2019 9:54 am
by moroz1999
Thanks guys! That's indeed heavily influenced by Laser Squad, because the original Cell 3326 uses a really similar style, and I wanted to keep it.
Anybody can draw like that. When I started working on game graphics for Crystal Kingdom Dizzy Remake, I was only able to adapt what I saw on Amiga's version, and I didn't do it perfectly.
One of the earliest mockups of CKD:
Image

The key to the constant progress of skills was a countless trial and error. For example, this is how I did the ladders for CKD Remake:
Image
Only one of them made it into the game, because I wasn't happy with the rest of them. And that's how everything was done, I just spend a lot of time on working on tiny details.
In total, CKD Remake took about 800-1000 hours of working on graphics. Then Wonderful Dizzy took about 300-400 hours (I wasn't alone this time :)), and Cell 3326 took about 50-80 hours to make (114 tiles currently, not a large project).
I think anybody who spends ~1000 hours of working on graphics will achieve the similar result, if not better.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Mon Nov 04, 2019 10:34 am
by djnzx48
Thanks for showing those graphics examples, they're really quite inspiring.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Mon Nov 04, 2019 1:23 pm
by Joefish
Those attribute screens reminded me of an idea. Drawing screens with just a fixed character set of standard shapes, with attributes, and compressing loads and loads of them. Then adding clickable and changeable areas to the pictures, links from one scene to another, and a set of state variables that can affect the links. And making a whole Myst-type adventure like that.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Mon Nov 04, 2019 4:11 pm
by Joefish
Another idea was to take the Fairlight layout idea to an extreme to make a purely graphical adventure. Draw scenes with lines and fills and repeatable tiled images, so you get more natural outdoor landscapes, though still with that similar slightly overhead viewpoint. But do away entirely with the isometric aspect of moveable objects and compass controls, and just freely wander around the space available. Maybe use an engine that does the 'fills' temporarily in memory as a solid pixel mask, before applying the texture, and so just hang on to the last 'fill' mask to dictate where the player can move.

Similarly to the Myst idea above, you could simply place (visible or invisible) markers on the ground that act as triggers to move to another scene, or interact with a fixed object (e.g. talk to an NPC, unlock a door).

Instead of object manipulation in 3D, it would be an adventure of collecting and using objects. And maybe all the objects would be found in treasure chests, and can't be dropped, so you don't have to worry about in-game representations.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Tue Nov 05, 2019 1:30 am
by chip-fork
I like the look of your ATTR animations. I've been looking at something similar, but I didn't use background chars like that. It gives it a haywire appearance that adds to it. It sounds like you're busy, but if you ever found time to submit a demo to this year's Woot Tape Magazine it would be very welcome.
Thanks R-Tape
I like the shimmering. I also tried characters that are split in the middle which effectively doubles the resolution either horizontally or vertically. Whilst still only updating colour information.
It might be cutting it bit fine for this years tape. it's somehow November already! but I shall have a think about what I can come up with. Maybe next year if not. Thanks for the invite though.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Nov 06, 2019 2:04 am
by ixn
I'm currently working on a fast compression routine, but at the current rate I'm going it will be another two years before it gets finished.

I also have some ideas for a sequel to ld-snake...

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Nov 06, 2019 9:05 pm
by ZxSpence
Two projects across four platforms so it's taking an age and I have so little time.

1. An arcade adventure based on a sci fi universe and presently dodgy enemy AI.

2. A multiplayer exploration game based on RS232 or TCP/IP connections between two or more computers with the gamestate held on GCP for the full massively multiplayer experience or a single RPI (up to 8 players) or RPI acting as a bridge.

1 is pretty much done bar decent graphics and debugging. Rewritten in C for portability with a few critical routines in assembly (using a script to plot the sprites as procedures from bitmaps, does the heavy lifting for me on all platforms).

2 is currently QL and Amiga (68k project) and very WIP but the server is written, tested, but Speccy version planned and I'm mainly reusing the code I wrote for 1 although not sure what interfaces to support - originally thought spectranet and zx networking from interface 1. More interested in 2. Hitting some serious bottlenecks on the QL with the baud rate during PoC phase so I need a Hermes chip.... apparently.

As I have a full time job in software and a young family I fear both are destined to amuse just me. But I still have hope!

Loads of other half finished software just to amuse the kids. All music free unfortunately because I don't have the first clue how to do that yet. Love the journey, not fussed enough about the destination.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Nov 07, 2019 10:04 am
by Ivanzx
ZxSpence wrote: Wed Nov 06, 2019 9:05 pm Two projects across four platforms so it's taking an age and I have so little time.

1. An arcade adventure based on a sci fi universe and presently dodgy enemy AI.


1 is pretty much done bar decent graphics and debugging. Rewritten in C for portability with a few critical routines in assembly (using a script to plot the sprites as procedures from bitmaps, does the heavy lifting for me on all platforms).


As I have a full time job in software and a young family I fear both are destined to amuse just me. But I still have hope!

Loads of other half finished software just to amuse the kids. All music free unfortunately because I don't have the first clue how to do that yet. Love the journey, not fussed enough about the destination.
Any screenshots to feed the hype¿¿ :)

Do you have any website where all those projects can be seen?

Thanks :)

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Nov 07, 2019 1:01 pm
by ZxSpence
No hype, not massive on self promotion. When something gets finished it gets released.

I think 2 will get finished first, we shall see. Pretty clear in what I wrote that it's difficult to be a completer finisher.

If I give up, I'll make the GitHub repos public.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Nov 07, 2019 2:06 pm
by Hank Scorpio
ixn wrote: Wed Nov 06, 2019 2:04 am I'm currently working on a fast compression routine, but at the current rate I'm going it will be another two years before it gets finished.
A bit ironic that. :D

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Nov 07, 2019 2:15 pm
by Morkin
That's OK, it'll be like that print routine by Dr Beep where the longer it took, the smaller it got.. ;)

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Tue Jun 02, 2020 7:01 pm
by Alone Coder
Port of Everlasting Summer (Бесконечное лето) for Russian Spectrum clones. This is a graphic novel in USSR+anime mixed setting, initially made by anonymous authors for PC.
The project is held by Demige under NedoOS. I wrote the card minigame for day 2. Day 3 is under construction.
https://www.youtube.com/watch?v=IfG88CfyxTA

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Jun 03, 2020 7:11 pm
by Cgonzalez
I'm working on this
Image

Is called refused, I hope I can finish it soon!

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Jun 03, 2020 7:44 pm
by PeterJ
Looks impressive [mention]Cgonzalez[/mention]

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Jun 04, 2020 2:44 pm
by +3code
I was working on a PAWS sci-fi adventure with ULA+ graphics:

https://drive.google.com/file/d/1GWIwEy ... sp=sharing

And too in a text adventure developed with Hisoft Pascal. But I stoped it and in moment I am making experiments mainly with CharAde.

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Thu Jun 04, 2020 2:46 pm
by majikeyric
TGGS for Speccy

Image

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Fri Jun 05, 2020 10:07 pm
by Cgonzalez
Image

Find the differences!

This is also another project, that I've started re-coded again...using another project that is a C framework for Nirvana & Standard Modes...

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Jul 01, 2020 7:41 pm
by UltraNarwhal
Duckstroma.
Currently trying to finish before end of July for ZX Spectrum/MSX and Amiga/NES versions at later point.
Image

Re: What are your current ZX Spectrum projects/games that you are working on?

Posted: Wed Jul 01, 2020 8:09 pm
by ketmar
UltraRex. yep, you prolly guessed it right. i have little hope to finish even a playable demo, but hey, the topic is not asking about "projects you're going to finish", right? ;-)

p.s.: no, no fancy multicolor there. but i hope to have some other gimmicks.