Part of the reversed Bedlam game. For educational purposes to learn how it works.
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)
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.
- Open msvc/OpenBedlam.sln in Visual Studio 2019
- Compile x86 platform. x64 platform seems not support index8 direct draw mode
- Put compiled .exe file in your Bedlam folder. Or put Bedlam files in VS output directory
- Run
To run in a window mode, set the application 256 color compatibility mode.