JffMv / Emulator-Among-Us-Front

GNU General Public License v3.0
0 stars 0 forks source link

Emulator Among Us Frontend

This is the Front end of Emulator Among Us.
Repository in GitHub here

Getting Started

For clone this repository you use this command:

 git clone https://github.com/JffMv/Emulator-Among-Us-Front.git

Prerequisites

Have installed:

git 2.44 - Install Git

node.js 22.5.1 - Install Node.js

Back-End - Clone repository

Deployment

The process were building project React with the command:

npm install

Then run the project with:

npm start

This project run for the port 3000, so can see work http://localhost:3000

If you want add this project into backend java use this command and copy the directory "build" in the path /src/resource/ and change the name to "public":

npm run build

This project run for the port 8080, so can see work http://localhost:8080

Architecture

img.png

React Component:

This application based in React and support for one component. Have two screens initials and the call component of phaser and WebSocketContext contain component phaser.

Phaser:

Phaser is the framework speciality in video games for app webs, where tools offer are efficient. The implementation functions adds are:

WebSocketContext:

This connects, send, close and control of errors with the connection server for Endpoint ws:domain/play.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENCE.txt file for details