@@ -11,10 +11,9 @@ Prince of Persia reimplementation written in HTML5 / JavaScript
1111
1212- Browser: https://princejs.com
1313 - Use Landscape Mode (Single Tab, Disable Landscape Tab Bar in Browser Settings)
14- - Force Fullscreen: https://princejs.com?fullscreen=true
1514- Add to Home Screen to start as Fullscreen App
1615- Reduced difficulty (50%):
17- - https://princejs.com?strength=50&fullscreen=true
16+ - https://princejs.com?strength=50
1817- Touch Controls (tap/drag area on screen):
1918
2019 ![ Mobile] ( assets/web/mobile.svg )
@@ -45,12 +44,11 @@ Url parameters are leveraged to save game state automatically (shortcut in brack
4544- ` time (t) ` : Remaining Minutes (1-60, default: 60)
4645- ` strength (s) ` : Guard Strength in "%" (0-100, default: 100)
4746- ` width (w) ` : Game Width in "px" (default: 0 (fit to screen))
48- - ` fullscreen (f) ` : Fullscreen mode (=100vh) (default: false)
4947- ` shortcut (_) ` : Write url in shortcut version (default: false)
5048
5149Default url looks as follows:
5250
53- https://princejs.com?level=1&health=3&time=60&strength=100&width=0&fullscreen=false
51+ https://princejs.com?level=1&health=3&time=60&strength=100&width=0
5452
5553Default shortcut url looks as follows:
5654
@@ -86,18 +84,18 @@ Custom levels can be played performing the following steps.
8684
8785Converted levels from https://www.popot.org/custom_levels.php :
8886
89- - [ 100] ( https://princejs.com?level=100 ) : Tower of Revenge (own)
90- - [ 101-114] ( https://princejs.com?level=101 ) : [ Prince of Persia Revisited] ( https://www.popot.org/custom_levels.php?mod=0000163 )
91- - [ 115-128] ( https://princejs.com?level=115 ) : [ Jaffar's House] ( https://www.popot.org/custom_levels.php?mod=0000220 )
92- - [ 129-142] ( https://princejs.com?level=129 ) : [ Ipank's Levels] ( https://www.popot.org/custom_levels.php?mod=0000151 )
93- - [ 143-156] ( https://princejs.com?level=143 ) : [ Barre's Alternative] ( https://www.popot.org/custom_levels.php?mod=0000189 )
94- - [ 157-170] ( https://princejs.com?level=157 ) : [ Miracles Don't Exist] ( https://www.popot.org/custom_levels.php?mod=0000098 )
95- - [ 171-184] ( https://princejs.com?level=171 ) : [ Babylon Tower Climb] ( https://www.popot.org/custom_levels.php?mod=0000109 )
96- - [ 185-198] ( https://princejs.com?level=185 ) : [ Lost in Errors] ( https://www.popot.org/custom_levels.php?mod=0000144 )
97- - [ 199-212] ( https://princejs.com?level=199 ) : [ Story Retold] ( https://www.popot.org/custom_levels.php?mod=0000146 )
98- - [ 213-226] ( https://princejs.com?level=213 ) : [ Prince of Persia Guard Revolt] ( https://www.popot.org/custom_levels.php?mod=0000162 )
99- - [ 227-240] ( https://princejs.com?level=227 ) : [ Return of Prince] ( https://www.popot.org/custom_levels.php?mod=0000207 )
87+ - [ 100] ( https://princejs.com?level=100&strength=50 ) : Tower of Revenge (own)
88+ - [ 101-114] ( https://princejs.com?level=101&strength=50 ) : [ Prince of Persia Revisited] ( https://www.popot.org/custom_levels.php?mod=0000163 )
89+ - [ 115-128] ( https://princejs.com?level=115&strength=50 ) : [ Jaffar's House] ( https://www.popot.org/custom_levels.php?mod=0000220 )
90+ - [ 129-142] ( https://princejs.com?level=129&strength=50 ) : [ Ipank's Levels] ( https://www.popot.org/custom_levels.php?mod=0000151 )
91+ - [ 143-156] ( https://princejs.com?level=143&strength=50 ) : [ Barre's Alternative] ( https://www.popot.org/custom_levels.php?mod=0000189 )
92+ - [ 157-170] ( https://princejs.com?level=157&strength=50 ) : [ Miracles Don't Exist] ( https://www.popot.org/custom_levels.php?mod=0000098 )
93+ - [ 171-184] ( https://princejs.com?level=171&strength=50 ) : [ Babylon Tower Climb] ( https://www.popot.org/custom_levels.php?mod=0000109 )
94+ - [ 185-198] ( https://princejs.com?level=185&strength=50 ) : [ Lost in Errors] ( https://www.popot.org/custom_levels.php?mod=0000144 )
95+ - [ 199-212] ( https://princejs.com?level=199&strength=50 ) : [ Story Retold] ( https://www.popot.org/custom_levels.php?mod=0000146 )
96+ - [ 213-226] ( https://princejs.com?level=213&strength=50 ) : [ Prince of Persia Guard Revolt] ( https://www.popot.org/custom_levels.php?mod=0000162 )
97+ - [ 227-240] ( https://princejs.com?level=227&strength=50 ) : [ Return of Prince] ( https://www.popot.org/custom_levels.php?mod=0000207 )
10098
10199## Credits
102100
103- - https://github.com/ultrabolido
101+ - https://github.com/ultrabolido
0 commit comments