Skip to content

portegys/Blackguard-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackguard game.

Blackguard is a Rogue-like game with a first-person interface.

Rogue is a game that holds close to Dungeons & Dragons. See the manual in android/Blackguard/app/src/main/assets/doc/blackguard.txt

In addition to the 3D interface, one of the goals was to have sprites for the monsters and objects to make them more recognizable. Currently they are represented by characters, as in the original game. Unfortunately the artwork necessary for this was not done, making it a nice enhancement opportunity.

Directories:

  • android: Android Studio.
  • basic: OpenGL graphics with C++/C engine thread, FMOD audio (x86).
  • ios: Marmalade.
  • jogl_jni: Java (JOGL) graphics with JNI/C++/C engine thread.
  • metro: Windows Store app.
  • rogue: rogue game codebase.

Build tools: Android Studio, make, Eclipse, Visual Studio, and Marmalade.

Updates: 6/14/2022 1.6: Conjurer ('C' command) for Android. Conjurer can create ('~') a selection of potions, scrolls, monsters and food.