Search found 23 matches

by Fabrizio
Fri Dec 09, 2022 7:18 pm
Forum: Development
Topic: Cross Verbix
Replies: 0
Views: 1077

Cross Verbix

Hi everyone! I have completed the development of Verbix, my latest game written with my universal framework Cross-Lib (https://github.com/Fabrizio-Caruso/CROSS-LIB) for abour 200 different consoles, computers and other devices. GAMEPLAY Sort of like Scrabble: form 5-letter words on the bottom row wi...
by Fabrizio
Mon Feb 22, 2021 9:07 am
Forum: Development
Topic: Cross Snake for the ZX81
Replies: 2
Views: 2309

Cross Snake for the ZX81

Hi everyone! I am the author of Cross-Lib, which is a universal C library meant to be used to write games that can be compiled for about 200 different computers, consoles, arcade boards, scientific calculators, hand-held consoles, hacked toyes, etc... I have written a few games with it and I can com...
by Fabrizio
Sat Feb 22, 2020 1:10 am
Forum: Emulators
Topic: Lack of support for BASIC 10-liners in BasinC
Replies: 0
Views: 10649

Lack of support for BASIC 10-liners in BasinC

Hi everyone! Could someone please help me contact the author of BasinC? Who is maintaing BasinC? arda@kisafilm.org does not seem to be a valid mail anymore. I would like to ask his maintainers to support BASIC 10-liners by adding a count of characters/tokens per line. Some BASIC competitions impose ...
by Fabrizio
Thu Oct 17, 2019 11:36 pm
Forum: Development
Topic: Universal games with CrossLib - CROSS CHASE
Replies: 3
Views: 4497

Re: Universal games with CrossLib - CROSS CHASE

I have made a WRX version and I have released it.

Common source code for 200 systems including ZX80, ZX81, Lambda 8300, etc.: https://github.com/Fabrizio-Caruso/CROSS-CHASE

ZX80/ZX81/Lambda8300 and all other 200 binaries are in: https://github.com/Fabrizio-Caruso/CROSS-CHASE/releases
by Fabrizio
Thu Oct 17, 2019 11:34 pm
Forum: GAMES
Topic: Cross Chase, New Hi-Res Game
Replies: 1
Views: 3649

Re: Cross Chase, New Hi-Res Game

Cross Chase is a game written in C with my universal library. The very same source code ( https://github.com/Fabrizio-Caruso/CROSS-CHASE) can be compiled for 200 different systems including the ZX80, ZX81, Lambda 8300, Jupiter Ace and nearly anything with an 8 bit CPU (consoles, hand-helds, calculat...
by Fabrizio
Tue Jan 08, 2019 10:42 pm
Forum: Development
Topic: Universal games with CrossLib - CROSS CHASE
Replies: 3
Views: 4497

Re: Universal games with CrossLib - CROSS CHASE

@nihirash, no UDG and no hires, yet on the ZX81 and ZX80 due to the technical complexity in C.

I could attempt WRX hires because it is supported by Z88DK but I am not sure it is possible.

Fabrizio
by Fabrizio
Wed Sep 19, 2018 5:15 pm
Forum: Software
Topic: "wall" game for the Lamba 8300 / Power 3000
Replies: 28
Views: 52087

Re: "wall" game for the Lamba 8300 / Power 3000

Was my game (CROSS-CHASE) patched?

What was the issue? I can make a permant fix in my tool-chain so that future releases work on all Lambda versions.
by Fabrizio
Wed Sep 05, 2018 5:37 pm
Forum: Software
Topic: Cross Chase on Lambda 8300
Replies: 3
Views: 15479

Re: Cross Chase on Lambda 8300

Hi Maybe the game needs some tuning but keep in mind that you need to fetch the gun (shown as "!" or "G" or as a gun when graphics is implemented). If you get the gun, you have 3 shots that you can use against normal enemies, the skull and missile bases (of any kind). Use the gun against the skull a...
by Fabrizio
Fri Aug 31, 2018 3:55 am
Forum: GAMES
Topic: CROSS CHASE
Replies: 16
Views: 9875

Re: CROSS CHASE

Thanks for the videos!

Google indexes all Youtube immediately! :-)
by Fabrizio
Mon Aug 27, 2018 9:33 am
Forum: GAMES
Topic: CROSS CHASE
Replies: 16
Views: 9875

Re: CROSS CHASE

Thanks for testing on real hardware!

Could you make a video? That would be cool to prove it runs on the real ZX80.

The black screen can be fixed more easily.

The flicker is hard or impossible to fix in C.