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
No edit summary
 
(3 intermediate revisions by the same user not shown)
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=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
|lastupdated=2015/10/21
|lastupdated=2016/09/06
|type=Puzzle
|type=Puzzle
|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==
'''Note:''' Source only. [https://github.com/cy33hc/puzzattack4vita#compiling Build instruction].
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.'''
==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==
==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==
*Add theme
 
==Screenshot==
[[image:puzzattack4vita.jpg|600px]]
 
== How To Compile PuzzAttack4vita ==
In order two compile this sample you need to download:
 
* [vita-sdk] (https://github.com/vitasdk)
* [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:
 
<pre>  /home/rejuvenate/vitasdk</pre>
 
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
Cross - Swap the 2 sqaures that the cursor is on


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


$ sh build.sh</pre>
Select - Pause game


<pre>The resulting file will be called: puzzattack4vita.velf</pre>
Start - Start a new game after game over


== External links ==
==External links==
* Official Website - https://wololo.net/talk/viewtopic.php?t=44740
* GitHub - https://github.com/cy33hc/puzzattack4vita
* Github - https://github.com/cy33hc/puzzattack4vita
* Google Code - https://code.google.com/archive/p/puzzattack/
* Google Source - https://code.google.com/archive/p/puzzattack/
* Wololo - https://wololo.net/talk/viewtopic.php?t=44740

Latest revision as of 12:23, 23 December 2022

PuzzAttack4vita
Puzzattack4vita2.jpg
General
Authorcy33hc
TypePuzzle
Version2015
LicenseMixed
Last Updated2016/09/06
Links
Source Only Download
Website
Source

PuzzAttack4vita is simple tetris attack clone.

Note: Source only. Build instruction.

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: