obsolete.computer

the-maze/README.md

File Type: text/plain


the-maze
========

Originally a DOS Game written in QBasic, now a FreeBasic in "QB Mode" project. That's probably as far as it'll go, as there's entirely too much technical debt to make it worth working on in any serious capacity in 2025, but I just wanted to get it working again and on Linux.

Building
========

You should just be able to type `make` in the code directory (after installing FreeBasic of course). A directory called `out` will be created with the executables and game data... `cd` into it and run `./game`. That's it, there's no install target. (You can also type `make run` in the code dir and it'll build/run everything)

Keys
====

In the game: Arrow keys move. `E` switches to the level editor. `L` loads a new game file (you'll be asked to provide a filename - the default game is `world1.dat` so don't overwrite that). `Esc` quits the game.

In the editor: Input is mainly mouse-driven, so you can select object modes at the bottom of the screen and place them with the left button. Erase an object of the current mode using the right mouse button. Use the arrow keys to move rooms. Click `PLAY` to save your world and switch to the game. `Esc` exits to the OS.

Meta