Skip to content

pakoito/incursion-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incursion

Incursion is a roguelike developed by Julian Mensch. He has kindly released the source he has for some of the later versions. This file is intended for people viewing the project repository where the source code can be obtained.

Title screen

At this time building is only supported on Windows, using Visual Studio 2008. You should be able to substitute other versions of Visual Studio, or write a makefile if you plan to compile on another platform.

Support the development

If you wish to support the development, you can donate bitcoin to:

16F6d1F82qrhXaR67NHczQbu4eUie7QJui

Windows build instructions

Recommended compiler:

Dependencies:

Compilation instructions:

  1. Download and install Visual Studio Express 2008, if necessary.
  2. Extract 'flex.exe' directly into the project directory.
  3. Place libtcod source code under "_dependencies\libtcod" sub-directory.
  4. Build libtcod to obtain the libtcod.dll, libtcod.lib and SDL2.dll files.
  5. If a debug build is being made, skip to step 12.
  6. Place google breakpad source code under "_dependencies\google-breakpad" sub-directory.
  7. Enter the "_dependencies\google-breakpad" directory.
  8. Execute the DOS command "set GYP_MSVS_VERSION=2008", or if you are using an alternate compiler, use a modified command.
  9. Execute the DOS command "src\tools\gyp\gyp.bat --no-circular-check src\client\windows\breakpad_client.gyp".
  10. The build files should be located in "_dependencies\google-breakpad\src\windows".
  11. Do a non-debug build of google breakpad.
  12. Build Incursion.
  13. Place "libtcod.dll" directly into the project directory.
  14. Place "SDL2.dll" directly into the project directory.

Releases

No releases published

Packages

No packages published