PixelChess Vita: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Vita Homebrews |title=PixelChess |image=PixelChessVita.png |description=Pixel chess game for PS Vita written in C++ using vita2d. |author=Macperek |lastupdated=2026/03/10 |type=Board |version=1.0 |license=N/A |download=https://dlhb.gamebrew.org/vitahomebrews/PixelChessVita.7z |website=https://www.reddit.com/r/vitahacks/comments/1rq4m1e/i_made_my_first_homebrew_game_for_the_vita/ |source=https://github.com/Macperek/PixelChess |donation= }} {{#seo: |title=Vita Ho..." |
No edit summary |
||
| Line 19: | Line 19: | ||
|image_alt=PixelChess | |image_alt=PixelChess | ||
}} | }} | ||
Pixel Chess is a homebrew chess game featuring local player-versus-player gameplay on a single console with full chess rule enforcement. | |||
It is written in C++ using the vita2d graphics library. | |||
==Features== | ==Features== | ||
*Local PvP gameplay on a single console. | |||
*Local PvP gameplay on a single console | *Touch screen and physical button support. | ||
*Touch screen and physical button support | *Move history with Undo functionality (Select button). | ||
*Move history with Undo functionality (Select button) | *Fully implemented chess rules, including En Passant, Castling, and Promotion. | ||
*Fully implemented chess rules, including En Passant, Castling, and Promotion | *Custom pixel art graphics. | ||
*Custom pixel art graphics | |||
==Installation== | ==Installation== | ||
Download the latest <code>PixelChess.vpk</code> from the [https://github.com/Macperek/PixelChess/releases Releases] page. | |||
Transfer the <code>.vpk</code> file to your PS Vita using [[VitaShell]] (via FTP or USB). | |||
Install the <code>.vpk</code> and launch the game from the LiveArea. | |||
==Screenshots== | ==Screenshots== | ||
| Line 45: | Line 45: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/Macperek/PixelChess | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/1rq4m1e/i_made_my_first_homebrew_game_for_the_vita/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/1rq4m1e/i_made_my_first_homebrew_game_for_the_vita/ | ||
Latest revision as of 04:20, 16 March 2026
| PixelChess | |
|---|---|
| General | |
| Author | Macperek |
| Type | Board |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2026/03/10 |
| Links | |
| Download | |
| Website | |
| Source | |
Pixel Chess is a homebrew chess game featuring local player-versus-player gameplay on a single console with full chess rule enforcement.
It is written in C++ using the vita2d graphics library.
Features
- Local PvP gameplay on a single console.
- Touch screen and physical button support.
- Move history with Undo functionality (Select button).
- Fully implemented chess rules, including En Passant, Castling, and Promotion.
- Custom pixel art graphics.
Installation
Download the latest PixelChess.vpk from the Releases page.
Transfer the .vpk file to your PS Vita using VitaShell (via FTP or USB).
Install the .vpk and launch the game from the LiveArea.
Screenshots
Changelog
v1.0
- First Release.