https://github.com/sim642/p0rtalsnake
Snake game that includes portals
https://github.com/sim642/p0rtalsnake
Last synced: about 1 year ago
JSON representation
Snake game that includes portals
- Host: GitHub
- URL: https://github.com/sim642/p0rtalsnake
- Owner: sim642
- License: mit
- Created: 2012-02-28T18:36:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T10:16:28.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T23:49:45.469Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
p0rtalSnake is a game of snake that includes portals as an additional way of navigation around the map.
Controls:
*arrow keys - control the direction of the snake
*w - toggle wrapping around the map edges
*f - toggle flipping
*s - toggle shadow
*space - flip the snake (tail becomes head and vice-versa)