Spherical Snake
21–30 of 141 posts
Re: Spherical Snake
#22Quite a good implementation, got to 62 and was playing a "space filling curve" strategy to bleed off some of the length. Looking at the leader-board I suspect some people are just sending off their own custom submissions [1]. [1] https://kevinalbs.com/spherical_snake/leaderboard/
Re: Spherical Snake
#23The game looks really good, although I think it'd be improved if the sphere was a bit smaller. It feels like it takes too long for the game to become difficult
(() => { let count = 50; const delay = 100; const interval = setInterval(() => { addSnakeNode(); if (--count Re: Spherical Snake
#24Re: Spherical Snake
#25Re: Spherical Snake
#26Cool. It would also be interesting to see a hyperbolic snake. Reminds me of this video, where the dev compares spherical and hyperbolical geometries (albeit a dimension higher): https://www.youtube.com/watch?v=yY9GAyJtuJ0
Re: Spherical Snake
#27Re: Spherical Snake
#28Re: Spherical Snake
#29Really cool game, but please please fix the viewport to prevent accidentaly zooming on the page on a mobile device!