theshekhawat / impromptster

The repository hosts a team building activity game written in Angular.

Home Page:https://theshekhawat.github.io/impromptster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impromptster

This is the repository for Impromptster (Impromptu + Imposter), a light hearted team building game in Angular.

There is a spinning wheel with the names of participants. Once the wheel stops spinning, the pointer points to a randomly selected name of a participant. Let's call that participant as Player 1. Now, to make the game interesting, the host of the game chooses the participant who's name is exactly opposite Player 1 in the wheel. Let's call the selected participant as Player 2.

Now, Player 2 will be presented some question which he/she will answer as Player 1.

Technologies

Installation

This project is implemented using Angular Cli version [11.0.4] and Node.js version 12.16.3.

Install the dependencies and devDependencies and start the server.

$ cd impromptster
$ npm install
$ npm run start

For production environments...

$ npm install --production
$ npm run start

Todos

  • Real time player interaction

Screenshot

Screenshot - Wheel of fortune!

Screenshot

Screenshot - Quiz

Screenshot

License

MIT

Free Software!

About

The repository hosts a team building activity game written in Angular.

https://theshekhawat.github.io/impromptster


Languages

Language:TypeScript 58.8%Language:HTML 21.7%Language:SCSS 16.0%Language:JavaScript 3.5%