You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ The UI of JVic has been designed primarily with mobile devices in mind, so give
20
20
21
21
- Support for direct URL path access to individual games:
22
22
- e.g. [https://vic20.games/#/pitfall](https://vic20.games/#/pitfall)
23
+
- e.g. [https://vic20.games/#/datapop](https://vic20.games/#/datapop)
24
+
- e.g. [https://vic20.games/#/impossiblator-3](https://vic20.games/#/impossiblator-3)
23
25
- Or into BASIC: [https://vic20.games/#/basic](https://vic20.games/#/basic)
24
26
- Or into BASIC with different RAM and/or TV setting: [https://vic20.games/#/basic/16k/pal](https://vic20.games/#/basic/16k/pal)
25
27
- Support for loading games via a ?url= request parameter:
@@ -31,7 +33,7 @@ The UI of JVic has been designed primarily with mobile devices in mind, so give
31
33
- e.g. e.g. [https://vic20.games/?url=https://www.gamesthatwerent.com/wp-content/uploads/2021/04/Game_Moonsweeper-1983ImagicA000.zip&tv=ntsc](https://vic20.games/?url=https://www.gamesthatwerent.com/wp-content/uploads/2021/04/Game_Moonsweeper-1983ImagicA000.zip&tv=ntsc)
32
34
- Support for loading games attached to forum posts:
33
35
- e.g. [https://vic20.games/?url=https://sleepingelephant.com/ipw-web/bulletin/bb/download/file.php%3Fid=4946](https://vic20.games/?url=https://sleepingelephant.com/ipw-web/bulletin/bb/download/file.php%3Fid=4946) (you may need to URL encode the ? after file.php as shown)
34
-
- Being a PWA (Progressive Web App), it can be installed locally to your device!
36
+
- Being a PWA (Progressive Web App), it can be installed locally to your device!
35
37
- And it also comes as a standalone Java app, for those who prefer Java.
0 commit comments