Jump to content
IGNORED

Worm Maze


jrhodes

Recommended Posts

32 minutes ago, jrhodes said:

I found a neat game for TI (and other platforms) on Facebook.

https://www.facebook.com/projectWormMaze/posts/1331868543652318

 

wormmaze.jpeg

 

And the compiled version is also fast... but we need to wait for the author to review the scoring system to bypass the limits of the integer size in the compiler to have it published. ? 

 

 

 

  • Like 1
Link to comment
Share on other sites

Scoring for compiled games can be like this;
score=score+1
s$=str$(score)&"00"
call link("disply",1,1,s$) or display at(1,1):s$ (depending on XB type)

this makes value 1 look like "100" so theoretically the top score can be 3276700 before it fudges up.

I have yet to implement this into any of my games. :)

  • Like 3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...