My First Pygame

Welcome to my first Pygame project! This is an incredibly simple game where you can move a box around a window and change colours with the click of a key.
Unfortunately, the game does not have any specific objective or goal, but I found it serves as a great starting point for learning Pygame and Python programming.
The game is designed to be easy to understand and modify, making it perfect for beginners who want to learn the basics of game development.
You can move the box using the WASD keys on your keyboard, and you can also change the color of the box by pressing the 'R', 'G', or 'B' keys.
Feel free to explore the code and make your own modifications to create a more complex game or add new features.
I hope you enjoy playing and learning with this simple Pygame project!

How to Download and Run the Game

To play the game, follow these steps:
1. Make sure you have Python and Pygame installed on your computer.
2. Open the downloaded file in Terminal (or the equivalent for your Operating System) and copy the entire code.
3. Open a code editor, such as Visual Studio Code, and make a new Python file, named 'main.py'.
4. Paste the copied code, and run the it by pressing the 'Run' button and then the 'Run Without Debugging' button.
5. The game window will open, and you will see a box on the screen.
6. Use the WASD keys to move the box around the screen.
7. Press the 'R', 'G', or 'B' keys to change the color of the box.
8. Have fun exploring and modifying the code to create your own unique game experience!



Note: If you are using a browser that does not support downloading files directly, you can right-click the link and select "Save Link As..." to download the file.
If you have any questions or feedback, feel free to reach out to me. I'm always looking for ways to improve and learn more about Pygame and Python programming.
Enjoy the game!