mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07: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
|
Every four years </a>, Victor Gijsbers puts
|
||||||
together a list of the top 50 IF games of all time.
|
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'
|
target='_blank'
|
||||||
rel='noopener noreferrer'
|
rel='noopener noreferrer'
|
||||||
href='https://ifdb.org/viewcomp?id=1lv599reviaxvwo7'>
|
href='https://ifdb.org/viewcomp?id=1lv599reviaxvwo7'>
|
||||||
list for 2019</a>:
|
list from 2019</a>:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
{top2019.map((game) => (
|
{top2019.map((game) => (
|
||||||
<li key={game[0]}>
|
<li key={game.name}>
|
||||||
<GameEntry {...{
|
<GameEntry {...{
|
||||||
...game,
|
...game,
|
||||||
}} />
|
}} />
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
export default [
|
export default [
|
||||||
|
[
|
||||||
|
'Lost Pig',
|
||||||
|
'https://ifdb.org/viewgame?id=mohwfk47yjzii14w',
|
||||||
|
'https://mirror.ifarchive.org/if-archive/games/zcode/LostPig.z8',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
/* Check with cheap-glk */
|
/* Check with cheap-glk */
|
||||||
'Counterfeit Monkey',
|
'Counterfeit Monkey',
|
||||||
'https://ifdb.org/viewgame?id=aearuuxv83plclpl',
|
'https://ifdb.org/viewgame?id=aearuuxv83plclpl',
|
||||||
'https://mirror.ifarchive.org/if-archive/games/glulx/CounterfeitMonkey.gblorb',
|
'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 */
|
/* Works. Check inputs */
|
||||||
'Anchorhead',
|
'Anchorhead',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue