Nibbles
Name: Nibbles (Snake) Author: Edward H Download: Nibbles.8xp Compatibility: Parent page not set File Size: 580 Bytes |
Nibbles is a version of snake, which is very graphical and very fast. This version of snake is unique because it doesn't use any list variables to control the movement of the snake. |
This is the Redirect module that redirects the browser directly to the "http://tibasicdev.wikidot.com/archive:nibbles" page.
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
In my opinion is one of the best snake games out there. The idea of using the graph screen as the information to where the tail needs to go and such is simply genius.
I was so impressed i tried to make a version of my own. It wasn't as good :)
Kudos!
it does look cool.
how dose it test were the tail goes? I'm thinking about creating an engine like this for my Dot Mania game
please join and help out on THIS site.
It stores the position of the very last tailpiece. Then, it pxl-tests the four squares adjacent to that position to determine which direction the tail goes. So the direction is basically encoded into the image; I'm not sure how well that would work in a dot game.
It is a very clean, well programed game.
When you finish the game, by hitting a wall, eating your self, etc., the draw cursor appears and the X and Y coordinates show on the screen. Is there a way to get rid of this? I can't figure it out. (I'm a programming n00b =D)
Yeah go to the end of the code and add this
Join Codeworld.
Also check out my blog.
Hello i just written by hands nibbles because i lost my cable and the program wont launch beacause of an Argument error when i press goto this is what i get :
:Pxl-On(Ans,-B,2
Please help me bye bye
I am not sure if this is the problem, but try to use Pt-On( instead of Pxl-On(. That might be the problem.
Z80 Assembly>English>TI-BASIC>Python>French>C>0
The Pxl-On() syntax actually has only 2 values inputted; the X and Y position of said pixel.
Can you post a picture of the code so I can manually put it in?
Look a little further down, its posted there
I am typing out the code by hand, and am running into some issues. what does the L Like symbol that appears in the code stand for? Also when it says 1 space, what does that mean?
The little L is used to denote a list. So the little l followed by, for example, BOB is used to reference list BOB, and if it is the little L BOB(1) it stands for the first value in list BOB, where 2 would be the second etc.
To access the "litte L" in the calc's menus:
:)
Coffee + Radiohead = ^^
'1 space' simply means that there is a space token ([Alpha][0]),
Z80 Assembly>English>TI-BASIC>Python>French>C>0
Help!
I typed the code into my TI-82 STATS by hand, but the only thing that happens, when I run the game, is that the calculator displays "1" !!
Thank you, Bye Bye
Ti 82 does not have lists so u either need to transfer lists from ti 83 plus or better to it or buy a ti 83 plus or better.
I'm a genius! This programm only works on TI-83 and 84 :,(
Well, there are a couple of errors, such as the fact THERE IS LIKE FOUR QUADRANTS AND ONLY ONLY HAS A SNAKE! IN ANOTHER ALL THERE IS IS DOTS THAT MULTIPLY THEN YOU DIE!!!!!
I had my own errors in this game as well. I double checked the code twice but there's something I missed or there's something that's wrong with SourceCode 2.5, which is how I got the game on my calculator.
The first "food" generates correctly and can be "eaten." However, the second food appears as a black box instead of an "x" and, when I try to eat it the game ends and shows a score of one. I am confused because the box isn't the correct graphic and my game ends here.
Any idea why? I don't understand most of the code so this is difficult to me.
Here's the code:
Thanks for any help and I hope someone notices this!
The man shuddered as the shadow drew a glistening sword from his back. Creeping closer and closer with his pale eyes burning into the man, the shadow slowly raised his blade and before he could thrust it down, the man heard the shadow hiss something.
"The Shadow Clan's presence must be like a whisper. Always felt, but never seen…"
Okay, the code you posted is flawless. Check the version you typed on your calculator.
You've probably been typing the letter "L" instead of putting in an actual list command.
Thanks for posting the code. I don't have a connection cable so I can't download it. I have to type it in by hand.
thank you :)
how do i put the xmax and ymin on the code? i cant find it except in the window.
You can find all window vars when you press 'vars' and then 'window' ;)
Wake me, when you need me.