Advertisement

Results for "Author: jeremiah hughes"

Java_Volume1 #98393
Sliding Tile Puzzle

This is a sliding tile puzzle game. Reassemble the scrambled picture by sliding the tiles around. You might want to view the screenshot to see what I mean. The nice thing about this game is you can use any picture you want (image size is 480x480). Also you can have anywhere from 9 tiles (3x3) to 100 (10x10). If you modify the code slightly you can have as many tiles as you want, actually.

1_2002 #110003
Sliding Tile Puzzle

This is a sliding tile puzzle game. Reassemble the scrambled picture by sliding the tiles around. You might want to view the screenshot to see what I mean. The nice thing about this game is you can use any picture you want (image size is 480x480). Also you can have anywhere from 9 tiles (3x3) to 100 (10x10). If you modify the code slightly you can have as many tiles as you want, actually.

1_2002 #110004
Music Maker

This program allows you to create your own midi music. I tried to make the interface easy and efficient to use but I'm sure it could use some improvement. It's similar to MarioPaint's music designer. Some planned improvements: * Improved overall controls * Semi-transparent highlighting instead of cross-hatch pattern (Please email me if you know how to do this) * Ability to export a Midi (.mid) file * Drums * Volume control * Pitch bending. I've included some sample songs. Please feel free to leave comments. I'd like to know of any suggestions/criticism etc. you might have. Also, I'd really appreciate it if you'd vote for me. Thanks! Update: I just uploaded a newer version. The main difference is that the form is now resizable. Also, you can place the red column by clicking on the top black bar. While you have an area selected you can now transpose just that section and you can assign an instrument to all the selected notes of the current track. I think I added some more stuff too but I can't remember now.

1_2002 #110005
Plural Check (extremely simple, very useful)

I hope I'm not the only person who wants to cringe every time I see something like "You have been online for 1 minutes." 1 minutes?? I see this kind of thing everywhere; here on PSC, even. It looks very unprofessional to me, and it's so easy to fix! That's why I listed this code as beginner level. Hopefully, Planet Source Code will implement this code and I won't have to see that I got an excellent vote from "1 users." ;-) I would like to hear any comments you have about this code. Also, please click to see my other submissions to PSC. My latest program, Music Maker is nearing the top of the Code of the Month list. If I can get a few more votes it would really help me out! :-) Thanks for looking!

1_2002 #110006
Music Maker (now makes *.mid files!)

Music Maker is a music editor you can use to create your own midi music. I've made several improvements since the last version but the most notable is that you can now export your music to a standard Midi (*.mid) file. I've also included a help document that will teach you how to use it if you have any problems. As always, I really appreciate any comments you might have, and of course, votes! :) Thank you!

1_2002 #110007
Miah Tetris

After being disappointed with so many of the other Tetris clones out there I decided to make my own. What you'll notice different about mine is the smooth piece falling (pixel by pixel instead of block by block) and the ability to speed up the falling rate rather than having the piece instantly hit the bottom. Also, I thought it would be helpful to be able to see the next four pieces instead of only the next one. I wrote this code a while back when I was first learning VB so the code is pretty sloppy and not well documented. Sorry about that, but I hope you can still get something out of it. If you like this, please vote for me! :-)

2_2002-2004 #116520
Music Maker

This program allows you to create your own midi music. I tried to make the interface easy and efficient to use but I'm sure it could use some improvement. It's similar to MarioPaint's music designer. Some planned improvements: * Improved overall controls * Semi-transparent highlighting instead of cross-hatch pattern (Please email me if you know how to do this) * Ability to export a Midi (.mid) file * Drums * Volume control * Pitch bending. I've included some sample songs. Please feel free to leave comments. I'd like to know of any suggestions/criticism etc. you might have. Also, I'd really appreciate it if you'd vote for me. Thanks! Update: I just uploaded a newer version. The main difference is that the form is now resizable. Also, you can place the red column by clicking on the top black bar. While you have an area selected you can now transpose just that section and you can assign an instrument to all the selected notes of the current track. I think I added some more stuff too but I can't remember now.

2_2002-2004 #116616
Plural Check (extremely simple, very useful)

I hope I'm not the only person who wants to cringe every time I see something like "You have been online for 1 minutes." 1 minutes?? I see this kind of thing everywhere; here on PSC, even. It looks very unprofessional to me, and it's so easy to fix! That's why I listed this code as beginner level. Hopefully, Planet Source Code will implement this code and I won't have to see that I got an excellent vote from "1 users." ;-) I would like to hear any comments you have about this code. Also, please click to see my other submissions to PSC. My latest program, Music Maker is nearing the top of the Code of the Month list. If I can get a few more votes it would really help me out! :-) Thanks for looking!

2_2002-2004 #118295
Music Maker (now makes *.mid files!)

Music Maker is a music editor you can use to create your own midi music. I've made several improvements since the last version but the most notable is that you can now export your music to a standard Midi (*.mid) file. I've also included a help document that will teach you how to use it if you have any problems. As always, I really appreciate any comments you might have, and of course, votes! :) Thank you!

2_2002-2004 #125418
DivX Bitrate Calculator

I wrote this simple little program to help me get the best quality DivX encodings by figuring out the maximum video bitrate that will allow the file to barely fit on one CD (700MB). For those of you unfamiliar with DivX, it's the video equivalent of an MP3. It allows you to compress an entire DVD movie to fit on one CD at nearly the same quality. The bitrate calculator I was using before displayed the bitrate in 1,024-bit kilobits, but the DivX codec uses 1,000-bit kilobits, so my finished files came out about 20MB too small, so that's why I wrote this program.

