hammerill / vita-pong

A Pong game realized on PS Vita with SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vita Pong

A Pong game realized on Vita with SDL2.

Build and run

  1. Install VITASDK.
  2. Clone repo git clone https://github.com/Hammerill/vita-pong && cd vita-pong.
  3. Build cmake . && make (if it throws an error, try typing this again).
  4. "vita-pong.vpk" file should appear. Copy this file to your hacked PS Vita and install via VitaShell.
  5. Bubble "Pong" will appear, you can now launch this game.

About

A Pong game realized on PS Vita with SDL2


Languages

Language:C++ 74.9%Language:CMake 25.1%