Search found 48 matches

by IvanBasic
Tue Oct 10, 2023 7:53 pm
Forum: Programming
Topic: A statistical BASIC thought
Replies: 22
Views: 507

Re: A statistical BASIC thought

Yep. Here's the top 15 from the third and final iteration of this now not-so-quick and dirty algorithm: ... 314445 - IF 310840 - THEN IF and THEN should be exactly the same, there is no way to write a line with IF without THEN, and viceversa. This fact doesn't invalidate your valuable statistics. (...
by IvanBasic
Sun Jan 22, 2023 9:09 am
Forum: Brand new software!
Topic: Micro Profanation
Replies: 10
Views: 612

Re: Micro Profanation

Sent a PM to Pavero for correcting a bug that prevented visiting the "missing" room, and I uploaded the amended version (in .Z80 format) to my itch.io

Many thanks again, @pavero
by IvanBasic
Sat Jan 21, 2023 8:14 pm
Forum: Brand new software!
Topic: Micro Profanation
Replies: 10
Views: 612

Re: Micro Profanation

This is so great!!! Thank you!!! #4 goes to the top left of the map. #1 in the blank space at the top right. #2 in the space below #4. #3 in the remaining space at the right of #4 To reach the ? room you have to find the right transporter... In any case here it is the missing room, in the middle of ...
by IvanBasic
Fri Jan 20, 2023 10:59 am
Forum: Games/Software
Topic: Were there any farming games on the Spectrum?
Replies: 17
Views: 378

Re: Were there any farming games on the Spectrum?

Written in BASIC, there is an -in my honest opinion- unfairly underrated game submitted to the great Bytemaniacos 2020 contest: Granher https://bytemaniacos.com/?page_id=3639 If you read the instructions carefully before playing (just in Spanish, but easy to translate), you can enjoy the daily tasks...
by IvanBasic
Thu Jan 19, 2023 12:02 pm
Forum: Brand new software!
Topic: Micro Profanation
Replies: 10
Views: 612

Re: Micro Profanation

I did an unpicked and commented version of the BASIC listing for this (...) Looking forward to a @pavero map of this one. So great job! Please check comment #150, the jump reset is for screen change through the top (only by jumping), not the left. The explanations for the code are totally correct! ...
by IvanBasic
Wed Jan 18, 2023 9:25 pm
Forum: Brand new software!
Topic: Micro Profanation
Replies: 10
Views: 612

Re: Micro Profanation

I am amazed about the repercussion of this little game...

Thanks to all of you for the comments!
by IvanBasic
Mon Jan 09, 2023 8:02 pm
Forum: Programming
Topic: Another BASIC noob question (DIM)
Replies: 14
Views: 426

Re: Another BASIC noob question (DIM)

I was planning to do by doing something along the lines of: Print at 2, a; z$(n) print at 3, 10; " Winners Circle" Where 'a' would be 32 minus the len of z$(n) /2 For this purpose, just add the needed spaces at the beginning of each city, and print all of them in the same column, this is ...
by IvanBasic
Sun Dec 18, 2022 8:43 pm
Forum: Programming
Topic: force uppercase in basic
Replies: 7
Views: 270

Re: force uppercase in basic

If using INPUT, upper case can be avoided, even using POKE 23658,8. I suggest to use PEEK 23556: this PEEK stores the code of the key pressed, always in upper case no matter if you are pressing Caps Shift, Symbol Shift, or none. If there is no key pressed, its value is 255. If it is pressed, its val...
by IvanBasic
Thu Nov 24, 2022 9:09 pm
Forum: Brand new software!
Topic: 64 columns in BASIC ZXspectrum
Replies: 10
Views: 508

Re: 64 columns in BASIC ZXspectrum

@IgnaCoBo is a specialist in doing things in 4 pixels in BASIC: this Printing Routine is another master piece, as it was his Arkanoid Back to Basic; and wait and you will see what is next, in 4 pixels as well...
by IvanBasic
Fri Nov 18, 2022 9:09 pm
Forum: Announcements
Topic: Congratulations to IvanBasic
Replies: 8
Views: 645

Re: Congratulations to IvanBasic

Controls:

O & P Left and right

Long jump: Caps Shift or Z
Short jump: X, C, or V

60 rooms, no need to cross all of them for reaching the exit key.

Just 48K mode, issue 3.
by IvanBasic
Fri Nov 18, 2022 9:00 pm
Forum: Announcements
Topic: Congratulations to IvanBasic
Replies: 8
Views: 645

Re: Congratulations to IvanBasic

https://spectrumcomputing.co.uk/zxdb/ad ... _48_en.tap

A link provided by @R-Tape, thanks!!!
by IvanBasic
Thu Nov 17, 2022 8:18 pm
Forum: Announcements
Topic: Congratulations to IvanBasic
Replies: 8
Views: 645

Re: Congratulations to IvanBasic

Thanks @patters!!!

How can I submit the game here? I would be glad if all of you can test it.
by IvanBasic
Sun Oct 02, 2022 7:11 am
Forum: Programming
Topic: Optimal BASIC to generate the test pattern graphics
Replies: 34
Views: 1236

Re: Optimal BASIC to generate the test pattern graphics

jpnz wrote: Sun Oct 02, 2022 2:10 am The characters in line 30 are UDGs?
Yes, they define the ATTR, and LPRINT put them on the screen.

Note that using LPRUNT this way only works for 48K mode.
by IvanBasic
Sun Oct 02, 2022 7:10 am
Forum: Programming
Topic: Optimal BASIC to generate the test pattern graphics
Replies: 34
Views: 1236

Re: Optimal BASIC to generate the test pattern graphics

patters wrote: Sun Oct 02, 2022 1:00 am Have I missed something?
Yes, as I wrote, letters in line 30 are UDG. Those are the ATTR patterns for using LPRINT.
by IvanBasic
Sat Oct 01, 2022 9:59 pm
Forum: Programming
Topic: Optimal BASIC to generate the test pattern graphics
Replies: 34
Views: 1236

Re: Optimal BASIC to generate the test pattern graphics

My contribution.

It is not as lean as Patters' solution, but It shows the pattern 'almost' instantly.

Please note that letters A to P in line 30 are UDG, remember to type them using Graphic Mode (CAPS+9)
Image
by IvanBasic
Sun Jul 25, 2021 6:45 pm
Forum: Sinclair Miscellaneous
Topic: "Use your spectrum to explore the fantastic world of 3D television"
Replies: 29
Views: 3576

Re: "Use your spectrum to explore the fantastic world of 3D television"

I have been testing some colours for the scenario, and so far the best is bright white background, black objects, red and cyan shadows for 3D. Magenta or blue for the body of objects (not for the shadows, these are still red and cyan) may work, but I have cellophan glases, and I didn't find those co...
by IvanBasic
Fri Jul 23, 2021 2:03 am
Forum: Sinclair Miscellaneous
Topic: "Use your spectrum to explore the fantastic world of 3D television"
Replies: 29
Views: 3576

Re: "Use your spectrum to explore the fantastic world of 3D television"

hikoki wrote: Wed Jul 21, 2021 4:45 pm Do it! :)
It'd be interesting if gameplay was affected by the 3d effect.
I am doing it. For progressing along the screen, jumps must reach certain platforms, those closer to the player.
by IvanBasic
Fri Jul 23, 2021 1:57 am
Forum: Sinclair Miscellaneous
Topic: "Use your spectrum to explore the fantastic world of 3D television"
Replies: 29
Views: 3576

