itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

marco's retrobits

37
Posts
130
Followers
240
Following
A member registered Jun 06, 2017 · View creator page →

Creator of

Recent community posts

My pleasure!

Yes, the file is correct, it is actually hosted on AlterVista.
I'll upload the .zip directly on the itch.io platform to avoid similar problems in the future.

I think I fixed it: the zip file was linked using http. Firefox allowed to download, Edge blocked the download, but informed about the issue and Chrome blocked without any information.

I changed the link to https and now it should work! Thank you very much!

(1 edit)

Hi!
I just tried (using Firefox) and the download seems to work... maybe a temporary issue of the itch.io platform?

Here are the steps:

1) Click the "Download now" button in the project page: https://retrobits.itch.io/cave81

2) A popup should appear. Click the "No thanks, just take me to the downloads" link (although donations are welcome!)

3) A new page with a "Download" button should appear. Click the "Download" button and the "CAVE81_11.ZIP" file should now be downloaded. If this does not work, you can also click the "Downloads not starting?" link, enable the alternate download method and try again.

Please let me know if it works and thank you!

The baSnake_RetroSnakeGameJam.zip archive contains the latest versions of baSnake, specifically built for the Retro Snake Game Jam.

Certo, complimenti a entrambi! Ti auguro comunque di riuscire a riprendere il progetto.

bello!

Hi! Sorry for the delay. I have just built the standard I/O version of Connect 4 for the Z88 / BBC Basic Target using z88dk.
It actually works, but needs some more tweaks to improve usability on the Z88... I'll try to improve it.

You can see it in action (OZvm emulator) in the video below:

Hope to give more updates soon!

Hi! Thank you very much!
I already attempted some development for the Z88 in the past, with CHIP-OTTO, my portable CHIP-8 virtual machine. The Z88 version was almost complete, but then I focused on the ZX Spectrum Next port and did not finish it . You can still see a gif in the CHIP-OTTO project page.
I would be definitely interested in the Z88DK port, maybe starting with a simple build of the standard version and then making a specific version optimized for the Z88 display. At the moment I am very busy with other projects, but as soon as I'll get some free time I'll try to prepare a Z88 build!

Thank you!!! :)

Absolutely! :D

:) If you are on FB you can have a look at htis group: https://www.facebook.com/groups/TeletextGroup/

Absolutely stunning! I love those vaporwave/outrun pictures; here's one I made for Teletext some months ago :-)

https://edit.tf/#0:QIECBAgQIECBAgQIECBAgQIECBAgQIECBAgQIECBAgQIECAuYQIECBAgQIECB...

Thank you! :)

Grazie mille!!! Proprio vero, è la realizzazione di un sogno :-)

Thanks! :)

like it!!!

cool text adventure!!!

Great! Thanks

Thank you very much! :)

(1 edit)

Thank you for your feedback!

Thank you very much for your feedback!

Unfortunately, I had no time to improve it by the end of the jam

good! like it

fast game and very good presentation!

very fast implementation! great

nice implementation!

Good game and beautiful intro tune!

Very good! I like it and the fast fill really helps!

I spent a good half an hour wandering through the jungle! :)

Great idea using POKEs to change attributes! I like it!

Thank you very much for your appreciation and feedback! Yes, writing a snake game can be harder than it looks, especially when dealing with BASIC :)
I had to cut off some features I initially thought of, in order to keep the game at a playable speed. There are many things that could be improved as I just finished coding it in a rush... maybe I could make apples lifetime proportional to snake length and try to optimize further the whole thing.

Hi! An idea could be pre-calculating values that will be used often or making "conversion tables" accessed instead of calculating values every time, but it depends on what your game has to do...

You can also use redundant data structures (48K is a LOT of memory ;) ) to access data more quickly. For my snake, I used a single dimension array acting as circular buffer to update the tail position at each step and added a bidimensional array matrix to check for collisions with the snake itself (besides walls of mongoose).

I used notepad++ on win and the command line tool bas2tap to create the tap. How I miss a debugger! :) Of course some quick test on the emulator (fuse) before coding.

For the title screen, Paint.net, imagetozxspec to convert to scr and command line tool tapmaker for the tap.

Then good old copy /b command to put pieces together!

Last thing I would like to do is put it on an audio cassette an play it on my speccy, for real authentic experience :D

Thank you! :)

I started quickly last weekend, thinking I could even make one more entry, then run out of free time... hopefully in the coming weekend I will publish something.

I am also looking forward to playing your games, they look very interesting!

Thank you! :)

(1 edit)

Hi everybody! My name is Marco, I'm from Italy. My first computer in the 80s was a Speccy (actually a +2); it heavily influenced my life, since it made me fall in love with computer programming. I still love old computers and particularly Sinclair machines and In my (little) free time I like to develop simple programs for them, mainly using C, but I am also learning Assembly.  My BASIC is a bit rusty, BTW I will try to submit something to the Jam!