MMBasic: Knightmare Game


Author Message
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 565
Posted: 03:02am 27 Dec 2023      

Bill

Thank you for testing the game.

That weird text on the left side of the screen was my fault. I committed a debug print. I will remove it in the next version.

There is no boss implementation yet, so the stage ends on that portal.

I don't know how to check why the game crashed without any error. I will try to find something in the MMBasic manual.

Regarding the game version, you can clone the git repo once using the following command:

git clone https://github.com/leonicolas/knightmare-cmm2.git


You can update the code to the latest version simply by running the following command from inside the game directory:

git pull


Git will fetch the last changes to your computer.

You need to have git installed on your computer https://git-scm.com/download/win.