-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snake doesn't move smootly #22
Comments
I think this is due to a bad calculation of the snake direction or position. Although I'm aware of this, I'll keep this open for anyone who wants to share anything related with this or a possible solution. |
Is this just a bug with my computer or is this a bug with the code |
@iiegor i can't even run it, my snake is completely stuck |
As much as I'd love to help try fix this bug, I know nothing about coffeescript or game re-programming |
It's a bug within the code, the project isn't finished yet... |
me too have that problem. |
The commit 323d95e fixes this, although, I will keep this open because the way was fixed is not the correct. |
Ok @iiegor just tested it and that bug is almost gone! The only time it doesn't move smoothly is when I try go around in circles. Also playing it, I don't see any food to eat |
The snake can't speed up as well, even though it says it in the console |
@RowanHarley yes, in the latest release I temporarily removed food spawning due to big performance issues and incorrect spawn positions. Features like the speed boost can't be developed right now since the basic movement of the snake isn't done yet. |
ok just thought that was a bug that came up because of a file changed |
I believe it has been resolved now, but as @iiegor said the speed-boost and pellets will not be implemented yet, because they're not at that stage. |
Dont think I'll close this though as its still a bit buggy when trying to do circles |
how to connect using slitherio website? |
@vancourt hold Ctrl+Shift+J then type sos = [{ ip: "localhost", po: 443, ac: 34, ptm: 121 }] |
And by the way this really isn't the place to ask that. If you have a problem you should create an issue |
Whenever I go to play a game my snake doesn't move very well and no food comes up. Don't know if this is just me or something. Here's a screenshot:
The snake just continues to move like this. If you look in the bottom right as well, you can see that it says I'm off the map.I also get this in the console:
I have a feeling this may have something to do with pos = math.randomSpawnPoint() in src/snake.coffee
The text was updated successfully, but these errors were encountered: