SEAME-pt / Team05_SEA-ME-warm-up

1 stars 0 forks source link

M04_EX01.2: Create a RaceTrack class #18

Closed JoelenCruz closed 1 week ago

JoelenCruz commented 1 week ago

Create a C++ class that represents the race track in the game. This class should have member variables for the size of the track, the position of the finish line, and any other relevant information. You should also provide member functions to access and modify these variables.