@@ -4,17 +4,17 @@ Prince of Persia reimplementation written in HTML5 / JavaScript
44
55## Play Online
66
7- - Browser: http ://princejs.com
7+ - Browser: https ://princejs.com
88- Keyboard / Mouse Controls
99
1010## Play Mobile
1111
12- - Browser: http ://princejs.com
12+ - Browser: https ://princejs.com
1313 - Use Landscape Mode (single Browser Tab)
14- - Force Fullscreen: http ://princejs.com?fullscreen=true
14+ - Force Fullscreen: https ://princejs.com?fullscreen=true
1515- Add to Home Screen to start as Fullscreen App
1616- Reduced difficulty (50%):
17- - http ://princejs.com?strength=50&fullscreen=true
17+ - https ://princejs.com?strength=50&fullscreen=true
1818- Touch Controls (tap/drag area on screen):
1919
2020 ![ Mobile] ( assets/web/mobile.svg )
@@ -50,11 +50,11 @@ Url parameters are leveraged to save game state automatically (shortcut in brack
5050
5151Default url looks as follows:
5252
53- http ://princejs.com?level=1&health=3&time=60&strength=100&width=0&fullscreen=false
53+ https ://princejs.com?level=1&health=3&time=60&strength=100&width=0&fullscreen=false
5454
5555Default shortcut url looks as follows:
5656
57- http ://princejs.com?l=1&h=3&t=60&s=100&w=0&f=false&_=true
57+ https ://princejs.com?l=1&h=3&t=60&s=100&w=0&f=false&_=true
5858
5959Manual adjustments of url parameters is possible as preset options.
6060
@@ -86,14 +86,14 @@ Custom levels can be played performing the following steps.
8686
8787Converted levels from https://www.popot.org/custom_levels.php :
8888
89- - [ 100] ( http ://princejs.com?level=100) : Tower of Revenge (own)
90- - [ 101-114] ( http ://princejs.com?level=101) : [ Prince of Persia Revisited] ( https://www.popot.org/custom_levels.php?mod=0000163 )
91- - [ 115-128] ( http ://princejs.com?level=115) : [ Jaffar's House] ( https://www.popot.org/custom_levels.php?mod=0000220 )
92- - [ 129-142] ( http ://princejs.com?level=129) : [ Ipank's Levels] ( https://www.popot.org/custom_levels.php?mod=0000151 )
93- - [ 143-156] ( http ://princejs.com?level=143) : [ Barre's Alternative] ( https://www.popot.org/custom_levels.php?mod=0000189 )
94- - [ 157-170] ( http ://princejs.com?level=157) : [ Miracles Don't Exist] ( https://www.popot.org/custom_levels.php?mod=0000098 )
95- - [ 171-184] ( http ://princejs.com?level=171) : [ Babylon Tower Climb] ( https://www.popot.org/custom_levels.php?mod=0000109 )
96- - [ 185-198] ( http ://princejs.com?level=185) : [ Lost in Errors] ( https://www.popot.org/custom_levels.php?mod=0000144 )
97- - [ 199-212] ( http ://princejs.com?level=199) : [ Story Retold] ( https://www.popot.org/custom_levels.php?mod=0000146 )
98- - [ 213-226] ( http ://princejs.com?level=213) : [ Prince of Persia Guard Revolt] ( https://www.popot.org/custom_levels.php?mod=0000162 )
99- - [ 227-240] ( http ://princejs.com?level=227) : [ Return of Prince] ( https://www.popot.org/custom_levels.php?mod=0000207 )
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 )
0 commit comments