diff --git a/README.md b/README.md index 6f1e684..b7bbe2a 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ ### About -Around 2012, when I was still a computer science student, I found increasingly difficult the remember the name of all Pokémons. So I decided, as a way to be familiar with JavaScript (even though I've never touched it again after that) to program this little website: Pokétest, an interactive browser game, where you have to find the name of Pokémons in a limited time ; and Flashdex, which is a simple Pokédex with high resolution images. +Around 2012, when I was still a computer science student, I found increasingly difficult the remember the name of all Pokémons. So I decided, as a way to be familiar with JavaScript (even though I've never touched it again after that) to program this little website: Pokétest, an interactive browser game, where you have to find the name of Pokémons in a limited time; and Flashdex, which is a simple Pokédex with high resolution images. -Now that there are now more than 900 of them, and it's as useful as ever! The website features filters for all generations, eight languages settings (English, French, Deutsch, Korean, Japanese, Rōmaji, Traditional and Simplified Chinese) and four combinables modes (image visible or as a silhouette ; configurable number of questions or infinite). It can be played with the mouse or the keyboard (input 1, 2, 3, 4). +Now that there are now more than a thousand of them, and it's as useful as ever! The website features filters for all generations, eight languages settings (English, French, Deutsch, Korean, Japanese, Rōmaji, Traditional and Simplified Chinese) and four combinables modes (image visible or as a silhouette; configurable number of questions or infinite). It can be played with the mouse or the keyboard (input 1, 2, 3, 4). ### Planned updates +- Modify URL in the Flashdex for sharing options - Make answer choices closer by type - Type weakness calculator @@ -25,7 +26,7 @@ And this one allows to resize to 700x700px, but putting the image at the center This website has been developed in JavaScript using the jQuery library. It uses the waitForImages plugin. All of those components are licensed under the MIT license, as is this website's source code. This website is HTML5 and CSS3 compliant. -The Pokémon names, the associated artworks and the Pokémon licence is trademarked by Nintendo and The Pokémon Company, 1996 - 2022. +The Pokémon names, the associated artworks and the Pokémon licence is trademarked by Nintendo and The Pokémon Company, 1996 - 2023. All the Pokémon artworks were taken from Bulbapedia, that I'd like to thank for their huge work for the Pokémon community. diff --git a/about.html b/about.html index 9af4da4..d2aa53f 100644 --- a/about.html +++ b/about.html @@ -76,13 +76,13 @@

Copyrights

-

The Pokémon names, the associated artworks and the Pokémon licence is trademarked by Nintendo and The Pokémon Company, 1996 - 2022.

+

The Pokémon names, the associated artworks and the Pokémon licence is trademarked by Nintendo and The Pokémon Company, 1996 - 2023.

All the Pokémon artworks were taken from Bulbapedia, that I'd like to thank for their huge work for the Pokémon community.

