planet-wrangler A piston-based game. This game requires a PS5 clicker to play. Build and Run Build the game: cargo build Run the game: cargo run Lint Install Clippy. This needs to be done once. make install-clippy Lint with Clippy: make lint