An open API service indexing awesome lists of open source software.

https://github.com/issacto/werewolf-game-generator

Deployed Web App
https://github.com/issacto/werewolf-game-generator

Last synced: 3 months ago
JSON representation

Deployed Web App

Awesome Lists containing this project

README

        

# Werewolf Game Generator

A website application that provides a game generator for the game werewolf. Admin first opens a room with the number of players and the respective roles in the game. After retrieving the room id, share it to the users and the users can get their respective roles via inputting the id.

## Tools:
* Nextjs
* Spring Boot

## Run the program
### Backend:
```
./mvnw spring-boot:run
```

### Front end:
```
cd client
npm run dev
//go to http://localhost:3000
```