A Destiny themed remake of Microsoft Paint using Python and Pygame! (Demo Video)
Course: Computer Science ICS3U (Grade 11)
Date: February 3rd, 2017
Grade: 100%
1. Demo
2. Environment Setup
3. How to Use
4. Results
5. Next Steps
Check out the demo video for this project here!
To successfully run this project, please follow these steps to set up your environment:
- Python 3.0 or later (Download Python)
- Any IDE that runs Python (we recommend IDLE, IntelliJ IDEA or VS Code)
- PyGame Module installed to your version of Python (Download PyGame)
- Ensure your IDE is configured to use the above version of Python and PyGame
No instructions here, just run the PaintProject.py file!
As this was my first ever programming project, I am very happy of the final product (and the grade)!
I think what was more important was the experience I gained from this project. I learned a lot about programming, computer science, and the process of building a full application from scratch.
I enjoyed learning the basics of programming, which included variables, loops, conditionals, and functions. I really liked the ability to add my own theme to this program, and it was cool seeing what my classmates did with their themes and paint projects.
Grade: 100%
Some fun things I would like to build on or explore relating to this project would be:
- Additional features including text, shapes, and other more complex tools
- Ability to save and load custom images