\ No newline at end of file diff --git a/artwork/artwork1.jpg b/artwork/artwork1.jpg index 79198ae..5919378 100644 Binary files a/artwork/artwork1.jpg and b/artwork/artwork1.jpg differ diff --git a/artwork/artwork10.jpg b/artwork/artwork10.jpg index 298799c..fea1bc6 100644 Binary files a/artwork/artwork10.jpg and b/artwork/artwork10.jpg differ diff --git a/artwork/artwork11.jpg b/artwork/artwork11.jpg new file mode 100644 index 0000000..c96fac5 Binary files /dev/null and b/artwork/artwork11.jpg differ diff --git a/artwork/artwork12.jpg b/artwork/artwork12.jpg new file mode 100644 index 0000000..d637e77 Binary files /dev/null and b/artwork/artwork12.jpg differ diff --git a/artwork/artwork2.jpg b/artwork/artwork2.jpg index 886547d..3131344 100644 Binary files a/artwork/artwork2.jpg and b/artwork/artwork2.jpg differ diff --git a/artwork/artwork3.jpg b/artwork/artwork3.jpg index 777a017..cfce595 100644 Binary files a/artwork/artwork3.jpg and b/artwork/artwork3.jpg differ diff --git a/artwork/artwork4.jpg b/artwork/artwork4.jpg index f5521a0..e9600f3 100644 Binary files a/artwork/artwork4.jpg and b/artwork/artwork4.jpg differ diff --git a/artwork/artwork5.jpg b/artwork/artwork5.jpg index f8c252f..000f9c0 100644 Binary files a/artwork/artwork5.jpg and b/artwork/artwork5.jpg differ diff --git a/artwork/artwork6.jpg b/artwork/artwork6.jpg index 5299bfe..068d70b 100644 Binary files a/artwork/artwork6.jpg and b/artwork/artwork6.jpg differ diff --git a/artwork/artwork7.jpg b/artwork/artwork7.jpg index 61566d6..01c0df7 100644 Binary files a/artwork/artwork7.jpg and b/artwork/artwork7.jpg differ diff --git a/artwork/artwork8.jpg b/artwork/artwork8.jpg index 8ea6665..0d87a86 100644 Binary files a/artwork/artwork8.jpg and b/artwork/artwork8.jpg differ diff --git a/artwork/artwork9.jpg b/artwork/artwork9.jpg index 601fa2a..0bbc597 100644 Binary files a/artwork/artwork9.jpg and b/artwork/artwork9.jpg differ diff --git a/flashdex.html b/flashdex.html index 515823f..a2d91d3 100644 --- a/flashdex.html +++ b/flashdex.html @@ -31,11 +31,11 @@
- slowbro + finizen

Flashdex

-

Now including the first monsters from Pokémon Scarlet & Violet!

+

Now updated for Pokémon Scarlet and Violet!

The Flashdex is a very simple Pokédex, useful to see your favorite creatures in good resolution. Perfect for learning new names, and to see the different generations and different Pokémon forms!

@@ -87,7 +87,7 @@
diff --git a/flashdex.js b/flashdex.js index 85fdfca..fc9d512 100644 --- a/flashdex.js +++ b/flashdex.js @@ -9,12 +9,12 @@ $(document).ready(function() var G6 = [650, 721]; var G7 = [722, 809]; var G8 = [810, 905]; - var G9 = [906, 923]; - var MEGA = [924, 973]; - var GIGA = [974, 1005]; - var REG = [1006, 1058]; + var G9 = [906, 1008]; + var MEGA = [1009, 1058]; + var GIGA = [1059, 1090]; + var REG = [1091, 1145]; - var EXCEPTION = 990; // urshifu g-max + var EXCEPTION = 1090; // urshifu g-max /************ GAME *************/ /*******************************/ @@ -84,6 +84,8 @@ $(document).ready(function() return '' else if (pkmn["origin"] == "Hisui") return '' + else if (pkmn["origin"] == "Paldea") + return '' else if (pkmn["origin"] == "9G") return '' else if (pkmn["form"] == "mega") @@ -95,8 +97,6 @@ $(document).ready(function() function getFormattedNumber(num) { - if (num > 905 && num < 924) // 9G temporary numbers - return "???"; if (num[0] == 'M' || num[0] == 'R' || num[0] == 'G') return num.substring(1, num.length); return num; @@ -240,7 +240,7 @@ $(document).ready(function() pokemon += pokemonUrl[i]; } - if (pokemonUrl == "G892") + if (pokemonUrl == "G892" || pokemonUrl == "R128") // TODO: not finished, Tauros issue handleException(); else if (pklist.mn[pokemon-1]["origin"] == "Kanto" && !pklist.mn[pokemon-1]["sprite"]) handleKanto(); diff --git a/index.html b/index.html index a93a17d..60734c7 100644 --- a/index.html +++ b/index.html @@ -30,12 +30,12 @@
- Growlithe + Quaxly

Pokétest

-

Now updated for Pokémon Legends: Arceus!

+

Now updated for Pokémon Scarlet and Violet!

-

There are now more than 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!

+

There are now more than 1000 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!

For more details, please read the About page!

@@ -75,13 +75,17 @@ 7G (722 - 809)
-