Calculator Tools Calculator Tools
Create

Pokémon Game

Oct 12, 2023

About this app

Catch and train Pokémon in this exciting game!

[ { "search": "// Function to display a random Pokémon", "replace": "// Function to display Pikachu and fight other Pokémon" }, { "search": "var pokemonList = [\n { name: \"Pikachu\", image: \"https://img.pokemondb.net/artwork/pikachu.jpg\" },\n { name: \"Charizard\", image: \"https://img.pokemondb.net/artwork/charizard.jpg\" },\n { name: \"Bulbasaur\", image: \"https://img.pokemondb.net/artwork/bulbasaur.jpg\" },\n { name: \"Squirtle\", image: \"https://img.pokemondb.net/artwork/squirtle.jpg\" },\n { name: \"Jigglypuff\", image: \"https://img.pokemondb.net/artwork/jigglypuff.jpg\" }\n ];", "replace": "var pokemonList = [\n { name: \"Pikachu\", image: \"https://img.pokemondb.net/artwork/pikachu.jpg\" }\n ];" } ]

Related apps

Put this on your site

Source

                    [
{
"search": "// Function to display a random Pokémon",
"replace": "// Function to display Pikachu and fight other Pokémon"
},
{
"search": "var pokemonList = [\n { name: \"Pikachu\", image: \"https://img.pokemondb.net/artwork/pikachu.jpg\" },\n { name: \"Charizard\", image: \"https://img.pokemondb.net/artwork/charizard.jpg\" },\n { name: \"Bulbasaur\", image: \"https://img.pokemondb.net/artwork/bulbasaur.jpg\" },\n { name: \"Squirtle\", image: \"https://img.pokemondb.net/artwork/squirtle.jpg\" },\n { name: \"Jigglypuff\", image: \"https://img.pokemondb.net/artwork/jigglypuff.jpg\" }\n ];",
"replace": "var pokemonList = [\n { name: \"Pikachu\", image: \"https://img.pokemondb.net/artwork/pikachu.jpg\" }\n ];"
}
]