{"id":25871699,"url":"https://github.com/loftwah/bogan_hustler","last_synced_at":"2026-02-17T13:32:39.696Z","repository":{"id":278500055,"uuid":"935825146","full_name":"loftwah/bogan_hustler","owner":"loftwah","description":"Bogan Hustler. A modern day and Australian take on the old drugwars/dopewars game. For educational purposes only.","archived":false,"fork":false,"pushed_at":"2025-04-10T00:58:15.000Z","size":42663,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T15:07:47.635Z","etag":null,"topics":["bun","game","tailwindcss","typescript","vite","vitest"],"latest_commit_sha":null,"homepage":"https://boganhustler.deanlofts.xyz/","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/loftwah.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}},"created_at":"2025-02-20T04:41:26.000Z","updated_at":"2025-04-10T00:57:55.000Z","dependencies_parsed_at":"2025-04-10T01:42:31.004Z","dependency_job_id":null,"html_url":"https://github.com/loftwah/bogan_hustler","commit_stats":null,"previous_names":["loftwah/bogan_hustler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loftwah/bogan_hustler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fbogan_hustler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fbogan_hustler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fbogan_hustler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fbogan_hustler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loftwah","download_url":"https://codeload.github.com/loftwah/bogan_hustler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loftwah%2Fbogan_hustler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","game","tailwindcss","typescript","vite","vitest"],"created_at":"2025-03-02T07:23:18.060Z","updated_at":"2026-02-17T13:32:39.670Z","avatar_url":"https://github.com/loftwah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦘 Bogan Hustler\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cstrong\u003eYour Underground Empire Awaits in the Land Down Under 🇦🇺\u003c/strong\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![React](https://img.shields.io/badge/React-19.0.0-blue.svg)](https://reactjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.7.2-blue.svg)](https://www.typescriptlang.rg/)\n[![Vite](https://img.shields.io/badge/Vite-6.1.0-646CFF.svg)](https://vitejs.dev/)\n[![TailwindCSS](https://img.shields.io/badge/TailwindCSS-3.4.1-38B2AC.svg)](https://tailwindcss.com/)\n\n![ogimage](https://github.com/user-attachments/assets/3e875869-2868-4075-8675-4390c097f951)\n\n## 🎮 Play Now\n\n[Play Bogan Hustler](https://boganhustler.deanlofts.xyz)\n\n## 📖 About\n\nBogan Hustler is an Australian-themed trading game where you build your underground empire. Buy low, sell high, and navigate the streets of various Australian locations while avoiding the authorities and managing your reputation.\n\n### 🌟 Features\n\n- **Dynamic Market System**: Prices fluctuate based on supply, demand, and market events\n- **Multiple Locations**: Travel across different Australian cities and regions\n- **Reputation System**: Build your street cred to unlock better prices and opportunities\n- **Inventory Management**: Strategically manage your limited cargo space\n- **Random Events**: React to unexpected situations that can make or break your empire\n- **Family-Friendly Mode**: Toggle between adult and family-friendly content\n- **Responsive Design**: Play seamlessly on desktop or mobile devices\n- **Dynamic Combat System**: Engage in fights with different types of opponents, each with unique abilities and strategies\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- Bun (recommended) or npm\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/loftwah/bogan_hustler.git\n\n# Navigate to project directory\ncd bogan_hustler\n\n# Install dependencies\nbun install\n# or\nnpm install\n\n# Start development server\nbun dev\n# or\nnpm run dev\n```\n\n## 🎯 Game Objectives\n\n1. Start with limited cash and build your empire\n2. Navigate market fluctuations to maximize profits\n3. Manage your reputation and avoid police attention\n4. Upgrade your capabilities:\n   - Increase inventory space\n   - Improve police evasion\n   - Enhance market intelligence\n\n## 🎮 Controls\n\n- **Mouse/Touch**: Navigate menus and make trades\n- **Keyboard Shortcuts**:\n  - `I`: Toggle inventory\n  - `M`: Open market screen\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React + TypeScript\n- **State Management**: Redux Toolkit\n- **Styling**: TailwindCSS\n- **Build Tool**: Vite\n- **Testing**: Vitest\n- **Icons**: FontAwesome\n- **Notifications**: React-Toastify\n\n## 🧪 Testing\n\n```bash\n# Run tests\nbun run test\n\n# Run tests with coverage\nbun run test:coverage\n\n# Run tests with UI\nbun run test:ui\n```\n\n## 📦 Building for Production\n\n```bash\n# Build the project\nbun run build\n\n# Preview production build\nbun run preview\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by classic trading games\n- Built with ❤️ in Australia\n- Special thanks to all contributors\n\n## 📱 Connect\n\n- GitHub: [@loftwah](https://github.com/loftwah)\n- Twitter: [@loftwah](https://x.com/loftwah)\n- More Links: [linkarooie.com/loftwah](https://linkarooie.com/loftwah)\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️❤️❤️ in Australia\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floftwah%2Fbogan_hustler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floftwah%2Fbogan_hustler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floftwah%2Fbogan_hustler/lists"}