Page 3 of 9

Re: New software 2018

Posted: Sun Mar 25, 2018 10:46 pm
by MrPixel
how do i post a snapshot of a game or the rom file? it won't open in the image manager :?:

Re: New software 2018

Posted: Sun Mar 25, 2018 10:59 pm
by R-Tape
MrPixel wrote: Sun Mar 25, 2018 10:46 pm how do i post a snapshot of a game or the rom file? it won't open in the image manager :?:
You can't upload game files (e.g. snapshot, tap, tzx) directly to the forum I'm afraid, the options are to link to something like google docs, sendspace or you could PM me and I can make it available on my own space :-)

Or if you have a finished game email it to us and we'll make it available in the archive in the next update.

Re: New software 2018

Posted: Sun Mar 25, 2018 11:11 pm
by MrPixel
thanks.

Re: New software 2018

Posted: Sun Apr 08, 2018 12:19 pm
by Ralf

Re: New software 2018

Posted: Sun Apr 15, 2018 3:02 pm
by R-Tape
Image

Very short machine code from Weiv/Firestarter, 3 versions of a Snake game at 145, 137 and 95 Bytes! (the latest seems to be 95 rather than the advertised 93 bytes (?)).

Sinclair Joystick Keys 6789.

http://zx-pk.ru/attachment.php?attachme ... 1523786772

Can you do a better screenshot for its ZXDB entry? Then put your cock on the table and send us one :mrgreen:

Re: New software 2018

Posted: Sun Apr 15, 2018 4:00 pm
by Ast A. Moore
R-Tape wrote: Sun Apr 15, 2018 3:02 pm 3 versions of a Snake game at 145, 137 and 95 Bytes!
No time to look at it in detail, but I can shave 1 byte by from the first two version by replacing

Code: Select all

	and $21
	cp $21
	jr z,begin
with

Code: Select all

	and $21
	jp pe,begin
Faster, too. (Not that it matters.)

Re: New software 2018

Posted: Sun Apr 15, 2018 11:20 pm
by Weiv
R-Tape wrote: Sun Apr 15, 2018 3:02 pm Image

Very short machine code from Weiv/Firestarter, 3 versions of a Snake game at 145, 137 and 95 Bytes! (the latest seems to be 95 rather than the advertised 93 bytes (?)).

Sinclair Joystick Keys 6789.

http://zx-pk.ru/attachment.php?attachme ... 1523786772

Can you do a better screenshot for its ZXDB entry? Then put your cock on the table and send us one :mrgreen:
I hope these are good enough :)
ImageImage

ImageImageImageImage

Re: New software 2018

Posted: Mon Apr 16, 2018 12:46 am
by Weiv
Advertised 93 bytes length version of Snake: http://zx-pk.ru/threads/29039-snake-v-9 ... post959198 (At least I hope for it. I got the version from start post of the thread, and 95 bytes length was in the thread caption initially).
And even 84 bytes edition by krt17: http://zx-pk.ru/threads/29039-snake-v-9 ... post959494

Re: New software 2018

Posted: Mon Apr 16, 2018 11:01 am
by R-Tape
Thanks for the info, we have missed the current ZXDB update (which will hopefully appear on this site tonight), but we can make these changes for the next update in about a week.

Nice screenshots but if you want to use them as part of ZXDB could you make them available as .scr please? (it is best if they are zipped).
Weiv wrote: Mon Apr 16, 2018 12:46 am And even 84 bytes edition by krt17: http://zx-pk.ru/threads/29039-snake-v-9 ... post959494
That's quite a reduction :lol: , krt17 seems to know a thing or two about optimisation!

Re: New software 2018

Posted: Mon Apr 16, 2018 2:18 pm
by Weiv
R-Tape wrote: Mon Apr 16, 2018 11:01 am Thanks for the info, we have missed the current ZXDB update (which will hopefully appear on this site tonight), but we can make these changes for the next update in about a week.

Nice screenshots but if you want to use them as part of ZXDB could you make them available as .scr please? (it is best if they are zipped).
http://zx-pk.ru/attachment.php?attachme ... 1523884626
That's quite a reduction :lol: , krt17 seems to know a thing or two about optimisation!
Yes, he does :)

Re: New software 2018

Posted: Mon Apr 16, 2018 10:54 pm
by Weiv

Re: New software 2018

Posted: Tue Apr 17, 2018 8:04 pm
by Ralf
2018-04-17

Tea-Leaf Ted:

Image
Image

It's a platformer made with AGD. Try yourself if you like it.
There are actually two different versions/releases of this game where you play a different protagonist, but that's the only difference:

https://jg-spectrum.webnode.pt/l/tea-leaf-ted/
https://jg-spectrum.webnode.pt/l/tea-le ... r-version/

