tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

`about` contains a link to the GitHub repo #599

Open TheoPannetier opened 2 years ago

TheoPannetier commented 2 years ago

It would fun to offer players the possibility to contribute to the game, or just see the code via a button that direct to this repo.

For this, about should contain a link to the repo, to be passed to the corresponding button in about_view

  {
    about ab;
    std::vector<std::string> link_to_gh = ab.get_link_repo();
  }