This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Class about
keeps track of the game version
#596
Milestone
about
keeps track of the game version
#596
Users should be able to read which release of the game they are playing, for example
v2.0.1
.We should have the game keep this info in class
about
(later, we can display this on screen viaabout_view
).I have made a test to enforce this:
The test simply enforces that class
about
does contain a member function that returns a string, so your goal is to:get_version()
string
Of course, please make the string the current version of the game. You can find the version here in the release tab.
You'll probably need to know the basics of how a class works. If you don't, ask a more experienced member for help :)
Another solution is to look at other already existing cases, e.g. I suggest simply copy-pasting and editing
about::get_link_discord()
😉The text was updated successfully, but these errors were encountered: