Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / No idea what to try to code...

Author
Message
The dude guy
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: In the streets of sasatuin
Posted: 8th Dec 2004 07:24
I'm bored and feel like coding... Could somebody give me an idea to code?


PS. I suck at 2d and 3d!

Here's my forums www.andrewtamalunas.proboards28.com . Please join!

TravisP
20
Years of Service
User Offline
Joined: 30th Jun 2004
Location: Behind you, with a knife!
Posted: 8th Dec 2004 07:28
You could try 1D or 4D

Note: The above I didn't say, your just crazy.
Ilya
21
Years of Service
User Offline
Joined: 10th Aug 2003
Location:
Posted: 8th Dec 2004 07:28
Code a 3D graphical demo. Use many shaders and good textures.

Quote: "I've seen the word programming and I'm not sure what it means. Anybody please explain?"


Quote: "We shouldn't sacrifice the truth to preserve "balance"."
The dude guy
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: In the streets of sasatuin
Posted: 8th Dec 2004 07:30
I have no clue how to use 3d at all...

Here's my forums www.andrewtamalunas.proboards28.com . Please join!

Van B
Moderator
21
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 8th Dec 2004 07:32
Text adventure?


Van-B


It's c**p being the only coder in the village.
The dude guy
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: In the streets of sasatuin
Posted: 8th Dec 2004 07:45
I want to but I son't know how to program AI....

Here's my forums www.andrewtamalunas.proboards28.com . Please join!

Ilya
21
Years of Service
User Offline
Joined: 10th Aug 2003
Location:
Posted: 8th Dec 2004 07:52
Quote: "I have no clue how to use 3d at all..."

Then you need to be skooled:

There are three axis(think of them as lines). One is left and right(X), one is up and down(Y), and one is in and out(Z). A vertice has a X,Y,and Z coordinate of anything. Three verticies form a triangle, and this is what your models are made up of. Each triangle is visable from one side, so don't ask me how the side that's visable is determened. I don't know. Oh, and each vertice has a UV coordinate. That's a location, usially from 0-1 and a decimal, on it's texture. Three verticies would form a triangle on a texture and that's what the picture on the triangle would be. What more is there(a lot of stuff, I know)?!

Quote: "I've seen the word programming and I'm not sure what it means. Anybody please explain?"


Quote: "We shouldn't sacrifice the truth to preserve "balance"."
The dude guy
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: In the streets of sasatuin
Posted: 8th Dec 2004 07:54
Should I make a thread at the DBP board so this one doesn't get off topic?

Here's my forums www.andrewtamalunas.proboards28.com . Please join!

Ilya
21
Years of Service
User Offline
Joined: 10th Aug 2003
Location:
Posted: 8th Dec 2004 07:57
Quote: " I want to but I son't know how to program AI...."

For a text adventure? And now for some skooling for 3D AI:

Basicly, AI has to do da thinking like a human to be good AI. Should be easy. This is where the object collision commands come into place. First, you set an object to have a certain collision type, then you run the object collision command every loop with something around the camera as a collision object. You could make an invisable seight triangle for AI, and box sphere-collided for hearing. Basicly, when you collide with the AI, it's cone, or move loudly in it sphere, you wake it up and it tries to find you if you sounded, does something to you if it saw you, and wacks you if you touch it. Now, this shouldn't be too hard if your human and have at least 3 months experience. I have a year of experience so this might be too complex, and it might not.

Quote: "I've seen the word programming and I'm not sure what it means. Anybody please explain?"


Quote: "We shouldn't sacrifice the truth to preserve "balance"."
Ilya
21
Years of Service
User Offline
Joined: 10th Aug 2003
Location:
Posted: 8th Dec 2004 07:58
Quote: " Should I make a thread at the DBP board so this one doesn't get off topic?"

I dunno.

Quote: "I've seen the word programming and I'm not sure what it means. Anybody please explain?"


Quote: "We shouldn't sacrifice the truth to preserve "balance"."
Jimmy
21
Years of Service
User Offline
Joined: 20th Aug 2003
Location: Back in the USA
Posted: 8th Dec 2004 08:54
Try coding an application that blocks you from the internet.


Remember, Jimmy still loves you.
The dude guy
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: In the streets of sasatuin
Posted: 8th Dec 2004 08:59
Is that possible?

Here's my forums www.andrewtamalunas.proboards28.com . Please join!

Jimmy
21
Years of Service
User Offline
Joined: 20th Aug 2003
Location: Back in the USA
Posted: 8th Dec 2004 09:04
Yes.

You simply write a text message that says, "You are mud in four!"

Then you turn off the computer and go to bed.

Then in the morning you go outside and walk into the front of a bus.
The bus will need to be moving... write that down.


Remember, Jimmy still loves you.
computer
19
Years of Service
User Offline
Joined: 5th Oct 2004
Location:
Posted: 8th Dec 2004 20:17 Edited at: 8th Dec 2004 20:21
A text aventure would probably be the easiest. Most the work would be spent writing down the hilarious details and quirky charcter lines. Then wait for an input from the keyboard, say East West, Through the door, Pick up something.. you could get a good game with that. People do read through all this stuff, so if they enjoy it, they'll play the whole game.

A fat Dwarf has just crashed through the roof and is now grumbling and wiggling on the floor. No one has appeared above you, so no danger of anyone else falling on you.
[W]alk back out the room
[P]rod the Dwarf
[S]ay "Hello?"

Hello?

Yes there will be coding problems.
Van B
Moderator
21
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 8th Dec 2004 22:24
Yeah, I loved text adventures, hell I'd credit them with my learning to read so quickly. My personal fave would have to be The Hobbit - it had actual characters that you could interact with and tons of rooms. More recently RetroGamer featured a lot of text adventures on their coverdisk, the old level 9 classics if I recall.


Van-B


It's c**p being the only coder in the village.
EddieB
19
Years of Service
User Offline
Joined: 29th Sep 2004
Location: United Kingdom
Posted: 9th Dec 2004 00:20
You could just do somthing with graphics object and lights....

Current Project-
PHP Forum

Login to post a reply

Server time is: 2024-09-23 02:27:41
Your offset time is: 2024-09-23 02:27:41