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
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 2: Line 2:
|title=Vita Homebrew Games (Puzzle) - GameBrew
|title=Vita Homebrew Games (Puzzle) - GameBrew
|title_mode=append
|title_mode=append
|image=puzzattack4vita.jpg
|image=puzzattack4vita2.jpg
|image_alt=PuzzAttack4vita
|image_alt=PuzzAttack4vita
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=PuzzAttack4vita
|title=PuzzAttack4vita
|image=puzzattack4vita.jpg
|image=puzzattack4vita2.jpg
|description=Simple Tetris Attack clone.
|description=Simple Tetris Attack clone.
|author=cy33hc
|author=cy33hc
Line 14: Line 14:
|version=2015
|version=2015
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/puzzattack4vita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/puzzattack4vita.7z Source Only
|website=https://wololo.net/talk/viewtopic.php?t=44740
|website=https://wololo.net/talk/viewtopic.php?t=44740
|source=https://github.com/cy33hc/puzzattack4vita
|source=https://github.com/cy33hc/puzzattack4vita
}}
}}
'''PuzzAttack4vita''' is simple tetris attack clone.
PuzzAttack4vita is simple tetris attack clone.  


==How to play PuzzAttack4vita==
==User guide==
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.
The goal of the game it to match up at least 3 squares of the same color to eliminate them.  


'''Note: Source Only. Please compile PuzzAttack4vita by yourself.'''
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.


==Controls==
==Controls==
* LEFT,RIGHT,UP,DOWN - for moving the cursor around the grid
D-Pad - 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==
Cross - Swap the 2 sqaures that the cursor is on
*Add theme


==Screenshot==
L/R - Scroll a new row of randomly generated squares
[[image:puzzattack4vita.jpg|600px]]


== How To Compile PuzzAttack4vita ==
Select - Pause game
In order two compile this sample you need to download:


* [vita-sdk] (https://github.com/vitasdk)
Start - Start a new game after game over
* [vita_portlibs] (https://github.com/xerpi/vita_portlibs.git)
* [vita2dlib] (https://github.com/xerpi/vita2dlib.git)
* [bin2c] (http://sourceforge.net/projects/bin2c/)


First you need to install VITASDK, on my OS I've installed it to:
==External links==
 
* GitHub - https://github.com/cy33hc/puzzattack4vita
<pre>  /home/rejuvenate/vitasdk</pre>
* Google Code - https://code.google.com/archive/p/puzzattack/
 
* Wololo - https://wololo.net/talk/viewtopic.php?t=44740
You can find the prebuilt sdk from following link:
 
* [Unofficial VitaSDK pre-built] (http://wololo.net/talk/viewtopic.php?f=111&t=44196)
 
<pre>Once you got it installed, first setup an environment variable called VITASDK, for example by adding to the ~/.bashrc:</pre>
 
<pre>export VITASDK=/home/rejuvenate/vitasdk
export PATH=$PATH:$VITASDK/bin</pre>
 
<pre>Then you need to compile and install vita_portlibs:</pre>
 
<pre>$ cd vita_portlibs
$ make zlib
$ make install-zlib
$ make
$ make install</pre>
 
<pre>Now we need to install vita2dlib:</pre>
 
<pre>$ cd vita2dlib
$ libvita2d
$ make
$ make install</pre>
 
<pre>Now you can compile this homebrew by typing:</pre>
 
<pre>$ build.sh
 
or
 
$ sh build.sh</pre>
 
<pre>The resulting file will be called: puzzattack4vita.velf</pre>
 
== External links ==
* Official Website - https://wololo.net/talk/viewtopic.php?t=44740
* Github - https://github.com/cy33hc/puzzattack4vita
* Google Source - https://code.google.com/archive/p/puzzattack/

Revision as of 12:19, 23 December 2022

PuzzAttack4vita
Puzzattack4vita2.jpg
General
Authorcy33hc
TypePuzzle
Version2015
LicenseMixed
Last Updated2015/10/21
Links
Source Only Download
Website
Source

PuzzAttack4vita is simple tetris attack clone.

User guide

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.

Controls

D-Pad - For moving the cursor around the grid

Cross - Swap the 2 sqaures that the cursor is on

L/R - Scroll a new row of randomly generated squares

Select - Pause game

Start - Start a new game after game over

External links

Advertising: