Game Programming for Teens
| [ LiB ] |
Okay, you now have a working knowledge of graphics in video games . In this chapter, we learned about a lot of functions: Graphics , LoadImage() , DrawImage() , CreateImage() , ImageBuffer() , and MaskImage() . Believe me, you will find many uses for all of these functions in your games.
In this chapter we studied these topics:
-
Creating a graphics window
-
Loading, drawing, and using images
-
Colors
| [ LiB ] |