Thanks for the nice feedback. Glad you are enjoying it.
I don't save high scores because I had some kind of bug with doing so on my other games.
You can save whatever data you want into a file on CPM.
The Ctrl+z thing is just for text files. The TYPE built-in uses it. As do other apps I suppose ...
Search found 119 matches
- Sun Jul 20, 2025 2:07 am
- Forum: Production Dave
- Topic: Jumping Jack
- Replies: 3
- Views: 65226
- Wed Jan 01, 2025 9:57 am
- Forum: Production Dave
- Topic: Jumping Jack
- Replies: 3
- Views: 65226
Jumping Jack
I have released a remake of the first level of Jumping Jack that was first released for the ZX Spectrum in 1983.
Read more here: https://github.com/linuxplayground/z80- ... s/tag/v1.0
Read more here: https://github.com/linuxplayground/z80- ... s/tag/v1.0
- Wed Mar 06, 2024 8:33 pm
- Forum: Announcements, News and Updates
- Topic: Scamming the Retro and NABU community
- Replies: 7
- Views: 24884
Re: Scamming the Retro and NABU community
Thanks, I've done just that.
- Wed Mar 06, 2024 8:32 pm
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Re: Z88DK Updates break NABU-LIB compilation
I guess the issue I have is that z88dk is moving along with nabu support. By using an older version of z88dk you miss these new features.
- Mon Mar 04, 2024 3:51 am
- Forum: Announcements, News and Updates
- Topic: Scamming the Retro and NABU community
- Replies: 7
- Views: 24884
Re: Scamming the Retro and NABU community
Thanks for sharing Leo.
I was always uneasy with Sean. He would often reach out to me regarding my nabu games. I'd try to be polite but pushed back hard when he dared to suggest that dark yellow is not an appropriate border colour.
For everyone else actually scammed, I'm terribly sorry that's ...
I was always uneasy with Sean. He would often reach out to me regarding my nabu games. I'd try to be polite but pushed back hard when he dared to suggest that dark yellow is not an appropriate border colour.
For everyone else actually scammed, I'm terribly sorry that's ...
- Sat Jan 13, 2024 2:30 am
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Re: Z88DK Updates break NABU-LIB compilation
Here is an example of the fraembuffer test code I wrote before but without NABU lib and instead using standard libraries shipped with Z88DK.
In this case, I had to impliment my own framebuffer, but that's not too hard. This is running MODE 1.. I need to do some more figuring out for Mode 2, as it ...
In this case, I had to impliment my own framebuffer, but that's not too hard. This is running MODE 1.. I need to do some more figuring out for Mode 2, as it ...
- Fri Jan 12, 2024 4:16 am
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Re: Z88DK Updates break NABU-LIB compilation
In the meantime, I have updated my fork of NABU-LIB with the changes needed to get the compilation to work with z88dk version 2.3 https://github.com/z88dk/z88dk/releases/tag/v2.3
I have also updated the NABU-GAMES code to work with it.
While I am not too keen on pinning the version of the ...
I have also updated the NABU-GAMES code to work with it.
While I am not too keen on pinning the version of the ...
- Sat Jan 06, 2024 12:23 am
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Re: Z88DK Updates break NABU-LIB compilation
I'm not using anything specific for nabu games. I'm aware of some contributions to the nabu build target for fixed paddle support by brinohn but I don't have a paddle so never bothered coding for one.
- Mon Jan 01, 2024 11:10 pm
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Re: Z88DK Updates break NABU-LIB compilation
Awesome! Thanks DJ
- Sun Dec 24, 2023 3:10 am
- Forum: NABU-LIB
- Topic: Z88DK Updates break NABU-LIB compilation
- Replies: 10
- Views: 55294
Z88DK Updates break NABU-LIB compilation
Hi,
Merry NABUXMAS!
Two issues to discuss:
ISSUE 1: Compilation ERRORS
As mentioned here: https://github.com/DJSures/NABU-LIB/issues/9 as well as in my own independent discovery, it looks like an update to Z88DK post May 2023 causes anything including NABU-LIB.h to fail.
I did a bit of ...
Merry NABUXMAS!
Two issues to discuss:
ISSUE 1: Compilation ERRORS
As mentioned here: https://github.com/DJSures/NABU-LIB/issues/9 as well as in my own independent discovery, it looks like an update to Z88DK post May 2023 causes anything including NABU-LIB.h to fail.
I did a bit of ...