PuzzAttack4vita

From GameBrew
Revision as of 06:28, 8 November 2022 by HydeWing (talk | contribs) (Created page with ""{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Games (Puzzle) - GameBrew! |title_mode=append |image=puzzattack4vita.jpg |image_alt=PuzzAttack4vita }} {{Infobo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"

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

This is simple tetris attack clone. Original source in from the following code google link.

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 it 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

Compiling

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: