|
-
Apr 24th, 2000, 07:25 AM
#1
Thread Starter
Frenzied Member
Oo, nice shiny new forum 
Okay, so here's my post:
I'm writing a simple-ish version of Conway's Game of Life for my first year BSc Programming mosule coursework. I have to write it in C. I can do the basics, because I've already taught myself some of the language, but we haven't learnt much else in C, they've been teaching us Pascal for ages. I'm pretty sure I can do the behind-the-scenes bits and the maths, but I'm not sur ehow to do the graphics. How can I do graphics in a Console app anyone?
Oh and if you have any advice about this whole application I'd appreciate your thoughts.
Thanks.
Harry.
"From one thing, know ten thousand things."
-
Apr 25th, 2000, 11:57 AM
#2
-
Apr 25th, 2000, 06:41 PM
#3
Thread Starter
Frenzied Member
Hmm, I'm not sure Unix ha DirectX support
Harry.
"From one thing, know ten thousand things."
-
Apr 25th, 2000, 06:45 PM
#4
-
Apr 25th, 2000, 06:53 PM
#5
Thread Starter
Frenzied Member
hehehe! Who was telling me that I it was important to learn the basics first because C++ was too easy then eh? 
I know there's graphics routines. Even simple ones like line drawing will do because I can make shapes from the lines. Or something to draw dots on the screen, so I can create a grid from that.
Have you seen Conway's Game of Life Fox? I thnk I gave you a link to it. How would you make that as a console app do you think? I mean how would you want it to be? In that version I showed you they used a dot for each cell. I might have to scale it down a bit and use a character for each cell. What d'ya think?
Harry.
"From one thing, know ten thousand things."
-
Apr 25th, 2000, 07:07 PM
#6
-
Apr 25th, 2000, 07:44 PM
#7
Thread Starter
Frenzied Member
Err.. oct trees?
Okay, I'll find someone who knows. Thanks.
Harry.
"From one thing, know ten thousand things."
-
Apr 25th, 2000, 07:54 PM
#8
-
Apr 25th, 2000, 08:21 PM
#9
Thread Starter
Frenzied Member
Ah right. I've seen people mentoin them before but not really known what they were on about 
Cheers.
Harry.
"From one thing, know ten thousand things."
-
May 29th, 2000, 08:09 PM
#10
Monday Morning Lunatic
Use X, or some fancy ASCII graphics.
-
Jun 20th, 2000, 12:35 AM
#11
Thread Starter
Frenzied Member
Hey, my thread's still here then 
Thanks for all the advice. I've finished with it now, I used the ASCII character '*' because taht's what my programming lecturer said I should use.
Been a while since I posted here. Anyway... *Waves*
Harry.
"From one thing, know ten thousand things."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|