Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Features :
- Adding your favorite covers to a list - it won't be erased when you close the window
- A cool name !

Updated up to the 2022 exhibition.
Updated up to the 2025 exhibition.

Potential future features:
- Not hotlinking images from the Famicase Exhibition website
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1 id="title" onclick="randomize();">⇒ RAND<span id="arr">↻</span>M FAMICAS
<select id="year">
<option value="-1" selected>ANY YEAR</option>
<option value="-2">ANY BIG</option>
<option value="20"> 2025</option>
<option value="19"> 2024</option>
<option value="18"> 2023</option>
<option value="17"> 2022</option>
Expand Down
6 changes: 3 additions & 3 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function qs(s){return document.getElementById(s)};
function dc(s){return document.createElement(s)};
function rand(min,max){return Math.floor(Math.random()*(max-min+1))+min};

var tableIndex = [23,30,46,53,58,78,63,79,89,112,149,162,165,250,261,270,253,253,252,250];
var tableIndex = [23,30,46,53,58,78,63,79,89,112,149,162,165,250,261,270,253,253,252,250,255];
var lastInfo;
var startingYear = 2005;

Expand Down Expand Up @@ -314,10 +314,10 @@ refreshList();
- 2017 : 001 002 003 012 123
- 2018 : 01_sample 02_sample 03_sample 12_sample 123_sample
- 2019 to 2020 : 01_sample 02_sample 03_sample 012_sample 123_sample
- 2021 to 2023 : 001 002 003 012 123
- 2021 to 2025 : 001 002 003 012 123

Index of html pages too :
- 2008 to 2016 : 01 02 03 12 123
- 2017 to 2024 : 001 002 003 012 123
- 2017 to 2025 : 001 002 003 012 123

*/