tundraH
Statusless Send PM Posts: 566
Threads: 20 Money: £1.26 (D) (+ Friend)
|
You really have to just try this. I can't think of anything more to put here.
oh yea
Thanks. Please do not post a daft question in this thread unless you have already tried the demo. I'd love to hear suggestions, the full version will of course have a level editor.
|
14.11.03 22:00 Post #1 | Last edited: 15.11.03 13:29 (tundraH - 5 times) |
[tundraH.com] [Hide Sig (0)] [Profile] [Quote] |
OPTiSSiMUS
Butt Cheek Send PM
Posts: 838
Threads: 17 WWP Clan: DIE Mood: do i LOOK like i'm kidding? Money: £512.10 (D) (+ Friend)
|
man that took me a long time!
vn game. very funny idea and then nicely executed.
________________
|
14.11.03 22:35 Post #2 | [Dont go here] [Hide Sig (3)] [Profile] [Quote] |
tundraH
Statusless Send PM Posts: 566
Threads: 20 Money: £1.26 (D) (+ Friend)
|
Heh, Angelus made that level, you don't even want to know about Unknown X's level...
|
15.11.03 12:47 Post #3 | [tundraH.com] [Hide Sig (0)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
got it in about 5 tries, nice game. lol, now to try the other levels...
________________
You know I'm a dancing machine |
15.11.03 12:55 Post #4 | [Hide Sig (8)] [Profile] [Quote] |
knifa
Statusless Send PM Posts: 1174
Threads: 78 Money: £4.78 (D) (+ Friend)
|
cool game, what'd you make it with?
|
15.11.03 12:56 Post #5 | [Hide Sig (11)] [Profile] [Quote] |
tundraH
Statusless Send PM Posts: 566
Threads: 20 Money: £1.26 (D) (+ Friend)
|
I fully hand-coded it in Visual Basic.
I also forgot to mention that if you have problems with it, you may need to download this and put the files in your system folder. You'll also need the VB6 Runtime Files.
|
15.11.03 13:20 Post #6 | Last edited: 15.11.03 13:30 (tundraH - 1 times) |
[tundraH.com] [Hide Sig (0)] [Profile] [Quote] |
knifa
Statusless Send PM Posts: 1174
Threads: 78 Money: £4.78 (D) (+ Friend)
|
i like it
|
30.11.03 09:58 Post #7 | [Hide Sig (11)] [Profile] [Quote] |
Dingbats
; Send PM
Posts: 1970
Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)
|
Very, very funny! Will the full version be free?
|
30.11.03 10:55 Post #8 | [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] |
tundraH
Statusless Send PM Posts: 566
Threads: 20 Money: £1.26 (D) (+ Friend)
|
Of course. Development's sort of stopped due to apathy, so I might just release a simple level compiler for now..
|
30.11.03 14:31 Post #9 | [tundraH.com] [Hide Sig (0)] [Profile] [Quote] |
SPAZ
Looking For Status Send PM Posts: 1285
Threads: 28 Money: £9.60 (D) (+ Friend)
|
cool man
|
30.11.03 14:44 Post #10 | [WWW] [Hide Sig (10)] [Profile] [Quote] |
Dingbats
; Send PM
Posts: 1970
Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)
|
Isn't Visual Basic hard? I've tried some, but I can't understand it so easy, the syntax isn't like C/C++...
|
01.12.03 18:35 Post #11 | [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] |
tundraH
Statusless Send PM Posts: 566
Threads: 20 Money: £1.26 (D) (+ Friend)
|
It's not too bad, obviously it's in Basic so it's very different to C. I've been meaning to start on C++ again, but give me time... I just ditched ASP for PHP which I see as a good thing. Small, simple bit of code:
'check for success
If evilleft = 0 And Not firsttime Then
firsttime = True
lblOutput = "Success!"
cmdReset.SetFocus
End If
If the game has been started and no evil worms are left, stop the game, put the text "Success!" in the label and set the keyboard focus onto the reset button.
I find VB easy to make quick programs because of the simple form designer.
|
01.12.03 21:43 Post #12 | [tundraH.com] [Hide Sig (0)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
VB is pretty basic really, it's a keywork language with very few non-word constructs, the only ones i can think of apart from the operators are : and _ and i dont even understand how they work, something to do with spreading over multiple lines, main advantages are that the VB studio supports line by line parsing for debugging purposes and the MSDN disc has a very comprehensive help listing of all commands with examples.
do
text1.value = text.value+' ReadMe Rules'
loop while true
only qualm i have with it is the lack of coding shorthands, like ++ += *= etc
________________
Cant be arsed to remake my sig. |
01.12.03 22:48 Post #13 | [Hide Sig (7)] [Profile] [Quote] |
Dingbats
; Send PM
Posts: 1970
Threads: 50 Mood: Optative Money: £268.57 (D) (+ Friend)
|
I think it's so annoying that VB uses capitals and no semicolons! And I like a } better than an "end".
|
02.12.03 09:37 Post #14 | [Softbrain Games] [Hide Sig (2)] [Profile] [Quote] |
Your Comments: