Let's move on to creating the finish line. A matrix for it is already in ShapeMatrix.
The finish line appears on the race track at the end of the game.
Actually, the object representing the finish line is created at the beginning of the game, but it is located beyond
the playing field, so it is not
Racer (Part 22/28)
- 3
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Justin Smith
27 November 2021, 20:51
Hidden Condition on this one: The FinishLine class file must not be in the .road package. The conditions don't say which package it goes in, but it has the most similarity with the other things in the .road package. But the validation will fail if you put it there.
0