Search found 7 matches

by jordi
Fri Mar 19, 2021 8:58 am
Forum: Brand new software!
Topic: Misifu Remeow
Replies: 5
Views: 383

Re: Misifu Remeow

I don´t like the original, and I didn´t like the 2019 vesrion. I will give a try on this new version :) Hi! It's the nostalgia effect. You usually like the games that you played on the past :lol: . I'm jordi, the author. I have to say that we have refurbished the whole game: code, graphics, even th...
by jordi
Tue Dec 01, 2020 7:15 pm
Forum: Programming
Topic: SP1 Sprite Library and Z88DK
Replies: 16
Views: 10937

Re: SP1 Sprite Library and Z88DK

Thanks @jordi, Are you planning on adding something about collisions? Oh sorry, I totally missed your post!! Collissions are really easy, as only the absolute value of x and y is required to do them. I've just added here: https://github.com/jsmolina/z88dk-tutorial-sp1/blob/master/README.md#collisio...
by jordi
Tue Aug 11, 2020 9:16 am
Forum: Programming
Topic: SP1 Sprite Library and Z88DK
Replies: 16
Views: 10937

Re: SP1 Sprite Library and Z88DK

@dfzx. Not sure if it is of any interest, but I found an additional tutorial on SP1 from the author of Misifu la Gatita : https://github.com/jsmolina/z88dk-tutorial-sp1 He has also created a png to spr converter after reading your earlier tutorial: https://github.com/jsmolina/png2sp1sprite @jordi a...
by jordi
Tue Aug 11, 2020 9:15 am
Forum: Programming
Topic: Splib tutorial and MS Pacman demake
Replies: 7
Views: 1957

Re: Splib tutorial and MS Pacman demake

If someone knows an AY FX engine that compiles with newer z88dk versions, please let me know! I have no clue about AY, but if you find an answer take some notes and I'll write it up in another getting started article. You should probably ask in the z88dk forum. yep, it was later supported. I contri...
by jordi
Wed Feb 05, 2020 9:22 am
Forum: Programming
Topic: Splib tutorial and MS Pacman demake
Replies: 7
Views: 1957

Re: Splib tutorial and MS Pacman demake

If someone knows an AY FX engine that compiles with newer z88dk versions, please let me know!


I'm willing to finish this game :lol:
by jordi
Thu Jan 23, 2020 2:37 pm
Forum: Programming
Topic: Splib tutorial and MS Pacman demake
Replies: 7
Views: 1957

Re: Splib tutorial and MS Pacman demake

Nice maze layout too. It's always a tough one, adapting Pac-Man 's vertical maze(s) to a horizontal format. Pac-Man gives a nice difference between the blocky top of the maze and the more varied pathways at the bottom. On a wide screen you still want left/right symmetry just because it looks good, ...
by jordi
Wed Jan 22, 2020 2:42 pm
Forum: Programming
Topic: Splib tutorial and MS Pacman demake
Replies: 7
Views: 1957

Splib tutorial and MS Pacman demake

Hi! I've made this post from derekfountain recommendation at z88dk development forums. I started learning splib during the ZXDev, and Alvin (and a lot of people) helped me A LOT. My promise was then to create a crash course for splib trying to cover every corner a newbie could find hard to know. And...