Menu

Boboli (Adventure game with C sources)

DalkoSet
2008-03-22
2012-09-26
  • DalkoSet

    DalkoSet - 2008-03-22

    Hello.

    I want to know how to make a game with Bloodshed Dev-C++.
    Then, I have downloaded Boboli (Adventure game with C sources), but it's which file(s)
    I can compile it to view the example ?

     
    • cpns

      cpns - 2008-03-23

      You should always state your source rather than assuem that everyone knows what you are talking about and that they are talking about the same software.

      If you are talking about the source code at http://www.bloodshed.net/c/boboli.zip, then the src directory contains a makefile. If you wish to use this with Dev-C++, create a project and set this makefile as a 'custom makefile' in the project options.

      Alternatively, take a look in the makefile itself to determine how the project should be set up and use Dev-C++'s project management.

      To be honest the nature question leads me to suspect that you may not be entirely familiar with either C or C++ programming or the build process. Simply grabbing source code of unknown quality from the Web is not the best way of learning programming. I have previously outlined the build process for C/C++ here: http://sourceforge.net/forum/message.php?msg_id=2670009

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.