Calculator Tools Calculator Tools
Create

Pokémon Game

Oct 12, 2023

About this app

A fun and interactive Pokémon game where you can catch and battle with Pokémon. Choose your starter Pokémon, explore the game world, defeat gyms, and save your progress.

[ { "search": "var playerCharacter = {", "replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n var playerCharacter = {" }, { "search": "var playerCharacter = {", "replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n const playerCharacter = {" } ]

Related apps

Put this on your site

Source

                    [
{
"search": "var playerCharacter = {",
"replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n var playerCharacter = {"
},
{
"search": "var playerCharacter = {",
"replace": "const pokemonList = [\n {\n name: \"Pikachu\",\n type: \"Electric\",\n stats: {\n hp: 35,\n attack: 55,\n defense: 40\n }\n },\n {\n name: \"Charmander\",\n type: \"Fire\",\n stats: {\n hp: 39,\n attack: 52,\n defense: 43\n }\n },\n {\n name: \"Squirtle\",\n type: \"Water\",\n stats: {\n hp: 44,\n attack: 48,\n defense: 65\n }\n }\n ];\n\n const playerCharacter = {"
}
]