More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Puzzle) - GameBrew! | |title=Vita Homebrew Games (Puzzle) - GameBrew! | ||
Line 11: | Line 10: | ||
|description=This is a Lua-based (LPP) reimplementation of the Android puzzle game Flowit. | |description=This is a Lua-based (LPP) reimplementation of the Android puzzle game Flowit. | ||
|author=ywnico | |author=ywnico | ||
|lastupdated=2022/ | |lastupdated=2022/10/12 | ||
|type=Puzzle | |type=Puzzle | ||
|version=1. | |version=1.0.3 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/flowitvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/flowitvita.7z | ||
|website=https://github.com/ | |website=https://github.com/Flowit-Game/Flowit/ | ||
|source=https://github.com/ywnico/flowit-vita | |source=https://github.com/ywnico/flowit-vita | ||
}} | }} | ||
A port of the puzzle game [https://github.com/Flowit-Game/Flowit/ Flowit] by ByteHamster. The original is an Android app written in Java; this is a reimplementation written in Lua. The port runs on desktop and PlayStation Vita. The desktop port is based on [https://love2d.org/ LÖVE] and the Vita port uses [[Lua Player Plus Vita]] by Rinnegatamante. | |||
==About== | |||
Easy to learn, hard to master. Play the addicting puzzle game Flowit now and to think outside the box. There are already 75 levels available and even more to come. The game features a clean and elegant design - you will be amazed by the simplicity and complexity at the same time. Fill all boxes with the color of their border by using the special boxes. Those, for example, fill surrounding boxes in only one direction with their color. Discover various types of special boxes in the provided level packs. | |||
==Running on PS Vita== | |||
* Download the latest VPK release file and sideload it using VitaShell or similar. | |||
* Gameplay depends on the touchscreen, so the experience is better on the handheld PS Vita than on PS TV. | |||
==Media== | ==Media== | ||
<youtube>WYXiAEU6jfU</youtube> | <youtube>WYXiAEU6jfU</youtube> | ||
==Screenshots== | ==Screenshots== | ||
Line 30: | Line 35: | ||
https://dlhb.gamebrew.org/vitahomebrews/flowitvita-03.jpg | https://dlhb.gamebrew.org/vitahomebrews/flowitvita-03.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/flowitvita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/flowitvita-04.jpg | ||
==Building (packaging VPK)== | |||
https:// | On Linux, enter the flowit-vita directory and execute ./build.sh (this requires vita-mksfoex from VitaSDK). | ||
The eboot.bin file is compiled from Lua Player Plus. To build that for yourself as well, note that you need a version of Lua Player Plus recent enough to include text width and height detection (added in this commit). | |||
==Making levels== | |||
New levels can be created using the online editor at https://flowit.bytehamster.com and contributed upstream. Alternatively, you can create levels and append the resulting XML to the level packs in '''assets/levels/'''. | |||
==Languages== | |||
The app can run in English, Chinese (中文), or Japanese (日本語). Localization strings are in lib/translation.lua. | |||
==Changelogs== | ==Changelogs== | ||
'''( | '''v1.03''' | ||
* | * Add many new community levels | ||
* Change to Vita-compatible versioning scheme (1.xx) and show version info in settings page | |||
* Add a second colorscheme option for better accessibility | |||
* Minor layout tweaks | |||
'''1.1.0 (old versioning scheme)''' | |||
* Add Community level section, as well as a new medium level | |||
* Update code for desktop releases (love file for Linux, app for Mac, exe for Windows) | |||
'''1.0.1 (old versioning scheme)'''<br> | |||
Add 2 additional settings: | |||
* Allow the choice of triangle or START for resetting the game. | |||
* Allow confirmation dialogs (when resetting or navigating away from an in-progress game) to be disabled. | |||
'''1.0.0 (old versioning scheme)''' | |||
*Initial release of Flowit-Vita. | |||
== External links == | == External links == | ||
* Official Website - https://github.com/ | * Official Website - https://github.com/Flowit-Game/Flowit/ | ||
* Github - https://github.com/ywnico/flowit-vita | * Github - https://github.com/ywnico/flowit-vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/771 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/771 | ||
Revision as of 12:28, 12 October 2022
Flowit | |
---|---|
File:Flowitvita.jpg | |
General | |
Author | ywnico |
Type | Puzzle |
Version | 1.0.3 |
License | GPL-3.0 |
Last Updated | 2022/10/12 |
Links | |
Download | |
Website | |
Source | |
A port of the puzzle game Flowit by ByteHamster. The original is an Android app written in Java; this is a reimplementation written in Lua. The port runs on desktop and PlayStation Vita. The desktop port is based on LÖVE and the Vita port uses Lua Player Plus Vita by Rinnegatamante.
About
Easy to learn, hard to master. Play the addicting puzzle game Flowit now and to think outside the box. There are already 75 levels available and even more to come. The game features a clean and elegant design - you will be amazed by the simplicity and complexity at the same time. Fill all boxes with the color of their border by using the special boxes. Those, for example, fill surrounding boxes in only one direction with their color. Discover various types of special boxes in the provided level packs.
Running on PS Vita
- Download the latest VPK release file and sideload it using VitaShell or similar.
- Gameplay depends on the touchscreen, so the experience is better on the handheld PS Vita than on PS TV.
Media
Screenshots
Building (packaging VPK)
On Linux, enter the flowit-vita directory and execute ./build.sh (this requires vita-mksfoex from VitaSDK).
The eboot.bin file is compiled from Lua Player Plus. To build that for yourself as well, note that you need a version of Lua Player Plus recent enough to include text width and height detection (added in this commit).
Making levels
New levels can be created using the online editor at https://flowit.bytehamster.com and contributed upstream. Alternatively, you can create levels and append the resulting XML to the level packs in assets/levels/.
Languages
The app can run in English, Chinese (中文), or Japanese (日本語). Localization strings are in lib/translation.lua.
Changelogs
v1.03
- Add many new community levels
- Change to Vita-compatible versioning scheme (1.xx) and show version info in settings page
- Add a second colorscheme option for better accessibility
- Minor layout tweaks
1.1.0 (old versioning scheme)
- Add Community level section, as well as a new medium level
- Update code for desktop releases (love file for Linux, app for Mac, exe for Windows)
1.0.1 (old versioning scheme)
Add 2 additional settings:
- Allow the choice of triangle or START for resetting the game.
- Allow confirmation dialogs (when resetting or navigating away from an in-progress game) to be disabled.
1.0.0 (old versioning scheme)
- Initial release of Flowit-Vita.
External links
- Official Website - https://github.com/Flowit-Game/Flowit/
- Github - https://github.com/ywnico/flowit-vita
- VitaDB - https://vitadb.rinnegatamante.it/#/info/771