Conversation
- Create modular directory structure (src/, include/) - Add basic card implementation - Setup UI components - Implement game logic foundation - Add project documentation files - Setup GitHub workflows Resolves: #19
- Add card indicators calculation - Implement super power calculation - Add attribute value and name getters - Update main program to use new card functions Resolves: #20
- Add card comparison functionality - Update main program to handle card comparisons - Improve menu and help messages - Add result display for comparisons Resolves: #21
- Add test execution option to main menu - Update interface to show test option - Add command line test mode with --test flag Resolves: #22
- Add persistence header and implementation - Update menu with persistence options - Add persistence tests - Save cards to file - Load and list saved cards Resolves: #23
- Adicionar função testarRanking - Testar diferentes critérios de ranking - Atualizar header dos testes Resolves: #22
- Add constants file - Include constantes.h in ranking.c Part of: #22
- Add validation for code format (3 alphanumeric chars) - Add validation for state format (2 uppercase letters) - Add validation for city name (non-empty, max 50 chars) - Add validation for numeric values (must be positive) - Improve error messages - Update documentation Part of: #22
- Add disk space validation - Add file existence validation - Add valid Brazilian state validation - Improve error messages - Update documentation Part of: #22
- Keep project-automation.yml from main branch - Keep readme.md and supertrunfo.c from beginner branch
- Add rules for beginner level files - Add rules for enhancements - Add rules for documentation - Add rules for i18n - Add rules for bug fixes
- Fix code formatting in carta.c - Fix code formatting in interface.c - Fix code formatting in main.c - Fix code formatting in ranking.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements several features and improvements for the beginner level of the project, including internationalization, input management, and documentation updates.
Features Added
Issues Closed
Changes Include
Testing
Documentation