Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 546 Bytes

vitaSnake

A snake game with smooth rotation made for the PS Vita with LibVita2D.
For now the game doesn't have a losing condition, so you can collect as many apples as you want.
Each apple collected makes the snake longer, like in the classic snake game.

Controls

  • Use the left stick, or DPAD to turn left and right.
  • Press START to quit the game

Building

Requirements:

Navigate to the vitaSnake directory, type:

cmake . && build

And hit enter.