This is a Poketypes application that allows users to see the effectiveness of different types of attacks in the Pokemon universe. The application uses React for the frontend and the use-sound
library for playing audio effects.
The project can be accessed on https://soruthewhistler.github.io/poketypes/
- Clone the repository:
git clone https://github.com/soruthewhistler/poketypes.git
- Navigate to the project directory:
cd poketypes
- Install the dependencies:
npm install
- Start the application:
npm start
- Open the application in your browser at http://localhost:3000.
- On the left column are the attackers and on the top row are the defenders.
- The effectiveness of the attack will be displayed in the corresponding cell.
- Click on a cell to see the effectiveness in more detail.
- Click anywhere on the board to deselect the attacker and defender types.