{"id":50984673,"url":"https://github.com/inkbytefo/raylib-tetris-example","last_synced_at":"2026-06-19T18:01:38.128Z","repository":{"id":361442548,"uuid":"1254480938","full_name":"inkbytefo/raylib-tetris-example","owner":"inkbytefo","description":"Tetris game built with Raylib in C++","archived":false,"fork":false,"pushed_at":"2026-05-30T16:14:12.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-30T18:08:14.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/inkbytefo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T16:09:17.000Z","updated_at":"2026-05-30T16:14:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/inkbytefo/raylib-tetris-example","commit_stats":null,"previous_names":["inkbytefo/raylib-tetris-example"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/inkbytefo/raylib-tetris-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkbytefo%2Fraylib-tetris-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkbytefo%2Fraylib-tetris-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkbytefo%2Fraylib-tetris-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkbytefo%2Fraylib-tetris-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkbytefo","download_url":"https://codeload.github.com/inkbytefo/raylib-tetris-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkbytefo%2Fraylib-tetris-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34542467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2026-06-19T18:01:33.670Z","updated_at":"2026-06-19T18:01:38.119Z","avatar_url":"https://github.com/inkbytefo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tetris (Raylib / C++)\n\nRaylib öğreneyim diye başladım, sonunda elimde çalışan bir Tetris oldu. Harici bağımlılık yok, library'i CMake kendisi indiriyor, derleniyor, çalışıyor. Hepsi bu.\n\n## Ekran Görüntüleri\n\n| Başlarken | Biraz sonra |\n|-----------|-------------|\n| ![Başlarken](screenshots/gameplay-start.png) | ![Biraz sonra](screenshots/gameplay-mid.png) |\n\n## Nasıl Derlenir\n\nCMake 3.20+ ve bir C++17 derleyicisi yeterli. Raylib'i ayrıca kurmana gerek yok, CMake ilk derlemede kendi indiriyor.\n\n```bash\ngit clone https://github.com/inkbytefo/raylib-tetris-example.git\ncd raylib-tetris-example\ncmake -B build\ncmake --build build\n```\n\nİlk derleme biraz uzun sürebilir çünkü Raylib'i de derliyor. Sonraki derlemeler hızlı.\n\n## Kontroller\n\n| Tuş | Ne yapar |\n|-----|----------|\n| ← → | Sağa / sola hareket |\n| ↑ | Döndür |\n| ↓ | Yavaşça aşağı |\n| Boşluk | Anında düşür |\n\n## Puanlama\n\nKlasik Tetris sistemi, seviyeyle çarpılıyor:\n\n- 1 satır → 100 × seviye\n- 2 satır → 300 × seviye\n- 3 satır → 500 × seviye\n- 4 satır (Tetris!) → 800 × seviye\n\nHer 1000 puanda seviye artıyor ve parçalar biraz daha hızlı düşmeye başlıyor. En hızlı noktada fark ediyorsun.\n\n## Yapı\n\n```\nMyGame/\n├── main.cpp        — pencere aç, döngüyü çalıştır\n├── Game.cpp/h      — oyun mantığı, input, skor/seviye\n├── Board.cpp/h     — 10×20 ızgara, satır temizleme\n├── Tetromino.cpp/h — 7 parça, 4 yönlü rotasyon\n└── Renderer.cpp/h  — çizim\n```\n\n## Kullanılan Şeyler\n\n- C++17\n- [Raylib 5.5](https://github.com/raysan5/raylib)\n- CMake (FetchContent ile Raylib)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkbytefo%2Fraylib-tetris-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkbytefo%2Fraylib-tetris-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkbytefo%2Fraylib-tetris-example/lists"}