An open API service indexing awesome lists of open source software.

https://github.com/michaelpineapple/skullamanjaro

3D game for the PSVita using Box2D and GEF Framework. The objective is simple: bounce skulls on a pillow to score points.
https://github.com/michaelpineapple/skullamanjaro

box2d game gef-framework psvita

Last synced: 4 months ago
JSON representation

3D game for the PSVita using Box2D and GEF Framework. The objective is simple: bounce skulls on a pillow to score points.

Awesome Lists containing this project

README

        

# Skullamanjaro
3D game for the PSVita using C++, GEF Framework, and box2d (https://github.com/erincatto/box2d).
The objective is simple: bounce skulls on a pillow to score points.

A project for Abertay University.

The main solution can be found at:
build\box2d_collisions-MichaelPineapple\build\vs2017\scene_app.sln

For best performance, run in 'RELEASE' and 'x64' configuration.

![img0](https://github.com/MichaelPineapple/Skullamanjaro/blob/master/screenshots/main%20menu.PNG?raw=true)
![img1](https://github.com/MichaelPineapple/Skullamanjaro/blob/master/screenshots/game.PNG?raw=true)