Site hosted by Angelfire.com: Build your free website today!

WELCOME TO My Zone


Download Nibbles here

Mail in your highscores(C:\Nibbles\score.dat) & bug-reports to bhandari_vaibhav@hotmail.com

Highscores :
Amish 13300
Malay 12600
Harshit 10100


A Bug Report filed in by Amish Patel :

hi vaibhav,
abe nibbles mein 13300 se jyada score hi nahi hota....mene 2 bar 13300 score kiya.....
Aur baad mein error aati hein..." this prog has performed illigal operation...."
-Amish


I have tried to come up with an explanation as follows:

Nibbles uses queue as its basic data structure.
1 queue = 2 int. + 1 pointer(long int.)
=> 1 queue = 8 bytes
At 13300 -> 133 apples have been eaten.
Each apple leads to 15 element extension in queue.
So a total of ((133+1) * 15)=2010 at score=13300
Size of queue = 2010 * 8 = 16080 bytes =16 kb.
In TINY model only 16 kb space is available for stack segment so the program teminates there.

I will be posting a newer bug free version soon.
-Vaibhav

Email: bhandari_vaibhav@hotmail.com