Re: "Use your spectrum to explore the fantastic world of 3D television"

Do try green. It filters as good as red so you get ghost free images. And it's about the same density as red, so both images will be equally bright. Trust me on this, red/green works much better. Keep using Cyan on the Spectrum because it works with both sets of glasses. There's no gain in using gr...
by IvanBasic
Wed Jul 21, 2021 2:32 am
Forum: Sinclair Miscellaneous
Topic: "Use your spectrum to explore the fantastic world of 3D television"
Replies: 29
Views: 3576

Re: "Use your spectrum to explore the fantastic world of 3D television"

You have two problems. One is the quality of the colour lenses. Red cellophane is usually decent, but Cyan leaks too much. So better use Green. Green filters much better and also works with red/cyan anaglyphs. I use red and blue cellophan, 3D effect is OK but with some "ghost" color aroun...
by IvanBasic
Tue Jul 20, 2021 4:07 am
Forum: Sinclair Miscellaneous
Topic: "Use your spectrum to explore the fantastic world of 3D television"
Replies: 29
Views: 3576

Re: "Use your spectrum to explore the fantastic world of 3D television"

I found this topic since I am learning and testing anaglyphs in a BASIC game. The games above mentioned I am afraid that do not work so well (my craft glasses work with some YT anaglyp vids, but not with those games). Check 2011 Crap compo, there is a better 3D attempt there. So far I found some pri...
by IvanBasic
Tue Apr 13, 2021 4:14 am
Forum: Programming
Topic: VAL$ in BASIC ???
Replies: 9
Views: 627

Re: VAL$ in BASIC ???

A somewhat more comprehensible and realistic use for VAL$ is string substitution. 10 LET a$="""The ""+b$+"" sat on the ""+c$" 20 LET b$="cat" 30 LET c$="mat" 40 PRINT VAL$ a$ Yes, this is a way to use it for defining a function b...
by IvanBasic
Wed Mar 03, 2021 11:42 am
Forum: Brand new software!
Topic: Gauntlet - in ten lines of BASIC, apparently
Replies: 11
Views: 1032

Re: Gauntlet - in ten lines of BASIC, apparently

Great work @IvanBasic, Micro Gauntlet is amazing! The presentation is so neat, and it even has nice little sounds as well. That must have taken a very long time to create and optimise. Thanks @Patters, in fact the seed was that 1-liner with penguins moving I did, so I had to add the layout generati...
by IvanBasic
Wed Mar 03, 2021 11:36 am
Forum: Brand new software!
Topic: Gauntlet - in ten lines of BASIC, apparently
Replies: 11
Views: 1032

Re: Gauntlet - in ten lines of BASIC, apparently

Turtle_Quality wrote: Tue Feb 23, 2021 5:19 pm Here it is after dumping the listing from Basinc, not sure what the line 3500 is there for
Ooppps, line 3500 remained unerased after doing a renum... Hope this mistake does not put me out of contest for having over 10 lines...
by IvanBasic
Tue Jul 28, 2020 1:50 pm
Forum: Other Retro Stuff
Topic: Thin Ice Rescue – a new Game Boy game
Replies: 3
Views: 2491

Re: Thin Ice Rescue – a new Game Boy game

So proud my little game inspired this...

Thank you very much for appreciating it, [mention]Ersh[/mention]
by IvanBasic
Tue May 05, 2020 11:17 am
Forum: Graphics
Topic: Free 8x8 ZX fonts for games
Replies: 19
Views: 17529

Re: Free 8x8 ZX fonts for games

A little step forward: the OCR-A is related to the font in "old" credit and bank documents (checks, credit cards), so I found the font "Kredit", which matches what I was looking for: https://i.postimg.cc/2qMXLWXB/kredit-font-7-original.png So, little arrangements made the spectru...