You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Basketball has one ... uh ... basketball :-)
Put this into the game.
// Create a 'game'const game g;
// Then one of these options:
g.get_ball(); // 1 <--- this is one probably better :-)constauto& b{g.get_ball()}; //2// as getting the ball _is_ the test
Basketball has one ... uh ... basketball :-)
Put this into the game.