Search Projects

Saturday, January 21, 2012

Output Images of Simple Drawing Project

The 'Simple drawing on screen'can have different images in it but in my project i had added up to five basic images these are:


 First image is having three  points which is little hard to visible.


Three simple lines


Lines make a good closed and open figures


The open figure closed to make it on the way.


Colourful Triangles.


Colored Square.

Add more to your project and try to post in the comment.

Simple Drawing on screen with different objects


Description: This project is simple with there are many objects which changes with "space bar" hitting.  The image added are made with simple built-in functions of OpenGL. As User toggle between the image it change from a low level points to lines then to triangle and finally the colored beautiful square. This is quite simple project but with little addition of complication like moving objects will make is better like add a moving cube. Each of the image make be made to move which make the project more useful.

USAGES:  Space-bar : Toggle between the images.
                 ESC: Exit program.
to keep repeating continously pressing Space-bar, until you press ESC program will not exit.


Project Code: Download project file
                        Download header file

Sunday, January 15, 2012

The Edge Game




Description: This game project is simple one with two levels. Second level is little tougher than the first level. The rule of the game is user must to move the point in between the path while moving user must not touch the edge of the boundary. If once the edge had touched then the game will be over. After completing first level it will switch to another level. Second level will open only when the first level is passed by user. 

USAGES:  Use   'w'  to move upward 
                   Use 's' to move downward
                   Use 'a' to move leftward
                   Use 'd' to move rightward

                 After completing one stage it will switch to another stage by pressing the key ‘N’.
                  To restart the Game Press ‘P’ from ‘LEVEL -2’.
                  If u are struck in between press ‘E’ to ‘EXIT’.
                  To return to ‘MAIN MENU’  Press  ‘P’.  


Project Code: Download


Note: You can add various levels in the projects with different difficulties. Just  shape the path in more difficult manner by narrowing or making more curves with zig-zags.