Pokémon JS is an application that allows the user to play Pokémon on their web browser! Battle mechanics such as, damage, status effects, stat changes, and critical hits have been implimented. We use https://pokeapi.co in order for this application to work.
You must have NPM and nodemon installed globally on your computer.
To start the program, in the root folder, go into your console and type "npm install"
npm install
Then, type in "nodemon"
nodemon
Now you can go to http://localhost:3000/#/pokemon/ to play!
- Noah Cussatti - Battle Mechanics - noahcussatti
- Pokeapi for allowing us to use their open source API - pokeapi
- Bulbapedia for information on the core mechanics of Pokemon - bulbapedia