More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Arcade Games) - GameBrew! | |title=Vita Homebrew Games (Arcade Games) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/Creckeryop/Flappy-Bird-Classic-vita | |source=https://github.com/Creckeryop/Flappy-Bird-Classic-vita | ||
}} | }} | ||
Simple flappy bird clone for PS Vita. | |||
== Features == | |||
* Saves | |||
* Good time | |||
== How to play == | |||
* Cross or Tap - Jump? | |||
== About save == | |||
Save file is located in <code>ux0:data\flappy_bird.save</code> you can simply edit it<br /> | |||
Here is template : <code>record</code> '''Do not make extra spaces'''<br /> | |||
Here is example : <code>2048</code> score ceil number<br /> | |||
To reset saves just delete *.save file | |||
==Media== | ==Media== | ||
<youtube>uvrXZCNpe3A</youtube> | <youtube>uvrXZCNpe3A</youtube> | ||
==Screenshots== | ==Screenshots== | ||
Line 30: | Line 41: | ||
https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita-03.jpg | https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita-03.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita-04.jpg | ||
== | ==Changelog== | ||
'''v1.21''' | |||
* Fixed bug [https://github.com/Creckeryop/Flappy-Bird-Classic-vita/issues/1 #1] | |||
* Added second touch | |||
'''v1.2''' | |||
* int changed to long long | |||
* fixed save functions | |||
'''v1.1''' | |||
* now the vpk size is half. | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== Thanks to == | |||
* [https://github.com/xerpi/ xerpi] - [https://github.com/xerpi/libvita2d vita2d] | |||
* [https://github.com/vitasdk VITASDK team] - VitaSDK | |||
== External links == | == External links == | ||
* Github - https://github.com/Creckeryop/Flappy-Bird-Classic-vita | * Github - https://github.com/Creckeryop/Flappy-Bird-Classic-vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/508 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/508 | ||
Revision as of 01:49, 23 October 2022
FlappyBird Classic | |
---|---|
File:Flappybirdclassicvita.jpg | |
General | |
Author | Creckeryop |
Type | Arcade Games |
Version | 1.2 |
License | Mixed |
Last Updated | 2019/10/06 |
Links | |
Download | |
Source | |
Simple flappy bird clone for PS Vita.
Features
- Saves
- Good time
How to play
- Cross or Tap - Jump?
About save
Save file is located in ux0:data\flappy_bird.save
you can simply edit it
Here is template : record
Do not make extra spaces
Here is example : 2048
score ceil number
To reset saves just delete *.save file
Media
Screenshots
Changelog
v1.21
- Fixed bug #1
- Added second touch
v1.2
- int changed to long long
- fixed save functions
v1.1
- now the vpk size is half.
(v.1.0)
- First Release.
Thanks to
- xerpi - vita2d
- VITASDK team - VitaSDK