alexdantas / nSnake

The classic snake game with textual interface
http://nsnake.alexdantas.net
GNU General Public License v3.0
199 stars 57 forks source link

Have levels with no walls with wrapping map #20

Closed ghost closed 8 years ago

ghost commented 8 years ago

I remember that in the original Snake game that there were levels on which there were no walls around the border of the map and that instead what would happen is that the snake would go through the border and come out of the other end of the map out of the opposite border.

I think that it would be really nice to have such maps/levels in this version of the Snake game.

ghost commented 8 years ago

Seems there is already such a feature! I just couldn't imagine it would be labelled as "Teleport" so that's why I didn't discover it earlier until someone pointed it out to me! Sorry for wasting your time with this report.