Re: New software 2018

Posted: Tue Apr 17, 2018 8:38 pm
by R-Tape
Cheers, it will be in next weekend's update (i.e not the current one).
Ralf wrote: Tue Apr 17, 2018 8:04 pm There are actually two different versions/releases of this game where you play a different protagonist, but that's the only difference:
Aye that's one of Jamie's charming little flourishes, Knight Tricks had a Black and a White version.

Re: New software 2018

Posted: Sat Apr 21, 2018 11:22 am
by Ralf
Two games from Poland, released on "speccy.pl party 2018.1", an event which happened on 2018-04-14

1.
Gem Slider:
http://www.speccy.pl/archive/prod.php?id=466
Image

As you can see it's a puzzle. If I understand it correctly, you must build lines of 5 stones which makes them disappear. Random stones are constantly thrown on the board. You make a move by selecting a stone and pointing a destination field. A games checks if there is path from start field to destination field. The path doesn't need to be straight, it can have many turns but you cannot move on diagonals or jump over existing stones. I suppose it never ends, it's generally a thing how long can you survive.

I believe it belongs to "color lines" genre. Try typing into search field "color lines" to see some similar games. Maybe we should create such group in a database? ;)

2.
Fro
http://www.speccy.pl/archive/prod.php?id=465
Image

No, it's not a Spectrum display after some crash, it's a game ;)
It's actually a Frogger clone made entirely on attributes. You see this frog and cars, right? We had here recently Snake made on attributes so maybe it's some kind of new fashion ;)

Re: New software 2018

Posted: Sat Apr 21, 2018 3:58 pm
by Juan F. Ramirez
Love that 'minimalistic' Frogger! 😀

Re: New software 2018

Posted: Sun Apr 22, 2018 10:09 am
by Ralf

Re: New software 2018

Posted: Thu Apr 26, 2018 10:45 am
by pavero
Ninjakul in the AUIC Temple

http://www.matranet.net/boutique/zx/nin ... njakul.php

(Probably for sale only)

Re: New software 2018

Posted: Sun Apr 29, 2018 5:35 pm
by R-Tape
Ralf wrote: Sat Apr 21, 2018 11:22 am Gem Slider:
http://www.speccy.pl/archive/prod.php?id=466
Image
Great puzzle game, quite polished, managed 175 so far.

The only downside is that the 'lock on Gem' key response is a bit unreliable.
Ralf wrote: Sat Apr 21, 2018 11:22 am Fro
http://www.speccy.pl/archive/prod.php?id=465
Image
Now ^this^ is superb! Despite its simple appearance this plays better than almost every frogger in the archive, I like the debounced key control. Try as I might I just can't get the 4th Frog in yet :x

Re: New software 2018

Posted: Sat May 12, 2018 9:30 am
by R-Tape
New game from Jamie Grilo, Quahappy.

https://jg-spectrum.webnode.pt/l/quahappy/

Mazes, baddies, keys, doors.

Re: New software 2018

Posted: Sat May 12, 2018 2:46 pm
by druellan
Image
Oh, this is easy! I can avoid everything without stopping mov... oh!

Edit: is this some sort of minimalistic Maniac Mansion?

Re: New software 2018

Posted: Fri May 18, 2018 9:26 pm
by Ralf
The recent game Knights:
https://spectrumcomputing.co.uk/index.p ... 6&id=32308

got version 2.0

From Facebook:

KNIGHTS v2.0 - now in machine code! http://www.clounagh.com/temp/Knights.rar

This is a brand new version of the game (which was originally in BASIC), recreated from scratch in Z80. New features:
- Levels load at lightning speed.
- Improved cursor movement, with diagonals possible.
- Some graphical improvements.

Re: New software 2018

Posted: Fri May 18, 2018 10:22 pm
by Ast A. Moore
I remember Darryl’s series on Z80 assembly, I even gave him a few pointers. This game is solid. He’s a quick learner. Really happy for him!

Re: New software 2018

Posted: Fri May 18, 2018 10:54 pm
by R-Tape
Crikey it was already polished. I only played a few levels of version 1 but I didn't even consider that pressing BREAK was an option!

Cheers.

Re: New software 2018

Posted: Sun May 20, 2018 9:40 pm
by Ralf
Just to make sure that nobody misses it and that it is all here in one thread:

Nixy The Glade Spirit
viewtopic.php?f=3&t=747

Rubicon
viewtopic.php?f=3&t=749

Re: New software 2018

Posted: Mon May 21, 2018 7:57 am
by R-Tape
Cheers Ralf, and that brings the tally up to 50 new games (that we know about) so far.

Image

36% AGD games (including 1 PGD)
8% Churros

There was a spike in January due to the ZX-Dev contest, yielding 21 quality games.

Woot!