Thread: Game Programming Language?

  1. #16

    Post Compiler

    I use MSVC++ 6.0 Enterprise and planning on buying VC++.Net when i get some money!!! Maybe in a few more weeks!!!!!

  2. #17
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Anybody knows of a good step-by-step into OpenGL??
    what does signature stand for?

  3. #18
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Hey, just wondering... what in the world IS allegro? (well, duh its a gfx library but I thought DirectX stuff was too? And ppl are talking about "dont use the directx stuff in allegro")
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  4. #19
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Ruski
    Anybody knows of a good step-by-step into OpenGL??
    nehe

    Try a search in future

  5. #20
    Well Allegro is a wrapper for DirectX. But a lot of people don't like it because it is pretty limited on the graphics end. So a lot of people use AllegroGL which makes it work with OpenGL. You use OpenGL for graphics (actual openGl code) and the rest of Allegro you use for input, sound, etc.

    after this project I'm switching over to AllegroGL as well.

  6. #21
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    I'm just learning Allegro. Is it worth it to finish learning it or go straight to allegrogl? Can both opengl and directx do 2d, and if so which one's better?

  7. #22
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Language: Pig Latin
    Compiler: MS-DOS Debug
    Code:
    c:\debug
    -away
        ^ Error
    -ywhay isn'tway itway orkingway?
     ^ Error

  8. #23
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    stick regular allegro if you are interested in 2d; change to allegrogl if you are interested in 3d.

  9. #24
    no-one
    Guest
    unless your using direct draw then there is no difference other than the std api differences(image quality, speed, syntax, functionality, ect...), your still using 3D, just making it look like, act, and feel exactly like 2d

  10. #25
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Originally posted by Fordy


    nehe

    Try a search in future
    I tried searching but it's too advance for my age. What about a text based console game? I mean like a console 'Tetris' or something... any good tutorials on that??
    thanks
    what does signature stand for?

  11. #26
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    Sorry mate, no OpenGL in console...no graphics in console: full stop.

  12. #27
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    I mean not OpenGL in console, text based games... like tetris, etc..
    what does signature stand for?

  13. #28
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Tetris is not text based.

  14. #29
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Well, you can make a text based one ...
    what does signature stand for?

  15. #30
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by Ruski
    Well, you can make a text based one ...

    Oooh...wont that be grand......Cormack we salute you!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. what language should i use to
    By roobert in forum Game Programming
    Replies: 34
    Last Post: 09-11-2007, 10:54 PM
  2. Try my game
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-15-2004, 11:58 AM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM
  5. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM