| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need Help on Brick Game graphics
Im currently writing a brick game (ala Tetris). Problem with it is the graphics.
How do I enable graphics? I just need simple shapes, nothing fancy. I read somewhere that graphics.h library is required but it seems that my compiler doesnt have it. Any advice as to how I can go about this? |
|
#2
|
||||
|
||||
|
There are several graphics libraries for C(++) around. I assume you want something fancy, not plain old dos graphics, so I'd suggest the SDL library.
Note: none of the graphics libraries are standard (ANSI) C, so you'll never be 100% portable, unless the library is...
__________________
This is my code. Is it not nifty? "The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools." ---Douglas Adams Join the Itsacon fanclub! Zero Tolerance: Spammers banned so far: 280
![]() |
|
#3
|
|||
|
|||
|
Hmmm...contains a lot of help (heck it even has instructions specific for my compiler)
Im currently studying a code that uses vcl.h Any ideas as where to find this library? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Need Help on Brick Game graphics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|