SEAME-pt / Team05_SEA-ME-warm-up

1 stars 0 forks source link

M04_EX01.4: Create a Thread class #20

Closed JoelenCruz closed 1 week ago

JoelenCruz commented 1 week ago

Create a C++ class that represents a thread in the game. This class should contain a run() function that is called when the thread starts. Inside this function, you can use a loop to simulate the movement of the car on the race track. You can use a timer to control the speed of the car and update its position.

JoelenCruz commented 1 week ago

The Theread class was created.