Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : MMBasic: Knightmare Game

   Page 4 of 10    
Posted: 06:00am
28 Dec 2023
Copy link to clipboard
Turbo46
Guru


Hi Leo,

Just had time for a small test today. The freeze square worked for me but I don't know what the shield collision is yet. I'll have to print the manual. I need to get my keyboard imitating joystick working before I'll have any chance.

Bill
 
Posted: 05:22am
29 Dec 2023
Copy link to clipboard
LeoNicolas
Guru


Hey everyone

I'm working on the stage 1 ending... the boss is coming


 
Posted: 07:40am
29 Dec 2023
Copy link to clipboard
Turbo46
Guru


Lovely!

What is this on his head?



I don't know how I got it and it just stays there and doesn't seem to have any effect.

Bill
 
Posted: 01:39pm
29 Dec 2023
Copy link to clipboard
LeoNicolas
Guru


This is the shield. It will protect you against the enemies shots, if the shots hit it.
It supports 30 shots from normal enemies or 8 from bosses. After 20 shots the shield colour will change to yellow and after 25 to red. It will disappear after 30.
 
Posted: 05:53am
02 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Hello Everyone

Happy New Year!!!

I implemented the stage 01 boss in the new game version. The source code is available in the project GitHub repo.

Checkout the video: https://youtu.be/5TJImQ41plo
 
Posted: 02:27am
03 Jan 2024
Copy link to clipboard
Turbo46
Guru


On Youtube It looks good but this is what I got when I tried it.




Bill
 
Posted: 06:08am
03 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Thank you for reporting the error
I have fixed the issue.
 
Posted: 07:16am
03 Jan 2024
Copy link to clipboard
Turbo46
Guru


Thanks, but I'm sorry I got another one:



just got through the door after killing the boss.

Same error as when I got caught by the stream and should have died.

I tried again and got through into stage 02. The only difference that I know about is the first time I had the shield and the second time I did not.

Also earlier you said that the shield goes through a couple of colour changes and then disappears. That is not yet implemented?

Bill

PS The manual mentions 'overlords' and 'underlings' but I can't find exactly what they are. I guess the overlords are the grey beings that come at you, are the underlings everything else that come at you?
 
Posted: 03:37pm
03 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


It makes sense Bill. The shield's sprite is going out of bounds. I will fix it today.

I'm also implementing the enemies with shape of cloud that surrounds the stage 1 boss.
 
Posted: 09:44pm
13 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Hello everyone

Sorry for the lack of updates. Last week I was a little under the weather. I completed the level 1, including the boss implementation and the level transition. I'm working on the level 2.
I hope I can record a video until the end of the weekend
 
Posted: 04:55am
18 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Hello everyone

I'm still working on the level 2. I'm near to completing the level map editing. I also worked on the MOD music files, converting the original level 2 song to the MOD format. I'm terrible at making music, but the final result is not so terrible (I think   )

https://github.com/leonicolas/knightmare-cmm2/raw/main/music/knightmare.mod


 
Posted: 04:44pm
18 Jan 2024
Copy link to clipboard
PeteCotton
Guru


  LeoNicolas said  Hello everyone

Sorry for the lack of updates. Last week I was a little under the weather.


I hope you are feeling better. I know I haven't responded on this thread yet - but I just wanted to let you know that I am really enjoying seeing your progress updates. It's great to see the game evolve. I hope you keep up the good work, and thank you.
 
Posted: 05:48am
21 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Thank you Pete.

I'm trying to keep the code clean to help other developers understand how it works and encourage other game development.

Today, I released a new video showing the stage 1 boss fight and the beginning of stage 2.

https://youtu.be/IgZOPafJdEE


 
Posted: 08:08am
21 Jan 2024
Copy link to clipboard
Mixtel90
Guru


I have an MSX-owning friend (he's a bit of an MSX nut!) who I showed one of your videos to. He said that you'd got something wrong - the video isn't all juddery like it would be on a real MSX. :)

Lovely work. :)
 
Posted: 04:08am
25 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


The stage 2 boss is implemented. It needs some minor adjustments


 
Posted: 06:30am
25 Jan 2024
Copy link to clipboard
Volhout
Guru

Wauw, that boss is creepy…
This is going ver well Leo.
Another level finished…

Volhout
 
Posted: 09:14am
25 Jan 2024
Copy link to clipboard
Martin H.
Guru


  LeoNicolas said  Hello everyone
I also worked on the MOD music files, converting the original level 2 song to the MOD format. I'm terrible at making music, but the final result is not so terrible (I think   )

the Mod is Fine :-) and just 3 Samples and only 30 KB  
Nevertheless, I shrinked it to 25 KB without audible changes.

knightmare1.zip
Edited 2024-01-25 19:25 by Martin H.
 
Posted: 03:51am
26 Jan 2024
Copy link to clipboard
Turbo46
Guru


Hi Leo,
I had another quick play and just got to the end of stage 1 and as I was going through to stage 2 it crashed.



I was wearing the shield again.

The shield is supposed to change colours and eventually disappear but it doesn't (yet?).

Trying it would be easier if you could implement the controller as well as the keyboard. I was thinking about adding in myself but didn't want to change the code for reporting any errors plus the risk of introducing any of my own.  

The "magic crystal" changes colour to indicate the magic power they will give you but it is hard (for me) to remember what that colour indicates. It would be more helpful if the letter, instead of being "P" all of the time, could indicate what the power was. "I" for invisibility, "S" for shield and so on. I know that would not be true to the original but I believe it would help gameplay.

Bill
 
Posted: 04:34am
26 Jan 2024
Copy link to clipboard
Turbo46
Guru


Played it again and got to the end of stage 2 (no shield) but the boss was the same as the one in stage 1? Not the one with the skeleton face. The boss did not attack me.

Bill
 
Posted: 05:44am
26 Jan 2024
Copy link to clipboard
LeoNicolas
Guru


Hello Bill
First of all, thank you for testing the game.

Feel free to modify de code. You can fork my repo on github, modify the code and submit a pull request. I can review the code you added and merge it to the main branch. This is the beauty of open-source.

I didn't push the stage 2 boss code to my repository. I will do it tomorrow at the end of the day. I'm fixing some bugs on the boss skin routine.

There are also two new enemies on the stage 2 that I need to implement and I need to create the stage 2 boss music on the mod format.
 
   Page 4 of 10    
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025