Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented car routes, visual cues & random car models. #34

Merged
merged 8 commits into from
Jun 10, 2024

Conversation

pkg-dot-zip
Copy link
Owner

  • Added routes for moving left and forward.
  • Cars now contain randomly selected poses that the user should input.
  • Cars now spawn infinitely.
  • Added JSON lib back.
  • Updated TODOs and comments in edited files.
  • Now use random models for cars.
  • Visual cues now work correctly.
  • currentCarObject is now a std::weak_ptr<GameObject> instead of a shared pointer. Why was it ever a shared pointer? It should be a non owning reference to the shared pointer in the objects vector. :)

@pkg-dot-zip pkg-dot-zip requested a review from Mosu5 June 10, 2024 14:49
Copy link
Collaborator

@Mosu5 Mosu5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 💯

@Mosu5 Mosu5 merged commit da80ca0 into development Jun 10, 2024
@pkg-dot-zip pkg-dot-zip deleted the random_routes branch June 10, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants