Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 3.67 KB

File metadata and controls

83 lines (65 loc) · 3.67 KB

Wheel of Doom (Squid Coders Project)

Alternative elimination game to Wheel of Doom)

  • Inspired by the TV serie "The Squid Game".
  • There is a preliminary screen with the instructions of the game.
  • In the development of the game will appear: A doll, a traffic light, a tree, 25 players (Squiders) with their respective names, two security guards, a blackboard with the names of the eliminated squiders.
  • The "Squiders" are eliminated when the traffic light randomly changes color (From green to red) and the doll shoots a destructive beam.
  • When the last player is eliminated, the doll self-destructs and the game ends.

Team members:

Project Demo:

For live version of the project, run the code with Live Server.

Demo version for mobile phone:

Demo version for mobile phone: Intro Demo version for mobile phone: Play

Demo version for PC:

Demo version for PC: Intro Demo version for PC: Intro

Next steps

  • Add more participants.
  • Add a second level to the game.
  • Include a functionality so that the user can add and remove squiders in the frontend.
  • Include a persistence system to keep deleted squiders inactive (PHP and a MySql database).

Initial sketch & designs

Sketch 1 Sketch 2 Sketch 3

Final design & atomic design

Final design & atomic design

Stacks

Test & preview

  • Access preview with Live Server and use browser inspection

Methodology:

  • Pair Programming.
  • Mob Programming.
  • AGILE with SCRUM.