O iBerro é um jogo multijogador e casual de cantar com os amigos
Explore a documentação »
TestFlight
·
Reporte Bug
O iBerro é um aplicativo desenvolvido para iPad onde o jogador canta com seus amigos e é avaliado se conseguiu acertar a letra da música. A aplicação foi criada utilizando o GameCenter como gerenciador de conexões online e a API da Apple Music para reproduzir partes das músicas. O jogo foi desenvolvido durante um challenge da Apple Developer Academy (UFPE) e possibilitou vários aprendizado em relação a integração dos diferentes frameworks utilizados
Esperando | Jogando | Ranking |
---|---|---|
Aqui listamos as tecnologias utilizadas para a construção deste projeto
- Create your Feature or Fix Branch
git checkout -b feature/AmazingFeature
git checkout -b fix/AmazingFix
git checkout -b test/AmazingTest
- Commit your Changes
git commit -m 'Feature(AmazingFeature): Add some AmazingFeature
git commit -m 'Fix(AmazingFix): Fixes a bug
- `git commit -m 'Test(AmazingFeature): UI Button Test
- Push to the Branch
git push origin feature/AmazingFeature
git push origin fix/AmazingFix
- Open a Pull Request in Github's Pull request tab and fill it with the above Pull Request Template.
- If the Pull Request is not able to merge automatically do the following steps while on your branch:
git pull develop
- Solves conflicts in Xcode, and commit your changes
- Add reviewers to your Pull Request and wait for approval.
### Issue Name
**What I did:**
- First thing I did...
- Second thing I did...
**How to test:**
- Brief notes on how to check if the feature works correctly.