-
endless runner project..So I'm thinking of writing a small tutorial series on writing games for the speccy in C, and figured that an endless runner would be an easy example …
... in Sinclair Basic in the recursive DEFFN functions somewhere on these forums ... -
Recursive acronymsBrowsing through Wikipedia (as one does, y'know -- it's so full of itself and What Wikipedia Is Not, strange that it never mentions the three main th…
... %29]VISA[/url] is a recursive acronym! (In the interests of ... -
those darned recursive functions againI've been stuck on this one all evening. I want to dump out some memory in binary to debug a program. I've got a simple mod 2 division loop to do tha…
... ) I remembered Dr Beep's recursive DEF FN version, but in ... -
New Functions for Sinclair BasicA total of 52 new functions can be added to Sinclair BASIC; 26 numeric functions (A-Z) and 26 string functions (A$-Z$). Owing to the internal structu…
... BASIC would be tortuously slow. Recursive functions are possible, but are ... -
Fuse 7.0 installJust installed slackware 10, and now having trouble installing Fuse, or rather libspectrum, haven't got to the fuse part yet. Missing a library some…
... .2'
make[1]: *** [all-recursive] Error 1
make[1 ... .2.2'
make: *** [all-recursive-am] Error 2 -
Recursive functionsA while ago Phil demonstrated a nice example of recursiveness in a DEF FN function. Sadly it doesn't appear to be online anymore and I have difficult…
A while ago Phil demonstrated a nice example of recursiveness in a DEF FN function. Sadly it doesn't appear to be online anymore and I have difficulties finding it out myself: does anyone have a good example? Thx. -
Compiling FUSE from source for a complete and total beginner...?[b]ACHTUNG: this is going to take a while to read...[/b] A message above tells me it's been nearly 14 months since I last visited here. Ye gods. Wel…
... /xlib'
make[2]: *** [all-recursive] Error 1
make[2 ... /ui'
make[1]: *** [all-recursive] Error 1
make[1 ... -
Adventure Gamebook Solver"It would take me ages to solve that adventure gamebook without AGES" - is what someone might say if they didn't have the [url=http://www.users.globa…
... has no entry point) and recursive "wandering monster" locations (location 161 ... -
Can you improve this recursive DEF FN?I came up with this function to scan strings for characters without needing to use FOR...NEXT and IF...THEN, but it seems rather long-winded. Can any…
I came up with this function to scan strings for characters without needing to use FOR...NEXT and IF...THEN, but it seems rather long-winded. Can anyone see a way to shorten it?
Using:
DEF FN w(w$,o$,c)=VAL (("FN w(w$,o$,c+1)" AND ... -
Recursive 4-way floodfillHi guys) Shortly, I wanna find out whether there's a way to some object. Perhaps some of you have already encountered such an issue which is relativ…
Hi guys)
Shortly, I wanna find out whether there's a way to some object. Perhaps some of you have already encountered such an issue which is relatively easily solved in pseudocode:[CODE]Procedure Fill(const x,y:byte);
begin
if ... -
CrusoePlease add the following "known errors" description for game [URL="http://www.worldofspectrum.org/infoseekid.cgi?id=0002872"]Crusoe[/URL]: [QUOTE]Bu…
... stack overflow, caused by indirect recursive sub-routine calls, which would ... -
stuck on recursive functionI want this function to PEEK 'l' bytes from memory starting at 's' and return them as a string, but however much I fiddle about with quoting and pare…
I want this function to PEEK 'l' bytes from memory starting at 's' and return them as a string, but however much I fiddle about with quoting and parenthesising and VAL$ering I always get either "Out of memory" or "Nonsense in BASIC". How can I get it to ... -
Compiling Lisp to Z80.I am doing some thought experiments on this. Here is an example of a Lisp program. It adds two numbers together. [code] (define (add x y) (if (= …
... is then iterative rather than recursive, which saves constantly pushing and ... -
SE Basic IV 4.1 Buffy previewSE Basic IV 4.0 Anya was released back in December 2012. You can read about it here: [url]http://cheveron.github.io/sebasic4/[/url] But here's some …
... not tokenizing things when entering recursive functions. You can also use ... -
Koch CurveNot tried it yet but it appears to have all the required components. Recursive curve program in just 69 bytes! [url]http://www.retroprogramming.com/2…
Not tried it yet but it appears to have all the required components.
Recursive curve program in just 69 bytes!
[url]http://www.retroprogramming.com/2013/08/zx-spectrum-koch-levy-c-curve.html[/url] -
New Game: COMPLICA DX<div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; line-height: normal; font-weight: normal;"><img s…
... Artificial Intelligence algorithm implemented as recursive Minimax strategy with alpha-beta ... -
SeBASIC Updated to version 3.2 by aowen...SeBASIC has just received an update!... Version 3.2 is now available, but it'll cost ya!... Its only $5 USD, and can be downloaded from here:…
... a bug in DEF FN recursive functions (thanks to Miguel Jodar ... -
Completed gamesMy housemate and I are currently working our way through Deus Ex at the moment and the thought struck us that today it is actually possible to comple…
Rfout: I forgot all about The way of the exploding fist. I too went on till 10th dan only to find that it was some kind of recursive fight thingy. Gawd! After all that finger busting karate chopping I expected a little more gratitude! Phwassh! -
line routineWondered if anyone can help me out. I have been programming a 3d graphics library for the spectrum, in Machine code. The line routine that I have i…
... return.
Through its recursive calls it will plot the ... -
Compiling BasicI'm not good in compiling sinclair basic because i was 15 when i got my first spectrum, and it was the first computer i saw. I wasn't aware of compil…
It might even be done with a recursive DEF FN. I need to think of the code however.
Your program would be then
instead LET A=VAL A$
it will be LET A=FN V(A$)
and a DEF FN V(A$)= .... in the begin of the prog. -
Compiling BasicI'm not good in compiling sinclair basic because i was 15 when i got my first spectrum, and it was the first computer i saw. I wasn't aware of compil…
... even be done with a recursive DEF FN. I need to ... -
Let a=val "1"I see some basic programs which use Let a=val "1" instead of let a=1 syntax. what is the difference between val "1" and 1? is it an effect of some …
The only logical use I have ever seen for VAL$ was in a recursive function to print
n! where the result would be an empty string when n reached 0. -
Let a=val "1"I see some basic programs which use Let a=val "1" instead of let a=1 syntax. what is the difference between val "1" and 1? is it an effect of some …
... am trying to make a recursive formule to calculate the MAX ... -
ArtistryIn my younger days (and to a certain extent, now) I was always intrigued about how the loading screens were constructed. Back then I'd assumed it was…
... use a queue instead of recursive routines, then 1536 bytes (or ... -
ArtistryIn my younger days (and to a certain extent, now) I was always intrigued about how the loading screens were constructed. Back then I'd assumed it was…
... />
I use the following recursive idea.
If a ...