Connector is a html-based game inspired by Dots.
- Start a game
- Populate a board of dots
- Eliminate same colored dots when connected
- Calculate score accordingly
- A modal explaining rules
- Production README
- Vanilla JavaScript and jQuery for overall board logic
- Canvas and WebGL to handle rendering
-
Day 1
- Board: Displaying and re-rendering dots
- Dot: Event handlers
-
Day 2
- Board: Handle more complex connections (rectangles)
- Dot: Increment scores according to complexity of elimination
-
Day 3
- Game: Implement levels
- Level: Implement turns
-
Day 4 BONUS
- Backend: Leader board
- Level: More levels with new types of dots