https://github.com/shivam010/paint-box
This program will provide a black canvas and a one color paint brush ;p
https://github.com/shivam010/paint-box
c c-plus-plus graphics graphics-programming painting
Last synced: about 2 months ago
JSON representation
This program will provide a black canvas and a one color paint brush ;p
- Host: GitHub
- URL: https://github.com/shivam010/paint-box
- Owner: Shivam010
- License: mit
- Created: 2017-11-21T12:59:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T13:08:53.000Z (over 8 years ago)
- Last Synced: 2025-02-21T17:49:43.565Z (over 1 year ago)
- Topics: c, c-plus-plus, graphics, graphics-programming, painting
- Language: C++
- Size: 395 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paint Box in C++
This program will provide a black canvas and a one color paint brush ;p to draw and have fun...
It is a simple study project, I designed it as a project to completely convert it into my customized version of MS-Paint... but never completed it...
I hope, I'll one day complete it.
# How to Run locally
To run the game locally on your system. Just follow the steps:
1. Firstly, download this repository and Unzip it.
2. Now, open the .exe file and enjoy... :)
And if you want to see the code or want to change something just open the .cpp file in any editor and do your work.*
*Note:
Before compiling the code just make sure that your compiler supports the corresponding hearder files used because the game is based on the late 90's C/C++.
If not, follow the following steps:
1. Open the "Requirements" folder and copy the files named, "graphics.h" and "winbgim.h", and paste them in the "/MinGW/include/" folder.
2. Now, copy the "libbgi.a" and paste it in the "/MinGW/lib/" folder.
3. At last, just copy the following text(also, written in the file, "last step.txt") and paste in the Compiler Linking Setting of your Code Editor.
And Enjoy.
# Contributing
Changes and improvements, and contributions are more than the welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.
# License
Tic Tac Toe is licensed under the [MIT license.](https://github.com/Shivam010/Paint-Box/blob/master/LICENSE)