Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.11 KB

ReversedBedlam

Part of the reversed Bedlam game. For educational purposes to learn how it works.

Lines of Code

Project State

Not playable yet.

  • Video: direct draw
  • Sound: direct sound
  • Mouse: yes
  • Keyboard: yes
  • Main menu: partially functioning
  • Map room: partially functioning
  • Shop room: no
  • Briefing room: no
  • Game process: tiles (draw one level)

Contributing

Contributors, welcome. Create a fork of this repository, then create a branch. Modify the source code in your branch. Finally, create a pull request to merge with my main branch. Patches and improvements are welcome.

IDA .idb reverse file here.

Compiling

  1. Open msvc/OpenBedlam.sln in Visual Studio 2019
  2. Compile x86 platform. x64 platform seems not support index8 direct draw mode
  3. Put compiled .exe file in your Bedlam folder. Or put Bedlam files in VS output directory
  4. Run

To run in a window mode, set the application 256 color compatibility mode.