Skip to content

Commit a49a5bd

Browse files
author
Karan Goel
committed
Update README-scratch.md
1 parent fcf1741 commit a49a5bd

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README-scratch.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
Martyr2’s Mega Project List
1+
Mega Project List
22
========
33

4-
Trying to complete all projects from [Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/).
5-
6-
**Note**: If you fork this repo to solve these projects in any language of your choice, please remove all my code, and start from scratch; you'll benefit a lot. Do ***not*** send pull requests.
7-
8-
Some details:
9-
10-
* I will use Python to solve these. Why? Because I want to learn the language quickly.
11-
* I have no interest in making games, so I'm excluding those from the list below.
12-
* I'm not interested in networking, so I *might* skip all (or some) of them.
13-
* The projects will not be made in the order posted.
14-
* I may not be able to complete all of them.
15-
* My method of solving them may not be the best.
4+
**Note**: If you fork this repo to solve these projects in any language of your choice, I suggest you remove all my code, and start from scratch; you'll benefit a lot. In any case, **do not send pull requests for replacing my code**. This is my space to store my code. That said, if you have suggestions for adding or removing problems, feel free to [open an issue](https://github.com/thekarangoel/Projects/issues/new).
165

176
I will link to each project that I complete. Some will be in this same repo, some bigger ones will have dedicated repos.
187

19-
==============================
8+
To get started, fork this repo, delete this README and rename [*README-scratch.md*](https://github.com/thekarangoel/Projects/blob/master/README-scratch.md) to *README.md*.
9+
10+
===============================
2011

2112
Numbers
2213
---------
@@ -304,3 +295,10 @@ Graphics and Multimedia
304295
**Watermarking Application** – Have some pictures you want copyright protected? Add your own logo or text lightly across the background so that no one can simply steal your graphics off your site. Make a program that will add this watermark to the picture.
305296

306297
**Turtle Graphics** – This is a common project where you create a floor of 20 x 20 squares. Using various commands you tell a turtle to draw a line on the floor. You have move forward, left or right, lift or drop pen etc. For added complexity, allow the program to read in the list of commands from a file. Do a search online for “Turtle Graphics” for more information.
298+
299+
=========================
300+
301+
Sources
302+
=======
303+
304+
[Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/)

0 commit comments

Comments
 (0)