Skip to content

domdomegg/airconsole-you-talking-to-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

72 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AirConsole: You talking to me? (try live)

Multiplayer party game, built for the AirConsole platform.

A screenshot of the game in progress, showing a set of words and a statement that Guest 1 is describing one of them while Guest 2 and Guest 4 are guessing

๐Ÿ”ง Setup

npm install

๐Ÿƒ Running

npm start

The game will be availble on http://localhost:3000, which can be opened in the simulator

โœ… Testing

npm test

๐Ÿ— Building

npm run build will build the files in src and public to build

serve build -p 3000 will serve the files from build

๐ŸŽฎ Playing with others

On your local network you can use your internal IP address, e.g. http://www.airconsole.com/#http://192.168.1.101:3000

Over the internet, you could use something like ngrok with ngrok http 3000