diff --git a/index.html b/index.html index ad1dc0c..aabca74 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,12 @@ - IFPlayer + + IFPlayer + +
diff --git a/src/components/GameEntry/GameEntry.jsx b/src/components/GameEntry/GameEntry.jsx index 95d03dd..2747e84 100644 --- a/src/components/GameEntry/GameEntry.jsx +++ b/src/components/GameEntry/GameEntry.jsx @@ -10,6 +10,7 @@ export default ({ name, ifdb, url }) => (

{name}

IFDB page diff --git a/src/components/Player/Status.jsx b/src/components/Player/Status.jsx index dc3ff9e..d376c6f 100644 --- a/src/components/Player/Status.jsx +++ b/src/components/Player/Status.jsx @@ -14,6 +14,7 @@ const fail = details => ( | Report bug diff --git a/src/views/GamesView/GamesView.jsx b/src/views/GamesView/GamesView.jsx index 3d85ca6..9a8d53f 100644 --- a/src/views/GamesView/GamesView.jsx +++ b/src/views/GamesView/GamesView.jsx @@ -21,6 +21,7 @@ export default function () {

IFDB @@ -32,9 +33,9 @@ export default function () { go back.

-

+

Tutorial -

+

If you are not familiar with Interactive Fiction, @@ -52,19 +53,21 @@ export default function () {
-

+

Interactive Fiction Top 50 of All Time -

+

Every four years , Victor Gijsbers puts together a list of the top 50 IF games of all time. Here is an almost complete version of the list for 2019:

diff --git a/src/views/HomeView/HomeView.jsx b/src/views/HomeView/HomeView.jsx index 9476cbf..7fb2c0f 100644 --- a/src/views/HomeView/HomeView.jsx +++ b/src/views/HomeView/HomeView.jsx @@ -31,6 +31,7 @@ export default function ({ themeEngine }) {
Source code can be found in this repository . @@ -40,9 +41,9 @@ export default function ({ themeEngine }) {
-

+

Interface theme -

+
-

+

Play a game from the list -

+

@@ -73,9 +74,9 @@ export default function ({ themeEngine }) {


-

+

Play the game from a file -

+

diff --git a/src/views/NotFoundView.jsx b/src/views/NotFoundView.jsx index df49c6b..b189926 100644 --- a/src/views/NotFoundView.jsx +++ b/src/views/NotFoundView.jsx @@ -17,6 +17,7 @@ export default () => ( | Report bug