Skip to content

Feature: Add missing CLI projects to search_projects.py registry #976

@nishtha-agarwal-211

Description

@nishtha-agarwal-211

Description

The interactive terminal search script search_projects.py lists only 18 projects out of the 38+ projects in the repository. We want to update the interactive terminal registry to include all available CLI projects.

Proposed Solution

  1. Browse the games/, math/, and utilities/ directories to identify projects not listed in the PROJECTS array inside search_projects.py.
  2. Add objects matching the schema (name, emoji, category, difficulty, description, keywords, path) for these missing projects to the registry array.
  3. Test that running python search_projects.py successfully shows the newly added projects and launches them without errors.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions