A web-based 2D fighting game with single and multiplayer(a little buggy but ok ..) support ..
git clone https://github.com/Waqibsk/Darklash.git
cd Darklash
- go to the
clientdirectory. - install dependencies.
npm install
- start frontend
npm run dev
- go to the
serverdirectory. - install dependencies.
npm install
- Run backend
npm start


