GamesView: rearrange the game list

This commit is contained in:
He4eT 2023-05-28 03:10:19 +03:00 committed by Alexey
commit f84da5ba79
2 changed files with 8 additions and 8 deletions

View file

@ -65,16 +65,16 @@ export default function GamesView () {
Every four years </a>, Victor Gijsbers puts
together a list of the top 50 IF games of all time.
Here is an almost complete version of the <a
Here is an almost complete and slightly rearranged version of the <a
target='_blank'
rel='noopener noreferrer'
href='https://ifdb.org/viewcomp?id=1lv599reviaxvwo7'>
list for 2019</a>:
list from 2019</a>:
</p>
<ol>
{top2019.map((game) => (
<li key={game[0]}>
<li key={game.name}>
<GameEntry {...{
...game,
}} />

View file

@ -1,15 +1,15 @@
export default [
[
'Lost Pig',
'https://ifdb.org/viewgame?id=mohwfk47yjzii14w',
'https://mirror.ifarchive.org/if-archive/games/zcode/LostPig.z8',
],
[
/* Check with cheap-glk */
'Counterfeit Monkey',
'https://ifdb.org/viewgame?id=aearuuxv83plclpl',
'https://mirror.ifarchive.org/if-archive/games/glulx/CounterfeitMonkey.gblorb',
],
[
'Lost Pig',
'https://ifdb.org/viewgame?id=mohwfk47yjzii14w',
'https://mirror.ifarchive.org/if-archive/games/zcode/LostPig.z8',
],
[
/* Works. Check inputs */
'Anchorhead',