More actions
(Created page with "{{#seo: |title=Vita Homebrew Games (Adventure) - GameBrew! |title_mode=append |image=fanworforpsvita.jpg |image_alt=Fanwor for PS Vita }} {{Infobox Vita Homebrews |title=Fanwo...") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Fanwor | |title=Fanwor | ||
|image= | |image=fanworforpsvita2.jpg | ||
|description=A PS Vita port of Fanwor | |description=A PS Vita port of Fanwor. | ||
|author=Calistex | |author=Calistex | ||
|lastupdated=2021/05/24 | |lastupdated=2021/05/24 | ||
|type=Adventure | |type=Adventure | ||
|version=2021 | |version=2021 | ||
|license= | |license=GPL-2.0 | ||
|download= | |download=https://dlhb.gamebrew.org/vitahomebrews/fanwor_vita.zip Source Only | ||
|website=https:// | |website=https://github.com/Calistex/fanwor-vita | ||
|source=https://github.com/Calistex/fanwor-vita | |source=https://github.com/Calistex/fanwor-vita | ||
}} | }} | ||
{{#seo: | |||
|title=Vita Homebrew Games (Adventure) - GameBrew | |||
|title_mode=append | |||
|image=fanworforpsvita2.jpg | |||
|image_alt=Fanwor for PS Vita | |||
}} | |||
Fanwor is a port of [https://git.tuxfamily.org/fanwor/fanwor.git Fanwor] to the PS Vita. You need to build the vpk yourself using [https://vitasdk.org/ VitaSDK]. | |||
Fanwor is | |||
Fanwor has originally been written for the "Magic Game Contest", a programming contest held in 1999 for the now ancient Atari TOS computers. | Fanwor is an action-adventures in the style of the game The Legend of Zelda (© by Nintendo). Fanwor has originally been written for the "Magic Game Contest", a programming contest held in 1999 for the now ancient Atari TOS computers. The source code was later adapted to Linux, using the SDL library as the graphical interface. | ||
== | ==Building== | ||
[https://vitasdk.org/ VitaSDK] is needed. After you've set it correctly, clone the repository. | [https://vitasdk.org/ VitaSDK] is needed. After you've set it correctly, clone the repository. | ||
Enter the project directory and build it like this: | Enter the project directory and build it like this: | ||
mkdir build | |||
mkdir build | cd build | ||
cd build | cmake .. | ||
cmake .. | make | ||
make | |||
It will generate the .vpk file inside the build folder. | It will generate the .vpk file inside the build folder. | ||
==Media== | ==Media== | ||
'''AMIGA FANWOR FAN WOR The Legend of Gemda ZELDA CLONE Thomas Huth''' ([https://www.youtube.com/watch?v=06PLftHrAR4 petsasjim1]) <br> | |||
<youtube>06PLftHrAR4</youtube> | <youtube>06PLftHrAR4</youtube> | ||
== | ==Credits== | ||
Thomas Huth for the original code. [http://fanwor.tuxfamily.org/ Website]. | |||
== | ==External links== | ||
* | * GitHub - https://github.com/Calistex/fanwor-vita | ||
[[Category:Other game ports on Vita]] | |||
[[Category:Vita game ports]] | |||
Latest revision as of 03:13, 26 October 2024
Fanwor | |
---|---|
General | |
Author | Calistex |
Type | Adventure |
Version | 2021 |
License | GPL-2.0 |
Last Updated | 2021/05/24 |
Links | |
Source Only Download | |
Website | |
Source | |
Fanwor is a port of Fanwor to the PS Vita. You need to build the vpk yourself using VitaSDK.
Fanwor is an action-adventures in the style of the game The Legend of Zelda (© by Nintendo). Fanwor has originally been written for the "Magic Game Contest", a programming contest held in 1999 for the now ancient Atari TOS computers. The source code was later adapted to Linux, using the SDL library as the graphical interface.
Building
VitaSDK is needed. After you've set it correctly, clone the repository.
Enter the project directory and build it like this:
mkdir build cd build cmake .. make
It will generate the .vpk file inside the build folder.
Media
AMIGA FANWOR FAN WOR The Legend of Gemda ZELDA CLONE Thomas Huth (petsasjim1)
Credits
Thomas Huth for the original code. Website.