Java Logo

Assignment Connect 4 game

Due Date: November 6, 2024

You will get a 100 if you can create this program
	with using only Pseudocode.
If you get a copy of the complete program,
	You will get a grade of 70.
        Click here and complete.
    























November 4, 2024 • 9A. Connect Four - Connect 4 is a two-player board game where players take turns dropping colored discs into a grid to be the first to get four in a row • 10. Rotating Solar System - Simulate a simple solar system with planets orbiting around the sun. You can include multiple planets with different sizes, speeds, and orbital paths. • 11. Shooting Star Animation - Draw a night sky with stars and add shooting stars that streak across the screen at random intervals. You can create a twinkling effect by adjusting the brightness of the stars. • 12. Waving Flag - Animate a flag waving in the wind. You can achieve this by simulating the flag’s fabric using sine wave functions to create the waving effect. • 13. Snake Game - Create a simple Snake game using Turtle graphics. The snake can grow as it eats 'food,' and you can animate the movement as the player controls it. • 14. Fish Swimming in a Pond - Draw a pond scene with animated fish swimming around. The fish can change direction, speed, and even have bubbles rising to the surface. • 15. Animated Star Patterns - Create a program that draws star patterns with Turtle while continuously changing their positions, sizes, and colors, making it look like they’re twinkling in the sky.