Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 552 Bytes

Connector

Live Demo

Link

Introduction

Connector is a html-based game inspired by Dots.

Instruction

wireframes

Architecture & Technologies

  • The game components are pure ReactJS components
  • Uses React CSS Transition Group for rendering animation
  • Uses React Modal component for instruction modal

Cool Stuff

  • Relies on Javascript's event delegation from Board to pass function and scope of function down to sub component Dot

snippet