You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,13 @@ The retro theme reminded us of 2 things. Our favorite childhood game Space Invad
11
11
The user plays the role of a Jedi, defeating the aliens with his lightsaber! To modernize it, we decided to use motion controls instead of the classic keypad.
12
12
13
13
## How we built it ⚙️
14
-
-Python
15
-
-Figma
16
-
-Adobe-illustrator
17
-
-Photoshop
14
+
### Python
15
+
- we used opencv to detect and label the hands
16
+
- the label generated was used to control the player object in the game made using pygame.
17
+
### Figma
18
+
- we used figma to plan out a wireframe and to materialise the idea for the ui.
19
+
### Adobe-illustrator and photoshop
20
+
- we used them to create the assets.
18
21
19
22
## Challenges we ran into 💻
20
23
- Working with motion detection for the first time!
0 commit comments