2_2002-2004 #125539
Miah Tetris

After being disappointed with so many of the other Tetris clones out there I decided to make my own. What you'll notice different about mine is the smooth piece falling (pixel by pixel instead of block by block) and the ability to speed up the falling rate rather than having the piece instantly hit the bottom. Also, I thought it would be helpful to be able to see the next four pieces instead of only the next one. I wrote this code a while back when I was first learning VB so the code is pretty sloppy and not well documented. Sorry about that, but I hope you can still get something out of it. If you like this, please vote for me! :-)

2_2002-2004 #125540
Sliding Tile Puzzle

This is a sliding tile puzzle game. Reassemble the scrambled picture by sliding the tiles around. You might want to view the screenshot to see what I mean. The nice thing about this game is you can use any picture you want (image size is 480x480). Also you can have anywhere from 9 tiles (3x3) to 100 (10x10). If you modify the code slightly you can have as many tiles as you want, actually.

3_2004-2005 #135064
Music Maker

This program allows you to create your own midi music. I tried to make the interface easy and efficient to use but I'm sure it could use some improvement. It's similar to MarioPaint's music designer. Some planned improvements: * Improved overall controls * Semi-transparent highlighting instead of cross-hatch pattern (Please email me if you know how to do this) * Ability to export a Midi (.mid) file * Drums * Volume control * Pitch bending. I've included some sample songs. Please feel free to leave comments. I'd like to know of any suggestions/criticism etc. you might have. Also, I'd really appreciate it if you'd vote for me. Thanks! Update: I just uploaded a newer version. The main difference is that the form is now resizable. Also, you can place the red column by clicking on the top black bar. While you have an area selected you can now transpose just that section and you can assign an instrument to all the selected notes of the current track. I think I added some more stuff too but I can't remember now.

3_2004-2005 #135160
Plural Check (extremely simple, very useful)

I hope I'm not the only person who wants to cringe every time I see something like "You have been online for 1 minutes." 1 minutes?? I see this kind of thing everywhere; here on PSC, even. It looks very unprofessional to me, and it's so easy to fix! That's why I listed this code as beginner level. Hopefully, Planet Source Code will implement this code and I won't have to see that I got an excellent vote from "1 users." ;-) I would like to hear any comments you have about this code. Also, please click to see my other submissions to PSC. My latest program, Music Maker is nearing the top of the Code of the Month list. If I can get a few more votes it would really help me out! :-) Thanks for looking!

3_2004-2005 #136839
Music Maker (now makes *.mid files!)

Music Maker is a music editor you can use to create your own midi music. I've made several improvements since the last version but the most notable is that you can now export your music to a standard Midi (*.mid) file. I've also included a help document that will teach you how to use it if you have any problems. As always, I really appreciate any comments you might have, and of course, votes! :) Thank you!

3_2004-2005 #143962
DivX Bitrate Calculator

I wrote this simple little program to help me get the best quality DivX encodings by figuring out the maximum video bitrate that will allow the file to barely fit on one CD (700MB). For those of you unfamiliar with DivX, it's the video equivalent of an MP3. It allows you to compress an entire DVD movie to fit on one CD at nearly the same quality. The bitrate calculator I was using before displayed the bitrate in 1,024-bit kilobits, but the DivX codec uses 1,000-bit kilobits, so my finished files came out about 20MB too small, so that's why I wrote this program.

3_2004-2005 #144083
Miah Tetris

After being disappointed with so many of the other Tetris clones out there I decided to make my own. What you'll notice different about mine is the smooth piece falling (pixel by pixel instead of block by block) and the ability to speed up the falling rate rather than having the piece instantly hit the bottom. Also, I thought it would be helpful to be able to see the next four pieces instead of only the next one. I wrote this code a while back when I was first learning VB so the code is pretty sloppy and not well documented. Sorry about that, but I hope you can still get something out of it. If you like this, please vote for me! :-)

3_2004-2005 #144084
Sliding Tile Puzzle

This is a sliding tile puzzle game. Reassemble the scrambled picture by sliding the tiles around. You might want to view the screenshot to see what I mean. The nice thing about this game is you can use any picture you want (image size is 480x480). Also you can have anywhere from 9 tiles (3x3) to 100 (10x10). If you modify the code slightly you can have as many tiles as you want, actually.

4_2005-2006 #159024
Miah Tetris

After being disappointed with so many of the other Tetris clones out there I decided to make my own. What you'll notice different about mine is the smooth piece falling (pixel by pixel instead of block by block) and the ability to speed up the falling rate rather than having the piece instantly hit the bottom. Also, I thought it would be helpful to be able to see the next four pieces instead of only the next one. I wrote this code a while back when I was first learning VB so the code is pretty sloppy and not well documented. Sorry about that, but I hope you can still get something out of it. If you like this, please vote for me! :-)

4_2005-2006 #159025
Sliding Tile Puzzle

This is a sliding tile puzzle game. Reassemble the scrambled picture by sliding the tiles around. You might want to view the screenshot to see what I mean. The nice thing about this game is you can use any picture you want (image size is 480x480). Also you can have anywhere from 9 tiles (3x3) to 100 (10x10). If you modify the code slightly you can have as many tiles as you want, actually.

Languages
Top Categories
Global Discovery