![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
Programmer
Join Date: Apr 2005
Posts: 96
Rep Power: 4
![]() |
learning to write code is worth the time. Im a mere noob but I got the greatest sense of acomplishment after finishing my hangman game. Yes I am a long way from making the next halo but the fun in programming is watching yourself grow and develop your skills. I look back at my first game, guess the number, and laugh at how stupidly I coded it. Soon i'll do the same to my hangman game when my skills improve.
|
|
|
|
|
|
#22 |
|
Expert Programmer
|
Coding is the basis of all software development: it's inescapable as IR said. Just what defines "programming" is a grey area: do you include interpreted (ActionScript, Javascript) or markup (HTML) for example. Operating some OS's from a shell is like programming: just imagine, coding might save you life one day if you happen to get stuck inside a high tech pacific island facility with genetically engineered killer dinosaurs wandering around.
![]() |
|
|
|
|
|
#23 | |
|
Programmer
Join Date: May 2005
Posts: 48
Rep Power: 0
![]() |
Quote:
![]() |
|
|
|
|
|
|
#24 |
|
Programming Guru
![]() ![]() ![]() |
I agree with OpenLoop... I like to write my own code... the only time I deal with the "features" of various IDEs is for interface design, etc.
crazykid48x, I always look back on my older code and have GREAT laughs Some of it actually confuses the hell out of me.Rory, The "inescapable" concept was purely the work of thechristelegacy... I was just muhahahaing at its accuracy... Nice play on Jurassic Park man ![]()
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#25 | |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
'*********************CONTROLS 2******************** D = INT(RND * RN) RANDOMIZE TIMER IF D = 1 THEN N = N + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 10 THEN N = N + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 99 THEN N = N + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 98 THEN N = N + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 2 THEN N = N - 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 3 THEN M = M + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 33 THEN M = M + 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 4 THEN M = M - 25: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 40 THEN M = M - 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF D = 44 THEN M = M - 25: PAINT STEP(0, 0), 1: PAINT STEP(0, 0), 1: GOSUB BOXER2: PAINT STEP(0, 0), 1 IF A$ = CHR$(0) + ";" THEN GOSUB HELP LOOP UNTIL A$ = CHR$(27) GOSUB FIN LINE (0, 0)-(600, 600), 1, BF PAINT STEP(-5, 0), 1 CIRCLE (50 + X, 250 + Y), 13, 11 PAINT (50 + X, 250 + Y), 11, 11 LINE (45 + X, 260 + Y)-(55 + X, 290 + Y), 11, BF LINE (55 + X, 290 + Y)-(90 + X, 283 + Y), 11, BF CIRCLE (110 + X, 285 + Y), 20, 11 PAINT (110 + X, 285 + Y), 11, 11 LINE (109 + X, 269 + Y)-(111 + X, 260 + Y), 11, BF CIRCLE (170 + X, 250 + Y), 13, 11 PAINT (170 + X, 250 + Y), 11, 11 LINE (130 + X, 290 + Y)-(165 + X, 283 + Y), 11, BF LINE (165 + X, 290 + Y)-(175 + X, 260 + Y), 11, BF LINE (0, 0)-(600, 600), 1, BF LINE (40, 25)-(580, 340), 15, B CIRCLE (570 + M, 70 + N), 13, 14 PAINT (570 + M, 70 + N), 14, 14 LINE (575 + M, 30 + N)-(535 + M, 23 + N), 14, BF LINE (565 + M, 60 + N)-(575 + M, 30 + N), 14, BF CIRCLE (515 + M, 25 + N), 20, 14 PAINT (515 + M, 25 + N), 14, 14 LINE (514 + M, 40 + N)-(516 + M, 50 + N), 14, BF CIRCLE (460 + M, 70 + N), 13, 14 PAINT (460 + M, 70 + N), 14, 14 LINE (495 + M, 23 + N)-(465 + M, 30 + N), 14, BF LINE (465 + M, 23 + N)-(455 + M, 60 + N), 14, BF LINE (40, 25)-(580, 340), 15, B no clue what it means ! ![]() |
|
|
|
|
|
|
#26 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Ouch...
|
|
|
|
|
|
#27 |
|
Expert Programmer
|
As Rory said, everything is based off programming. I would agree to say that HTML, JavaScript, all web langauges are a type of programming. Interpreted languages such as Python or Perl are also programming. Batch files for Windows and BASH or other script files for Linux/Unix are also considered programming.
Coding for me is almost an expresion of art. It's an aquired skill, but once aquired, you can amaze yourself with the gained knoledge. Replying to a comment maid about IDE's I only use them so I don't have to use the command line to compile my code. |
|
|
|
|
|
#28 |
|
Hobbyist Programmer
|
|
|
|
|
|
|
#29 |
|
Programming Guru
![]() ![]() ![]() |
I checked out that Boxing game OpenLoop... pretty cool for a 14 year old.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#30 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
WTF!?! no-code-software? ??????????? ???????? ???????
?????? ???? ?? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? quit smoking crack.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|