SanskaarPatni / pokemon.io-hackverse2.0

A Multiplayer Pokemon game where one can host, join a room and even chat, play the game in the room!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title

pokemon.io

Description

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.

Tech Stack

Libraries and dependencies

API

Installation steps

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

Declaration of Previous Work

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.

Authors

About

A Multiplayer Pokemon game where one can host, join a room and even chat, play the game in the room!


Languages

Language:JavaScript 75.2%Language:CSS 22.3%Language:HTML 2.5%