Addison

Joined: 24th Mar 2009
Posts: 1380
Re: Snake Game
Hmm, I will look at it. That's quite odd because it is only occasionally.
---
http://www.addipop.com
12 years, 50 weeks ago
|
Misca

Joined: 10th May 2011
Posts: 2738
Re: Snake Game
It might just be lag but it doesnt seem like it when i was playing.
Two suggestions you can add:
In most snakes you can move left, then move right and eat yourself causing an, obvious, game over.
Could add another high score list, or on the side of the current high score list with time survived. So that if two people are tied at say 500 points it also shows how long they took to reach it.
---
Former multi-server mapper.
12 years, 50 weeks ago
|
Re: Snake Game
Addison posted: (14th May 2012, 02:01 am)
Hmm, I will look at it. That's quite odd because it is only occasionally.
Well played. 930.
I shall triumph.
---
niggers
12 years, 50 weeks ago
|
Addison

Joined: 24th Mar 2009
Posts: 1380
Re: Snake Game
Misca posted: (14th May 2012, 02:49 am)
It might just be lag but it doesnt seem like it when i was playing.
Two suggestions you can add:
In most snakes you can move left, then move right and eat yourself causing an, obvious, game over.
Could add another high score list, or on the side of the current high score list with time survived. So that if two people are tied at say 500 points it also shows how long they took to reach it.
Well, I specifically made sure that you could not eat yourself in snake because I personally find that dumb. Plus, if you press two keys almost simultaneously, then sometimes it might render one before another and cause a death when obviously you just wanted to turn around. I do like the idea of
having the elapsed time, but that does require work on my part and I'm kinda sick of programming the game for now. I just want to sit back and compete on the highscores list :P
---
http://www.addipop.com
12 years, 50 weeks ago
|
Re: Snake Game
Addison posted: (14th May 2012, 03:04 am)
Misca posted: (14th May 2012, 02:49 am)
It might just be lag but it doesnt seem like it when i was playing.
Two suggestions you can add:
In most snakes you can move left, then move right and eat yourself causing an, obvious, game over.
Could add another high score list, or on the side of the current high score list with time survived. So that if two people are tied at say 500 points it also shows how long they took to reach it.
Well, I specifically made sure that you could not eat yourself in snake because I personally find that dumb. Plus, if you press two keys almost simultaneously, then sometimes it might render one before another and cause a death when obviously you just wanted to turn around. I do like the
ideaofhaving the elapsed time, but that does require work on my part and I'm kinda sick of programming the game for now. I just want to sit back and compete on the highscores list :P
Oh King of Snake ;_;
Teach my thy ways in which i will be able to become thy apprentice.
---
niggers
12 years, 50 weeks ago
|
Haze

Joined: 10th Mar 2011
Posts: 2333
Re: Snake Game
This is so addicting ^o^
---
...
12 years, 50 weeks ago
|
Re: Snake Game
P.S. I had an apple spawn on top of the snake.
---
Wish upon a star!
12 years, 50 weeks ago
|
Re: Snake Game
Standard is fucking pro at this game. ---
niggers
12 years, 50 weeks ago
|
Standard

Joined: 2nd Oct 2011
Posts: 1417
Re: Snake Game
Lol, I like it. Kills abit of time ^_^
---
"Do not take life too seriously. You will never get out of it alive."
12 years, 50 weeks ago
|
newguy
Joined: 13th Mar 2009
Posts: 665
Re: Snake Game
Addison: Elapsed time is no work at all.
function Timer()
{
time++;
}
//Run the function every second.
self.setInterval("Timer()",1000);
---
Love you too.
12 years, 50 weeks ago
|
jimmy

Joined: 22nd Oct 2009
Posts: 2788
Re: Snake Game
Haze posted: (14th May 2012, 12:08 pm)
This is so addicting ^o^
yee hah ---
CN:BH 4 lyfe
12 years, 50 weeks ago
|
Standard

Joined: 2nd Oct 2011
Posts: 1417
Re: Snake Game
The worst bit is when your on high score with a big snake and the red ball spawns inside the snake xD
---
"Do not take life too seriously. You will never get out of it alive."
12 years, 50 weeks ago
|
Ananas
Moderator
Joined: 22nd Apr 2009
Posts: 2190
Re: Snake Game
Standard posted: (14th May 2012, 07:41 pm)
The worst bit is when your on high score with a big snake and the red ball spawns inside the snake xD
Yes, yes it is, or when your snake is big and you miss the ball..
---
"Pineapples and shit."
12 years, 50 weeks ago
|
Re: Snake Game
Yeah, found a way to exploit it. Ill try and think of something that can help it.
Also, your database is pretty well protected. Good job on it. I love the game log as well.
---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
12 years, 50 weeks ago
|
Addison

Joined: 24th Mar 2009
Posts: 1380
Re: Snake Game
Wildsurvival posted: (14th May 2012, 11:39 pm)
Yeah, found a way to exploit it. Ill try and think of something that can help it.
Also, your database is pretty well protected. Good job on it. I love the game log as well.
I did my best with trying to fend off exploits but I figured there was going to be them. That is why I added the view game. If a hacker can 'hack' a whole game that makes it look valid, then he, my friend, deserves to have that score XD
They would have to manually add in every turn and every apple location, etc. Making it look extremely real.
Edit: I just saw your post. See, I can notice that, delete from database and move on. Simple as that. Except when assholes start abusing it and send 1000 of it, then that sucks. I honestly doubt there's anyway to stop this 100% from being hacked. If you know a way, I'd appreciate you tellingme.
PS: Screw you all who beat me. Ananas set the bar at 1410 and that's just insanely hard to beat :(
---
http://www.addipop.com
12 years, 50 weeks ago
| | | | | | | | | | | | | | | |