{"id":19761078,"url":"https://github.com/erme07/tetris_cpp","last_synced_at":"2025-10-24T17:02:10.611Z","repository":{"id":252813370,"uuid":"840838253","full_name":"erme07/tetris_cpp","owner":"erme07","description":" Tetris game made with c++","archived":false,"fork":false,"pushed_at":"2024-10-27T18:44:37.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T23:27:10.683Z","etag":null,"topics":["cpp","game","miniwin","tetris","tetris-game"],"latest_commit_sha":null,"homepage":"","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/erme07.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}},"created_at":"2024-08-10T20:57:07.000Z","updated_at":"2024-12-18T22:09:54.000Z","dependencies_parsed_at":"2024-08-12T18:31:26.651Z","dependency_job_id":"ef88c50b-21e8-45ac-8d51-05dd05cb21ad","html_url":"https://github.com/erme07/tetris_cpp","commit_stats":null,"previous_names":["erme07/tetris_cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erme07%2Ftetris_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erme07%2Ftetris_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erme07%2Ftetris_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erme07%2Ftetris_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erme07","download_url":"https://codeload.github.com/erme07/tetris_cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241093993,"owners_count":19908616,"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":["cpp","game","miniwin","tetris","tetris-game"],"created_at":"2024-11-12T03:39:30.693Z","updated_at":"2025-10-24T17:02:05.593Z","avatar_url":"https://github.com/erme07.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brick Game Tetris - Juego clásico hecho con C++\n\nJuego realizado con **Miniwin**, una pequeña libreria gráfica **para windows**.\n\n## Características\n\n- Control mediante las teclas direccionales.\n- Es posible acelerar la caida de la pieza.\n- El nivel del juego aumenta a medida que se suman puntos.\n- La velocidad de caida de piezas aumenta en cada nivel.\n- Se muestra las distintas estadísticas de la partida.\n- Se visualiza en pantalla la siguiente pieza que caerá\n- Apariencia inspirada en el clásico \"Brick Game\"\n\n## Instalación\n\nDespués de descargar o clonar el repositorio, se debe compilar el código con GPP. \n\n#### Usando Makefile\nPara usar este método, además de GPP, debe estar disponible la herramienta \"Make\". Todos los comandos necesarios serán ejecutados de forma automática.\n```bash\nmake tetris\n```\n#### Compilar manualmente\nComandos necesarios para compilar manualmente el proyecto:\n```bash\nmkdir -p ./obj\ng++ -I./include -Wall -g -c ./src/main.cpp -o ./obj/main.o\ng++ -I./include -Wall -g -c ./src/miniwin.cpp -o ./obj/miniwin.o\ng++ -I./include -Wall -g -o tetris ./obj/main.o ./obj/miniwin.o -lgdi32 -mwindows\n```\n\n## Preview\n\n![preview](preview.jpg)\n\n\n## Créditos\n\n- [Documentación de Miniwin](https://miniwin.readthedocs.io/en/latest/index.html)\n- [Repositorio de Miniwin](https://github.com/pauek/MiniWin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferme07%2Ftetris_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferme07%2Ftetris_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferme07%2Ftetris_cpp/lists"}