What's The Hardest Program You've Ever Done?
#21
Posted 19 March 2005 - 04:43 PM
#23
Posted 20 March 2005 - 06:30 PM
Could you send it to me aswell? I'm quite curious :-)
#24
Posted 20 March 2005 - 09:17 PM
#25
Posted 21 March 2005 - 12:35 PM
huge learning curve, both with java and tcp :)
ultimate goal: full sacada package that is not reliant on one protocol.
#27
Posted 21 March 2005 - 09:50 PM
#28
Posted 22 March 2005 - 09:47 PM
#29
Posted 23 March 2005 - 12:18 AM
-Jaralim
#30
Posted 23 March 2005 - 09:02 PM
A "MUD?" What is that? I it some kind of UI? I'm probably so far off the mark on that... Yeah, don't tell me: with that idea FDR might as well have invaded Mexico after Pearl Harbour. Anyway, what is a MUD? Sounds interesting.
lordSaurontheGreat@gmail.com
JDK 6 Documentation - READ IT! LOVE IT! LIVE IT!
THOU SHALT GOOGLE BEFORE POSING THY QUERY!
If you're reading this you have given me control of your mind.
Why do accesses to your mind throw a "null pointer exception?"
#31
Posted 25 March 2005 - 12:28 AM
I guess graphic games are more exciting than these types of games, but thats where imagination comes in.... imagining 5 massive beasts (other players) running you down and sticking you with swords...
-Jaralim
#32
Posted 25 March 2005 - 04:33 AM
other advantage is because the whole game is on the server, the creators can add additional quests as they like, noone needs to download any updates :)
#33
Posted 28 March 2005 - 05:09 PM
#34
Posted 03 August 2005 - 02:59 PM
I think the difficulty isn't in writing the program but handling the whole delepment process: analysis, design, coding, testing, writing manuals; and at the begin of all this intervieving the people to see their exact needs. An operator and a manager will give you two different views of the same problem.
Ehm, yes, the most difficul program...
I wrote 20.000 lines in ansi C which was, as a matter of fact, an operating system with limited grafical capabilities. It had a programming language for data management anda low level layer for interfacing with the hardware... ahh... good old days...!
bye,
Julian
http://www.accademia3.it
#35
Posted 06 August 2005 - 12:59 AM
No, my hardest (and current) project is a program that randomly scrambles and then solves a rubix cube. The great thing is, I've got it set up to read/write the color values to a file, so that every time the program starts, the cube is in the same position it was when you quit. The only main problem right now is the fact that it's not actually 3D....I'm manipulating java.awt to make it look 3D, but you can't actually see the cube turn...all you see is the colors switching. But that's the target of the next major upgrade I'm gonna make (right now I'm working on changing the time delay from loops to Timers)
#36
Posted 07 August 2005 - 05:09 PM
Sun Certified Java Programmer
-----------------------------------
Java 1.5 API <---Check the specs
Google is your friend
#37
Posted 16 September 2005 - 08:47 AM
#38
Posted 01 October 2005 - 01:18 PM
JCreator definitly helped make that project 100x easier.
#39
Posted 08 May 2006 - 06:27 PM
Well, I'm new to Java and programming (I'm 16), and I started to do some tests. My first program was higher/lower: The PC took a random number and you have to guess what's the number. Then the PC tells you wether the number is higher or lower. It was with variable pictures and such. *Proud*
My second (and last for now) was Hangman. It also was with pictures which changes during the game (when you guess wrong). The hardest part was to make the code to let him read an external file to read words. So I could add words without changing the code *Proud again*
It may sound stupid, but everybody has to start somewhere =P
#40
Posted 08 May 2006 - 07:06 PM
The hardest program I've done:
Well, I'm new to Java and programming (I'm 16), and I started to do some tests. My first program was higher/lower: The PC took a random number and you have to guess what's the number. Then the PC tells you wether the number is higher or lower. It was with variable pictures and such. *Proud*
My second (and last for now) was Hangman. It also was with pictures which changes during the game (when you guess wrong). The hardest part was to make the code to let him read an external file to read words. So I could add words without changing the code *Proud again*
It may sound stupid, but everybody has to start somewhere =P
16!!?? Cool dude! Very honored to see a young mind on this forum!
We've all climbed similar ladders in our programming career and we to were *Proud* of our creations!!!
All the best to ur programming career and looking forward to see ur participation on the forums!
Ranganath Kini
Sun Certified Java Programmer











