{"id":26355805,"url":"https://github.com/julianebueno/zombiedice-python","last_synced_at":"2026-05-01T06:31:23.952Z","repository":{"id":165026479,"uuid":"597076216","full_name":"julianebueno/ZombieDice-Python","owner":"julianebueno","description":"Zombie Dice - Jogo de dados utilizando listas e dicionários e seus métodos","archived":false,"fork":false,"pushed_at":"2024-12-29T05:49:16.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T19:08:46.093Z","etag":null,"topics":["dictionaries","game","jogo","list","python","terminal","terminal-game","zombie","zombies"],"latest_commit_sha":null,"homepage":"","language":"Python","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/julianebueno.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,"zenodo":null}},"created_at":"2023-02-03T15:21:05.000Z","updated_at":"2024-12-29T05:49:20.000Z","dependencies_parsed_at":"2023-09-27T16:00:47.388Z","dependency_job_id":"69807c22-f409-4155-912e-991cc9ede5a4","html_url":"https://github.com/julianebueno/ZombieDice-Python","commit_stats":null,"previous_names":["julianebueno/zombiedice-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/julianebueno/ZombieDice-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianebueno%2FZombieDice-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianebueno%2FZombieDice-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianebueno%2FZombieDice-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianebueno%2FZombieDice-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julianebueno","download_url":"https://codeload.github.com/julianebueno/ZombieDice-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianebueno%2FZombieDice-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["dictionaries","game","jogo","list","python","terminal","terminal-game","zombie","zombies"],"created_at":"2025-03-16T13:18:02.421Z","updated_at":"2026-05-01T06:31:23.931Z","avatar_url":"https://github.com/julianebueno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎲 Zombie Dice 🎲\n[![Python 3.10.4](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3104/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n### Índice\n- [Como jogar](#como-jogar)\n- [Instalação](#instalação)\n- [Screenshots](#)\n\n## Como jogar\n\nPara jogar é preciso pelo menos dois jogadores. Eles serão os zumbis em busca de cérebros 🧟\n\nCada dado representa uma pobre vítima a ser atacada\n\nO jogo tem 13 dados, cada um tem uma cor, cada cor tem uma configuração de faces, sendo:\n\n- 6 verde: 3 cerebro, 2 passos e 1 tiro\n- 4 amarelo: 2 cerebro, 2 passos e 2 tiro\n- 3 vermelho: 1 cerebro, 2 passos e 3 tiro\n\nAs faces significam:\n- cerebro – Você devorou o cérebro de sua vítima. Ganha ponto e o dado fica preso durante o turno do jogador\n- passos – Sua vítima escapou. Sempre retorna para ser jogado novamente\n- tiro – Sua vítima revidou. Se juntar 3 no turno, perde a vez ☠️\n\nEm cada rodada, 3 dados são sortidos e rolados, e o resultado é computado e o jogador escolhe em continuar ou passar a vez\n\nJogue até alguém chegar a 13 Cérebros 🏆\n\n## Instalação\n\nBaixe e instale o [Python](https://www.python.org/downloads/)\n\nClone o projeto no terminal com o [git](https://git-scm.com/) (ou [baixe em .zip](https://github.com/julianebueno/ZombieDice-Python/archive/refs/heads/main.zip), descompacte e abra no terminal)\n```\ngit clone https://github.com/julianebueno/ZombieDice-Python.git\n```\n\nEntre na pasta do Jogo\n```\ncd ZombieDice-Python\n```\n\nRode o Jogo\n```\npython ./app.py\n```\n\n## Screenshots\n\n- Início\n\n![alt text](/src/img/image1.png)\n\n- Passa a vez\n\n![alt text](/src/img/image2.png)\n\n- Soma dos pontos\n\n![alt text](/src/img/image3.png)\n\n- Perda da rodada por tiro\n\n![alt text](/src/img/image4.png)\n\n- Final com o vencedor\n\n![alt text](/src/img/image5.png)\n\n---\nFeito por Juliane Bueno\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianebueno%2Fzombiedice-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulianebueno%2Fzombiedice-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianebueno%2Fzombiedice-python/lists"}