Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the version of the game #130

Open
6 tasks
drpaneas opened this issue Nov 1, 2020 · 0 comments
Open
6 tasks

Get the version of the game #130

drpaneas opened this issue Nov 1, 2020 · 0 comments

Comments

@drpaneas
Copy link
Collaborator

drpaneas commented Nov 1, 2020

Roms can be of many things. For example:

  • v1.0
  • v2.0
  • v1.1

Make sure there is a function/method that can extract this information . For example:

version getVersion(rom)

Acceptance Criteria

  • Do a little research a gather some version strings for different roms
  • Make sure the search is not case sensitive
  • Make the code available into internal/version pkg
  • For logging use https://github.com/Sirupsen/logrus
  • Write a unit-test
  • Make sure there are testable examples

Hints

@zoispag zoispag mentioned this issue Nov 1, 2020
@drpaneas drpaneas added this to the Basic Utilities milestone Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant