Skip to content

Commit c01c860

Browse files
committed
Updated documentation
1 parent 878ccfd commit c01c860

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

Changelog.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
# Prince of Persia Changelog
1+
# Prince of Persia for Roku
2+
3+
A port of the classic game Prince of Persia (1989) to Roku streaming devices and TVs.
4+
5+
## Changelog
6+
7+
### v0.21 - 16-Oct-2025 - Revamped Menu and Support for Multi-keys on Simulator
8+
9+
- Add: New manifest `multi_key_events` entry (Simulator only)
10+
- Add: Shift (walk, drink, sword) key works on Simulator as in DOS game
11+
- Add: Support for GamePad mapping under the Simulation Engine
12+
- Add: New images and sections on README.md
13+
- Add: Support for Ascii Mode rendering (Simulator CLI only)
14+
- Add: ImageFadeIn() to save resources on iOS
15+
- Add: Created a Menu system for the game
16+
- Add: Option to close the game app when press `back` key on the main menu
17+
- Add: Konami cheat to open Secret Screen and fixed several menu issues
18+
- Change: Only Play the Intro during the first time the app is started
19+
- Change: Save menu selection on `m` object
20+
- Change: Improved `MessageBox` rendering
21+
- Change: Prevent load saved game when it is from a different mod
22+
- Updated game control screen and gamepad control mappings
23+
- Change: Default sound effects volume set to 100%
24+
- Change: Improved performance of the Mods Screen
25+
- Change: Limited internal mods to only 2 (PoP Revisited and Princess of Persia)
26+
- Change: Updated screen resolutions to maximize the game on screen
27+
- Change: Improved performance on loops and AA access
28+
- Fix: Text screens rendering
29+
- Fix: Prevent small pause when showing the clock
30+
- Fix: #104 - Walk from edge triggers "testfoot" action and not fall
31+
- Fix: Scrolling on Grid Screen for HD and SD
32+
- Fix: `libCanvas` on SD mode
33+
- Fix: Menus on SD Mode
34+
- Fix: Border in Mods icons and on Shift Mode (Roku only)
235

336
### v0.18 - 11-Nov-2019 - Fixes for Mods and SD Mode
437

@@ -9,7 +42,7 @@
942

1043
- Add: Support for SD Mode
1144
- Change: Removed remaining SDK1 objects (MessageBox and Keyboard)
12-
- Several small fixes
45+
- Several small fixes
1346

1447
### v0.16 - 15-Sep-2019 - Emulator Support
1548

@@ -101,7 +134,7 @@
101134
- Fix: When kid perform a "turnengarde" action close to an edge he retreats and fall
102135
- Fix: After death Kid's health is always being restored to 3 lives
103136
- Fix: Shadow sometimes not drinking the potion on Level 5
104-
- Fix: Crash when Mouse character is created (L8)
137+
- Fix: Crash when Mouse character is created (L8)
105138
- Fix: Left wall mixed on top floor for missing rooms (L7R9 and L12R13)
106139
- Fix: Multiple Slicers together do not detect death correctly (L3R16T4)
107140
- Fix: Sometimes two slicers side by side are not in sync (L8R4)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prince of Persia for Roku
22

3-
A port of the classic game Prince of Persia (1989) to Roku streaming devices and TVs
3+
A port of the classic game Prince of Persia (1989) to Roku streaming devices and TVs.
44

55
![Prince of Persia for Roku - Screenshots](docs/pop-collage.png)
66

@@ -32,6 +32,10 @@ In 2020, the original game developer, [Jordan Mechner](https://www.jordanmechner
3232

3333
The game is playable on all current Roku devices and TVs, but the best performance is with more powerful devices like the Roku Ultra. The Wifi remote control is recommended for a better experience.
3434

35+
## Changelog
36+
37+
See the [CHANGELOG.md](CHANGELOG.md) file for more details.
38+
3539
## Development Evolution Videos
3640

3741
Below links to some preview videos I published on YouTube during the development:

0 commit comments

Comments
 (0)