RetroSnake is out ! New ZX81 16k Pseudo High Res game
RetroSnake is out ! New ZX81 16k Pseudo High Res game
RetroSnake is a new game for the standard unmodified ZX81 16k, it uses pseudo high resolution graphics and is coded in C language with the z88dk cross compiler, I'm including the source code.
Big thank you to Stefano for helping and enabling pseudo high res in the z88dk compiler !
This game has been tested in the EightyOne (windows) and ZXSP (mac) emulators, it would be really nice to hear about someone playing it on the real stuff. 20 levels to beat ! I hope you like it.
New Version ! supports now the Q A O P keys, should be easier when playing on real hardware:
Big thank you to Stefano for helping and enabling pseudo high res in the z88dk compiler !
This game has been tested in the EightyOne (windows) and ZXSP (mac) emulators, it would be really nice to hear about someone playing it on the real stuff. 20 levels to beat ! I hope you like it.
New Version ! supports now the Q A O P keys, should be easier when playing on real hardware:
Last edited by zx81ultra on Thu Mar 04, 2021 11:16 pm, edited 2 times in total.
Camilo Eid - ZX81
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
Thanks for the game. It plays really well (on EightyOne), and I like how you've used the pseudo hi-res graphics. Great stuff!
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
Glad you liked it ! doing pseudo hi-res graphics on the ZX81 is not a walk in the park, I was warned against but it was very fun to learn how it works
Camilo Eid - ZX81
-
- Posts: 74
- Joined: Thu Apr 23, 2020 6:02 am
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
It also plays really well on a ZX81. I am not using the membrane keyboard, though.
John
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
that's really great news ! thank you for trying it on real hardwareIt also plays really well on a ZX81. I am not using the membrane keyboard, though.
Camilo Eid - ZX81
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
It plays well on my real ZX81 as well, but no custom keys, is a pain.
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
Sadly I had to squeeze every byte to fit in 16K, the pseudo high res display file alone consumes 6KB. What I could do is release a new version with hardcoded alternative sets of keys, i guess that could take only a few bytes. Any suggestion on good alternative keys ?
Camilo Eid - ZX81
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
Q, A, O, P are used by many games.
Re: RetroSnake is out ! New ZX81 16k Pseudo High Res game
zx81ultra wrote: ↑Sun May 03, 2020 6:59 pmSadly I had to squeeze every byte to fit in 16K, the pseudo high res display file alone consumes 6KB. What I could do is release a new version with hardcoded alternative sets of keys, i guess that could take only a few bytes. Any suggestion on good alternative keys ?
I recently coded a full screen version in 1K.
In the remaining 10K there should be enough room to add redefineable keys even it was just once where you could place the routine on the screen before you start the first game. It will show some garbage but that is only once. Done that in many 1K hires games.