Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PuzzAttack4vita: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "GameBrew!" to "GameBrew")
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Vita Homebrew Games (Puzzle) - GameBrew!
|title=Vita Homebrew Games (Puzzle) - GameBrew
|title_mode=append
|title_mode=append
|image=puzzattack4vita.jpg
|image=puzzattack4vita.jpg

Revision as of 03:24, 5 December 2022

PuzzAttack4vita
File:Puzzattack4vita.jpg
General
Authorcy33hc
TypePuzzle
Version2015
LicenseMixed
Last Updated2015/10/21
Links
Download
Website
Source

PuzzAttack4vita is simple tetris attack clone.

How to play PuzzAttack4vita

The goal of the game it to match up at least 3 squares of the same color to eliminate them. New rows of squares will be added to the grid in small intervals and grows faster during gameplay. When rows reach the top, the game it over.

Note: Source Only. Please compile PuzzAttack4vita by yourself.

Controls

  • LEFT,RIGHT,UP,DOWN - for moving the cursor around the grid
  • CROSS - swap the 2 sqaures that the cursor is on
  • LTRIGGER/RTRIGGER -- scroll a new row of randomly generated squares
  • SELECT - Pause game
  • START - Start a new game after game over

Todo

  • Add theme

Screenshot

File:Puzzattack4vita.jpg

How To Compile PuzzAttack4vita

In order two compile this sample you need to download:

First you need to install VITASDK, on my OS I've installed it to:

  /home/rejuvenate/vitasdk

You can find the prebuilt sdk from following link:

Once you got it installed, first setup an environment variable called VITASDK, for example by adding to the ~/.bashrc:
export VITASDK=/home/rejuvenate/vitasdk
export PATH=$PATH:$VITASDK/bin
Then you need to compile and install vita_portlibs:
$ cd vita_portlibs
$ make zlib
$ make install-zlib
$ make
$ make install
Now we need to install vita2dlib:
$ cd vita2dlib
$ libvita2d
$ make
$ make install
Now you can compile this homebrew by typing:
$ build.sh

or

$ sh build.sh
The resulting file will be called: puzzattack4vita.velf

External links

Advertising: