mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
GamesView: rearrange the game list
This commit is contained in:
parent
5863134c3e
commit
f84da5ba79
2 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
}} />
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue