Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
/ audio-reverse-game Public archive

A (WIP) game to guess reverse audio with your friends

Notifications You must be signed in to change notification settings

derN3rd/audio-reverse-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project will be an online browser game (when it's finished).

A game based on the following logic and rules:

  • type of the game: text sound, round based, one player against all other, changes every round
  • game logic: first player chooses one from 3 sentences, must read it into his mic in reverse (e.g "hello friends" should be read as "sdneirf olleh"). audio will be reversed and uploaded to the server. other players can hear the file one time and then have to guess. if no one is right, they guess a second round. 3 guessing rounds, if no one guesses it, no point is given. the player(s) guessing the right sentence get a point. the current reader chooses the right/wrong answers of the others.
  • structure:
    • NodeJS api-backend with MySQL DB
    • fixed amount of game rooms
    • reCaptcha on room join, to minimize spam
    • rooms can be locked (no additional player can join OR with a password)
    • DONE: audio with html5/webAudio
    • WIP: front end with react
    • Websocket for chat
    • Websocket for game events, serversided controlled

About

A (WIP) game to guess reverse audio with your friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published