Commit graph

14 commits

Author SHA1 Message Date
Neeldhara Misra
3d31dc1b55 Add Forgejo CI and Dokploy deployment
Some checks are pending
CI / verify (push) Waiting to run
2026-07-20 14:22:11 +05:30
gpt-engineer-app[bot]
ba5dac212e Refactor interactive links
Update interactive links to generate unique URLs and categorize the pebble placement interactive under "Puzzles" while removing it from "DSA" and "Games".
2025-08-21 10:59:06 +00:00
gpt-engineer-app[bot]
8917e1a66f Add pebble game interactive
Add a new interactive game where users place pebbles on an integer line from 1 to 35. The rules are:
- A pebble can only be placed on position `i` if position `i-1` has a pebble.
- Position 1 can always have a pebble placed on it.
- Users start with `n` pebbles (chosen via a slider from 2 to 5).
- The goal is to find the largest integer position for which a pebble can be placed.
2025-08-21 10:45:38 +00:00
gpt-engineer-app[bot]
1ad16d355c Add guessing game to data structures
Add the guessing game component to the "Data Structures and Algorithms" theme and update the index to include it.
2025-08-10 15:51:03 +00:00
gpt-engineer-app[bot]
c30f406989 Remove Northcott's Game from listing
Remove Northcott's Game from the Data Structures and Algorithms listing.
2025-07-21 07:20:39 +00:00
gpt-engineer-app[bot]
cd588e391a Make Northcott's Game standalone
Give Northcott's Game a unique ID and make it accessible as a standalone interactive.
2025-07-21 07:09:10 +00:00
7451682dd5 Add Ternary Search Magic Trick interactive and fix layout issues
- Create new Ternary Search Magic Trick interactive with ternary search logic
- Add emoji buttons and 'not present' option for better UX
- Implement 'How it Works' modal with embedded YouTube video
- Fix layout margins when accessing interactives from theme pages
- Add standalone and green screen pages for the new interactive
- Update Data Structures theme to include the new interactive
2025-07-20 10:29:09 +05:30
gpt-engineer-app[bot]
e636df7fd1 Add header/footer to data structures page
Add global header and footer to the data structures page and rename the page to "Data Structures and Algorithms".
2025-07-19 15:16:13 +00:00
gpt-engineer-app[bot]
c2c5f0e4bd Visual edit in Lovable
Edited UI in Lovable
2025-07-19 15:15:01 +00:00
gpt-engineer-app[bot]
057efcceaa Visual edit in Lovable
Edited UI in Lovable
2025-07-19 15:14:20 +00:00
gpt-engineer-app[bot]
d7232f8470 Refine interactive layout and content
- Center cards in one-by-one mode.
- Remove global header/footer from interactive pages.
- Fix "School Connect" text on data structures page.
- Remove binary representation interactive from data structures list.
2025-07-19 15:03:06 +00:00
gpt-engineer-app[bot]
27f179e517 Visual edit in Lovable
Edited UI in Lovable
2025-07-19 14:52:39 +00:00
gpt-engineer-app[bot]
dda00627f8 Add binary search interactive
Recreate the binary search interactive, add a popup explanation, social sharing, and green screen versions. Place it under Data Structures.
2025-07-19 14:51:05 +00:00
gpt-engineer-app[bot]
435f7a3d43 Add binary interactive to School Connect
Implement a binary representation interactive game with cards, a timer, and score tracking on the School Connect page.
2025-07-19 13:16:46 +00:00