Simple Games In Dev C++

Simple c program game

  1. Games On Dev C++
  2. Simple C Program Game

Games On Dev C++

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.
Dev c++ game code

Simple C Program Game

About Game Code School This web site is for complete beginners who want to learn how to make games. I am building up what will hopefully become a comprehensive catalogue of pure coding tutorials in multiple languages. Sep 13, 2016  Subscribe for more videos: Hello friends today we are going to learn how to make snake game in dev c. Code link: http://goo.gl/mDqSg1. Computer Programming - C Programming Language - Games and Graphics Sample Codes - Build a C Program with C Code Examples - Learn C Programming.