{"id":23038847,"url":"https://github.com/kauefraga/dinossaron","last_synced_at":"2025-08-04T08:37:06.610Z","repository":{"id":204274774,"uuid":"711253630","full_name":"kauefraga/dinossaron","owner":"kauefraga","description":"🐱‍🐉 Embark on a endless running game with a frenzy feline. Written in C++, using Raylib.","archived":false,"fork":false,"pushed_at":"2023-11-16T20:13:51.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T14:09:19.549Z","etag":null,"topics":["cats","cpp","dino","dinosaur-game","game-development","gamedev","raylib","raylib-cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kauefraga.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":"2023-10-28T17:10:57.000Z","updated_at":"2023-11-16T04:16:41.000Z","dependencies_parsed_at":"2023-11-15T23:28:00.644Z","dependency_job_id":"9ad062ff-85e3-4e67-bf76-60d2ed82e3f1","html_url":"https://github.com/kauefraga/dinossaron","commit_stats":null,"previous_names":["kauefraga/dinossaron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fdinossaron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fdinossaron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fdinossaron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fdinossaron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/dinossaron/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246911490,"owners_count":20853654,"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","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":["cats","cpp","dino","dinosaur-game","game-development","gamedev","raylib","raylib-cpp"],"created_at":"2024-12-15T18:25:42.675Z","updated_at":"2025-04-02T23:44:18.982Z","avatar_url":"https://github.com/kauefraga.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003eDinossaron\u003c/code\u003e\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003e🐱‍🐉 Endless running game with a frenzy feline. 🐱‍🐉\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg\n      alt=\"GitHub top language\"\n      src=\"https://img.shields.io/github/languages/top/kauefraga/dinossaron\"\n    /\u003e\n    \u003cimg\n      alt=\"GitHub all releases\"\n      src=\"https://img.shields.io/github/downloads/kauefraga/dinossaron/total\"\n    /\u003e\n    \u003ca href=\"https://github.com/kauefraga/dinossaron/commits/main\"\u003e\n      \u003cimg\n        alt=\"GitHub last commit\"\n        src=\"https://img.shields.io/github/last-commit/kauefraga/dinossaron\"\n      /\u003e\n    \u003c/a\u003e\n    \u003cimg\n      alt=\"GitHub LICENSE\"\n      src=\"https://img.shields.io/github/license/kauefraga/dinossaron\"\n    /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003e Embark on a endless running game with a frenzy feline. Written in C++, using [Raylib](https://www.raylib.com).\n\n### Features\n\n## ⬇️ Getting Started\n\n### How to install and run it\n\n### How to play\n\n## 💖 Collaborators\n\nWho has contributed to this project:\n\n- [Kauê Fraga Rodrigues](https://github.com/kauefraga) - Game Developer.\n- [Aron](https://www.deviantart.com/arorok/gallery) - Artist.\n\n## 📑 Roadmap\n\nCurrently, our goal is to release Dinossaron version 1.0.0.\n\n- [x] Create game project with x86 architecture target.\n- [x] Initialize window, audio device, set window icon and set target fps to 120fps.\n- [x] Implement scene switching.\n  - Start scene\n  - Credits scene\n  - Gameplay scene\n- [x] Implement Dinossaron entity.\n  - Entity class\n  - Dinossaron entity\n- [x] Implement background with side-scrolling.\n- [x] Implement button component.\n- [x] Improve project structure.\n\n```bash\n├─bin/ --\u003e build output\n├─resources/ --\u003e Sounds, sprite sheets, sprites, ui\n└─src/\n   ├─scenes/ --\u003e Scene related stuff\n   │   ├─entities/ --\u003e Entities definition\n   │   ├─ui/ --\u003e UI components\n   │   │\n   │   ├─Start.h --\u003e Start scene\n   │   ├─Credits.h\n   │   └─Gameplay.h\n   │\n   ├─Game.h --\u003e Holds current scene state, scenes instance, current mouse position and constants like GRAVITY\n   └─main.cpp --\u003e Entry point and game loop\n```\n\n- [ ] Implement window resizing.\n  - Fullscreen (default)\n  - Fullscreen borderless\n  - Windowed\n- [ ] Implement score system.\n  - Each 100 points, play score sound\n  - Save highest score\n\n## 📝 License\n\nThis project is licensed under the GPL-3.0 License - See the [LICENSE](https://github.com/kauefraga/dinossaron/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fdinossaron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fdinossaron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fdinossaron/lists"}