Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.03 KB

King of Bots

this is a small snake online game

✨ Skills

  • Springboot
  • Mongodb
  • React

📖 How to use

To clone and run this application

# Clone this repository
$ git clone https://github.com/Reene444/King_of_bots
 
# Go into the each backend modules and combine the commands as third point.
$ cd DiscoveryServer
$ cd ApiGateway
$ cd RunningService
$ 

#Each backend modules run commands as follows:
# Install dependencies
$ mvn clean package

# Run the app
$ java -jar target/Discovery-0.0.1-SNAPSHOT.jar
$ java -jar target/ApiGateway-0.0.1-SNAPSHOT.jar
$ java -jar target/RunningService-0.0.1-SNAPSHOT.jar


# Go into the repository
$ cd frontend

# Run the app
$ npm start

🔧 Functions

  • Process:
  1. Pk
  2. LeaderBoard
  3. Recording function
  4. PlaybackPage function

Blogs for implementing

Blogs for implementing

Page Link

img_4.png