A Multiplayer Pokemon game where one can host, join a room and even chat, play the game in the room! The host can customize the game settings by modifying the time of each round, number of rounds and can even select a particular pokemon generation. The players in the same room will be competing by guessing the pokemon by typing its name in the chat box. They will be given scores based on the time they take to guess it right. After all the rounds in the match are completed, a winner is announced who has the highest total score. We will be implementing themes - a dark and light theme which the user can toggle between according to his/her preference.
- Pokeapi - to collect pokemon data
- Pokeres.bastionbot.org- to generate pokemon images
In the main directory install server dependencies
npm install
Go to client folder:
cd client
Install client dependencies:
npm install
Go to main directory and run the project
npm run dev
We had already built a chat app using sockets. For this hack we added the fun multiplayer gaming functionality that includes players racing against the clock to identify the pokemons.