{"id":22937656,"url":"https://github.com/cashblaze129/Aviator-Crash","last_synced_at":"2025-08-12T18:32:19.256Z","repository":{"id":267326097,"uuid":"900874187","full_name":"cashblaze129/Aviator-Crash","owner":"cashblaze129","description":"Aviator Crash Game, Front End, Back End","archived":false,"fork":false,"pushed_at":"2025-01-24T09:59:54.000Z","size":164216,"stargazers_count":35,"open_issues_count":0,"forks_count":24,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T19:49:45.925Z","etag":null,"topics":["aviator","crash","gambling","socket-io","typescript"],"latest_commit_sha":null,"homepage":"https://aviator-crash-one.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cashblaze129.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-09T16:20:34.000Z","updated_at":"2025-07-03T07:57:12.000Z","dependencies_parsed_at":"2025-01-24T10:36:38.839Z","dependency_job_id":null,"html_url":"https://github.com/cashblaze129/Aviator-Crash","commit_stats":null,"previous_names":["cashblaze127/aviator-crash","cashblaze129/aviator-crash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cashblaze129/Aviator-Crash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashblaze129%2FAviator-Crash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashblaze129%2FAviator-Crash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashblaze129%2FAviator-Crash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashblaze129%2FAviator-Crash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cashblaze129","download_url":"https://codeload.github.com/cashblaze129/Aviator-Crash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashblaze129%2FAviator-Crash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270113902,"owners_count":24529734,"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-08-12T02:00:09.011Z","response_time":80,"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":["aviator","crash","gambling","socket-io","typescript"],"created_at":"2024-12-14T12:13:55.536Z","updated_at":"2025-08-12T18:32:19.236Z","avatar_url":"https://github.com/cashblaze129.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aviator Crash Game ✈️\n\n**Aviator Crash Game** is an exciting and dynamic multiplayer betting game where players test their luck and timing to win big! With a sleek, responsive interface and real-time gameplay powered by cutting-edge technologies, this game offers an engaging experience for users.\n\n## 📩 Contact Me on Telegram\n\nFor inquiries, collaborations, or support, feel free to reach out:\n\n[![Telegram Contact](https://img.shields.io/badge/Telegram-Contact%20Me-blue?logo=telegram\u0026style=for-the-badge)](https://t.me/cashblaze129)\n\n## 🌟 Features\n\n### 🎮 Game Mechanics\n\n- **Place Bets**: Choose your bet amount and join the game.\n- **Real-Time Multiplier**: Watch the multiplier increase as the plane takes off.\n- **Cash Out**: Withdraw your winnings before the plane crashes.\n- **Unpredictable Crashes**: Adds excitement and keeps players on edge.\n\n### 📈 Core Highlights\n\n- **Real-Time Updates**: Powered by WebSocket for seamless gameplay.\n- **Provably Fair System**: Transparent and verifiable fairness for every round.\n- **User-Friendly UI**: Designed with Tailwind CSS for a smooth, responsive experience.\n- **Leaderboards**: Track top players and compare performances.\n\n### 🔒 Security \u0026 Transparency\n\n- Secure login and gameplay.\n- Provably fair crash algorithm ensures trustworthiness.\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- **React.js**: For building a dynamic and responsive UI.\n- **TypeScript:** Ensures robust and scalable code.\n- **Tailwind CSS**: Provides a sleek and modern design.\n- **Socket.IO**: Enables real-time communication between players and the server.\n\n### Backend\n\n- **Node.js**: High-performance server-side logic.\n- **TypeScript**: For type safety and maintainability.\n- **Socket.IO**: Real-time communication.\n- **MongoDB**: Efficient database for managing user data and game states.\n\n## 📂 Project Structure\n\n```\naviator-crash-game/\n├── aviator-front/\n│   ├── src/\n│   │   ├── @types/\n│   │   ├── components/\n│   │   ├── assets/\n│   │   ├── utils/\n├── aviator-back/\n│   ├── src/\n│   │   ├── controllers/\n│   │   ├── models/\n│   │   ├── routes/\n│   │   ├── services/\n│   │   └── utils/\n```\n\n---\n\n## ⚙️ Setup Instructions\n\n### Frontend\n\n1. Navigate to the aviator-front directory:\n\n```\ncd aviator-front\n```\n\n2. Install dependencies\n\n```\nyarn install\n```\n\n3. Start the development server:\n\n```\nnpm run dev\n```\n\n## 🎉 How to Play\n\n- Sign up or log in to your account.\n- Place your bet and wait for the round to begin.\n- Watch the multiplier increase and decide when to cash out.\n- Win big if you cash out before the crash!\n\n## 📜 Provably Fair\n\nEach game round is provably fair, ensuring that the outcome is random and cannot be tampered with.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcashblaze129%2FAviator-Crash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcashblaze129%2FAviator-Crash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcashblaze129%2FAviator-Crash/lists"}