Product
Blog
Docs
Pricing
Log in
Sign up
alexwein/loopyLettersApp
alexwein/loopyLettersApp
/
Compare
Merge
custom-cones
into
main
27 files changed
Hide whitespace
+1677
-852
README.md
+95
-11
main
custom-cones
H
backend/index.ts
+41
-186
frontend/components/GameApp.tsx
+157
-475
frontend/index.html
+101
-0
frontend/index.tsx
+9
-5
todos.md
+54
-1
backend/handmade-cones.ts
+115
-0
backend/wordlists.ts
+102
-0
frontend/components/Donut.tsx
+114
-0
frontend/components/GameHeader.tsx
+28
-0
frontend/components/PuzzleSelectScreen.tsx
+38
-0
frontend/components/modals
frontend/components/modals/GameOverModal.tsx
+41
-0
frontend/components/modals/InstructionsModal.tsx
+16
-0
shared/geometry.ts
+72
-0
shared/modes
shared/modes/birds.tsx
+97
-0
shared/modes/coney.tsx
+67
-0
shared/modes/fancy-cone.tsx
+89
-0
shared/modes/handmade-cones.tsx
+146
-0
shared/modes/helpers.ts
+40
-0
shared/modes/index.ts
+29
-0
shared/modes/main.tsx
+57
-0
shared/modes/types.ts
+97
-0
shared/types.ts
+20
-0
shared/words.ts
+52
-0
shared/gameLogic.ts
+0
-174