Originally posted by Sublimity
What should I make. Give me ideas.
Nothing too simple yet too advance for my current skills.
I was thinking of either the following:
Sodoku Solver
Word Search Solver (Like you enter in all the letters that you have say for extra credit or something and type in the word(s) that you need found so it produces key numbering to the exact word location.
Say you have a 10x10
1 2 3 4 5 6
1 a m i n e c
2 s g e a c e
3
4
5
6
The word is "Mine" it is across. It produces a text file with Mine = (1,2)(1,3)(1,4)(1,5) so all you have to do is just highlight on your paper the word. It would work with arrays so it can find the combo going up down left right and at angles.
---
Give me some more ideas. I may just attempt to make it. (Anything I make will be uploaded to YouTube with a free download and a Sharecash link to the source, here I will give source free.
GIVE ME IDEAS!
More added:
File Downloader – An application which can download various objects on a page including video streams or all files on a page. Great for pages with a lot of download links.
Password Safe – A program which keeps track of passwords for sites or applications and encrypts them with a key so that no one can read them.
Quiz Maker – Make an application which takes various questions form a file, picked randomly, and puts together a quiz for students. Each quiz can be different and then reads a key to grade the quizzes.
Quick Launcher – A utility program that allows the user to assign various programs to icons on a toolbar. Then by clicking the buttons they can quickly launch the programs with parameters etc. Much like Windows quick launch.
RPG Character Stat Creator – Make a program which will randomly create a character’s stats based on several rules set forth by the user. Have it generate a class, gender, strength/magic/dexterity points, and extra abilities or trades. Have it save it to a file which can then be printed out by a dungeon master.
Mp3 Player (and Other Formats) – A simple program for playing your favorite music files. For extra complexity see if you can add in playlists and an equalizer.
YouTube Downloader – A program which can download videos to your hard drive from youtube.com. Save the files in various formats including FLV and AVI.
Chess and Checkers – Simply put a game of chess or checkers. Try to make it playable online and if you can use a graphical user interface that can also undo or redo a step as well as keep a history of moves for replay.