Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.07 KB

README.md

File metadata and controls

52 lines (32 loc) · 2.07 KB

Paint Project

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%

Paint Gif

Table of Contents

1. Demo
2. Environment Setup
3. How to Use
4. Results
5. Next Steps

Demo

Check out the demo video for this project here!

Paint Main

Environment Setup

To successfully run this project, please follow these steps to set up your environment:

  1. Python 3.0 or later (Download Python)
  2. Any IDE that runs Python (we recommend IDLE, IntelliJ IDEA or VS Code)
  3. PyGame Module installed to your version of Python (Download PyGame)
  4. Ensure your IDE is configured to use the above version of Python and PyGame

How to Use

No instructions here, just run the PaintProject.py file!

Results

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%

Next Steps

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