{"id":31551474,"url":"https://github.com/muradisazade777/codequest-ts","last_synced_at":"2025-10-04T18:56:53.344Z","repository":{"id":313005793,"uuid":"1049639795","full_name":"MuradIsazade777/CodeQuest-TS","owner":"MuradIsazade777","description":"Hello everyone! Here I used TS and his modules. This game might be interesting for you.","archived":false,"fork":false,"pushed_at":"2025-09-29T15:02:51.000Z","size":1632,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T17:11:40.760Z","etag":null,"topics":["game","javascript","json","json-server","library","nodejs","tyepscript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuradIsazade777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T09:23:34.000Z","updated_at":"2025-09-29T15:02:55.000Z","dependencies_parsed_at":"2025-09-03T11:27:47.035Z","dependency_job_id":"30a84bbc-a0a8-47d1-9a75-8fbe5c1a7bcb","html_url":"https://github.com/MuradIsazade777/CodeQuest-TS","commit_stats":null,"previous_names":["muradisazade777/codequest-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuradIsazade777/CodeQuest-TS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FCodeQuest-TS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FCodeQuest-TS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FCodeQuest-TS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FCodeQuest-TS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuradIsazade777","download_url":"https://codeload.github.com/MuradIsazade777/CodeQuest-TS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FCodeQuest-TS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358487,"owners_count":25973949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","javascript","json","json-server","library","nodejs","tyepscript"],"created_at":"2025-10-04T18:56:51.721Z","updated_at":"2025-10-04T18:56:53.289Z","avatar_url":"https://github.com/MuradIsazade777.png","language":"TypeScript","readme":"# 🎮 CodeQuest: A JavaScript Puzzle Adventure\n\n**CodeQuest** is a terminal-based puzzle game built entirely with **JavaScript** and **TypeScript**, designed to challenge your coding intuition and logic.\nEach level presents a code snippet with missing pieces—your task is to solve the puzzle and progress through the quest.\nNo browser, no UI—just pure code and brainpower.\n\n---\n\n## 🚀 Features\n\n- 🧠 Interactive coding challenges in the terminal  \n- 🧩 Progressive levels with increasing difficulty  \n- 💡 Real-time feedback and hints  \n- 🎨 Colorful output using Chalk  \n- 🛠️ Built with Node.js and TypeScript (no HTML/CSS)\n\n---\n\n## 🛠️ Technologies Used\n\n| Technology   | Purpose                          |\n|--------------|----------------------------------|\n| **Node.js**   | Runtime environment for CLI app |\n| **TypeScript**| Type-safe development           |\n| **Inquirer.js**| Interactive terminal prompts   |\n| **Chalk**     | Styled terminal output          |\n\n---\n\n## 📦 Installation\n\n```bash\ngit clone https://github.com/your-username/codequest.git\ncd codequest\nnpm install\n\n▶️ Run the Game\nbash\nnpm start\nOr manually compile and run:\n\nbash\nnpx tsc\nnode dist/index.js\n---\n📁 Project Structure\nCode\ncodequest/\n├── src/\n│   ├── index.ts       # Entry point\n│   ├── engine.ts      # Game logic\n│   ├── levels.ts      # Puzzle definitions\n├── package.json\n├── tsconfig.json\n\n🧠 Sample Puzzle\nCode\nLevel 1:\nFill in the missing part: const result = [...___];\nYour answer: array\n✅ Correct!\n\n 📣 Contribute\nWant to add new levels or features? Fork the repo and submit a pull request.\nLet’s make CodeQuest even more epic.\n\n📜 License\nThis project is licensed under the MIT License.\n\n🙌 Author\nMade with passion by Murad Leveling up one puzzle at a time.\n\n---\nIf you want, I can also help you generate a cool ASCII logo for the top of the README\nor add badges (like build status, version, etc.). Just say the word!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Fcodequest-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuradisazade777%2Fcodequest-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Fcodequest-ts/lists"}