Thread: a simple Dev-C++ game graphics system

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    44

    a simple Dev-C++ game graphics system

    I found an easy way to make make graphical games with Dev-C++ for windows in C without having to install librarys into your compiler. Its called HIVE, and it consists of a .h file and a .c file that you include in your game. You can download it here:
    http://hiveforwindows.tripod.com/

    Here are my instructions for running the demo game which is a bit easier than the tutorial for noobs to figure out.

    1)Create a folder somewhere on your computer, give it any name you want, extract both the dh.zip and src.zip into that folder.
    2)Create a new project in Dev-C++ as windows32/C++, give it any name you want and save it in the folder you created.
    3)Go to Project>Remove and remove the default main file that is within the project, click no when it asks you to save.
    4)Go to Project>Add to project and add the hive.c and winmain.c files that you extracted to the project folder.
    5)Click the compile/run button and play the game.
    Last edited by shintaro; 08-11-2005 at 12:35 PM.

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    Nice little engine you have there

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2D RPG Online Game Project. 30% Complete. To be released and marketed.
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 10-28-2006, 12:48 AM
  2. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM
  3. My Memory Game
    By jazy921 in forum C Programming
    Replies: 0
    Last Post: 05-05-2003, 05:13 PM
  4. Azbia - a simple RPG game code
    By Unregistered in forum Game Programming
    Replies: 11
    Last Post: 05-03-2002, 06:59 PM
  5. Im a Newbie with a graphics design problem for my simple game
    By Robert_Ingleby in forum C++ Programming
    Replies: 1
    Last Post: 11-23-2001, 06:41 PM