We will call you! This is an employee recruitment role playing board game based on FunEmployed.
Deal every Applicant six Qualification cards to create their Resume. These are private. Reveal the top Job card. This is the Job the Applicants are applying for this round. Give all Applicants a minute or so to figure out how they would like to apply for the job and "Build Their Resume". After each Applicant builds their Resume, all Applicants apply to the Job, clockwise from the Employer, by explaining why their Qualifications make them the best fit for the Job. Applicants reveal all of their Qualifications to the Employer, one at a time, and describe how each one makes them qualified for the Job. Be creative. Be funny. After all Applicants have made their pitch, the Employer chooses which Applicant they feel is the most qualified.
- Create a room from the home page and share the room link with your friends.
Clone the project and setup go environment then you can run the project with the command at below.
go run main.go
Server side is totally written in Go, it uses Gin as HTTP framework and Gorilla for WebSocket. And client side uses vanilla JS.
You can deploy the game using Dockerfile to anywhere easily but do not forget to update WebSocket Server url on templates/scripts/room-script.js file or you can run the server on your local environment and share it by using ngrok.