More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/flappybirdclassicvita.7z | ||
|website= | |website=https://github.com/Creckeryop/Flappy-Bird-Classic-vita | ||
|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. | Simple flappy bird clone for PS Vita. | ||
== Features == | ==Features== | ||
* Saves | * Saves. | ||
* Good time | * Good time. | ||
== | ==Controls== | ||
Cross or Touchscreen - Jump | |||
== | ==User guide== | ||
Save file is located in <code>ux0:data\flappy_bird.save</code> you can simply edit it | Save file is located in <code>ux0:data\flappy_bird.save</code> and you can simply edit it. | ||
Here is template: <code>record</code> do not make extra spaces. | |||
< | |||
Here is example: <code>2048</code> score ceil number. | |||
To reset saves just delete *.save file. | |||
==Screenshots== | ==Screenshots== | ||
flappybirdclassicvita3.gif | |||
==Changelog== | ==Changelog== | ||
'''v1.21''' | '''v1.21''' | ||
* Fixed bug [https://github.com/Creckeryop/Flappy-Bird-Classic-vita/issues/1 #1] | * Fixed bug [https://github.com/Creckeryop/Flappy-Bird-Classic-vita/issues/1 #1]. | ||
* Added second touch | * Added second touch. | ||
'''v1.2''' | '''v1.2''' | ||
* | * Int changed to long long. | ||
* | * Fixed save functions. | ||
'''v1.1''' | '''v1.1''' | ||
* | * Now the vpk size is half. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== | ==Credits== | ||
* [https://github.com/xerpi/ xerpi] - [https://github.com/xerpi/libvita2d vita2d] | * [https://github.com/xerpi/ xerpi] - [https://github.com/xerpi/libvita2d vita2d]. | ||
* [https://github.com/vitasdk VITASDK team] - VitaSDK | * [https://github.com/vitasdk VITASDK team] - VitaSDK. | ||
== External links == | ==External links== | ||
* | * 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 00:53, 20 December 2022
FlappyBird Classic | |
---|---|
File:Flappybirdclassicvita.jpg | |
General | |
Author | Creckeryop |
Type | Arcade Games |
Version | 1.2 |
License | Mixed |
Last Updated | 2019/10/06 |
Links | |
Download | |
Website | |
Source | |
Simple flappy bird clone for PS Vita.
Features
- Saves.
- Good time.
Controls
Cross or Touchscreen - Jump
User guide
Save file is located in ux0:data\flappy_bird.save
and 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.
Screenshots
flappybirdclassicvita3.gif
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.
v1.0
- First Release.
Credits
- xerpi - vita2d.
- VITASDK team - VitaSDK.