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
- Host: GitHub
- URL: https://github.com/issacto/werewolf-game-generator
- Owner: issacto
- Created: 2021-04-22T20:08:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T05:52:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T20:58:01.517Z (4 months ago)
- Language: JavaScript
- Homepage: https://werewolf-issacto.vercel.app
- Size: 94.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```