More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=FlappyBird Classic | |title=FlappyBird Classic | ||
|image= | |image=flappybirdclassicvita2.jpg | ||
|description=Flappy Bird clone for | |description=Flappy Bird clone for PS Vita. | ||
|author=Creckeryop | |author=Creckeryop | ||
|lastupdated= | |lastupdated=2020/04/08 | ||
|type=Arcade Games | |type=Arcade Games | ||
|version=1. | |version=1.21 | ||
|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 | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Games (Arcade Games) - GameBrew | |||
|title_mode=append | |||
|image=flappybirdclassicvita2.jpg | |||
|image_alt=FlappyBird Classic | |||
}} | |||
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> 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. | |||
Here is example : <code>2048</code> score ceil number | |||
To reset saves just delete *.save file. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/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 |
Latest revision as of 23:25, 11 April 2023
FlappyBird Classic | |
---|---|
General | |
Author | Creckeryop |
Type | Arcade Games |
Version | 1.21 |
License | Mixed |
Last Updated | 2020/04/08 |
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
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.