Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 18:46 28 Apr 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

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

     Page 1 of 9    
Author Message
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 04:31am 18 Nov 2023
Copy link to clipboard 
Print this post

Hello everyone

I would like to share the game I'm working on called Knightmare.

Knightmare is a 1986 vertically scrolling shooter video game developed and published by Konami for the MSX home computer.

The game is still in development. Many features are missing, such as the main screen, score, lives, player collision, power-ups, etc.

Please check out the project on my GitHub: https://github.com/leonicolas/knightmare-cmm2



Edited 2023-11-18 14:32 by LeoNicolas
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 899
Posted: 05:12am 18 Nov 2023
Copy link to clipboard 
Print this post

just tested on mmb4w
so far,  looks better than the original MSX Version
(I had to search at youtube) Your scrolling is more even. The program is still far from finished but you have captured the atmosphere well. NICE!
When you have finished the game engine you only need to swap a few sprites to implement games like 1942 etc


I'm looking forward to the finished version.
Cheers
Mart!n
Edited 2023-11-18 15:14 by Martin H.
'no comment
 
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 05:36am 18 Nov 2023
Copy link to clipboard 
Print this post

Thank you Martin

One big improvement I made was the fine screen scrolling. The Y-axis hardware scrolling was only available on the MSX 2 and the X-axis on the MSX 2 Plus. This game is from MSX 1, which uses modified ASCII characters for rendering the background, which explains the 8 pixels scroll.
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 899
Posted: 06:00am 18 Nov 2023
Copy link to clipboard 
Print this post

btw ..
we had the problem converting the music to the mod...
Here  I found all the music as MOD files for download from the Amiga Version by Hoffman.
Maybe he gives you the permittion to use his Mods https://hoffman.home.blog/contact/
(I dont realy know if he is the creator of those MODs)
Edited 2023-11-18 17:10 by Martin H.
'no comment
 
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 06:35am 19 Nov 2023
Copy link to clipboard 
Print this post

I will take a look, Martin. Using a pure Mod file will help with the file size :)

I uploaded a video with the gameplay of the v0.231118-alpha

https://www.youtube.com/watch?v=QT1vP_sk1wE

I will implement the bonus blocks collision tomorrow, allowing the player to collect them.
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 899
Posted: 07:25am 19 Nov 2023
Copy link to clipboard 
Print this post

LeoNicolas
  Quote  I will take a look, Martin. Using a pure Mod file will help with the file size :)

and you are much more flexible with the ingame music due to the Level or Situations (Endboss etc)

I watched the video, looks promising.
Edited 2023-11-19 20:59 by Martin H.
'no comment
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 3530
Posted: 11:42am 19 Nov 2023
Copy link to clipboard 
Print this post

Nice game, Runs smooth
Thans for sharing, looking forward to the final release.

Volhout
PicomiteVGA PETSCII ROBOTS
 
cosmic frog
Senior Member

Joined: 09/02/2012
Location: United Kingdom
Posts: 278
Posted: 11:49am 19 Nov 2023
Copy link to clipboard 
Print this post

Just watched the video, looks amazing!

Dave.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 5729
Posted: 12:25pm 19 Nov 2023
Copy link to clipboard 
Print this post

Very nice indeed so far, Leo. Keep up the good work! :)
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 3530
Posted: 12:34pm 19 Nov 2023
Copy link to clipboard 
Print this post

Nice game, Runs smooth
Thans for sharing, looking forward to the final release.

Volhout
PicomiteVGA PETSCII ROBOTS
 
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 04:58am 20 Nov 2023
Copy link to clipboard 
Print this post

Today, I implemented the HUD and the score.

I posted a new video showing the gameplay with the updates.

https://www.youtube.com/watch?v=esJIlo3pQ0w





@Martin, I didn't use your font definition because the final result was not pixel-perfect. The size and format were a little awkward. I'm using blit to render the font tile from the PNG.
Edited 2023-11-20 14:59 by LeoNicolas
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 5729
Posted: 08:20am 20 Nov 2023
Copy link to clipboard 
Print this post

I still have a Goldstar MSX hidden away. :)  I never had this game though.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 3530
Posted: 08:32am 20 Nov 2023
Copy link to clipboard 
Print this post

Hi LeoNicolas,

Too bad the PicoMiteVGA does not have the grey color. This game seems very do-able on a pico too. Maybe it should be on my todo list to change the analog outputs of the picomite to something that allows grey color.

Volhout
Edited 2023-11-20 18:33 by Volhout
PicomiteVGA PETSCII ROBOTS
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 5729
Posted: 08:52am 20 Nov 2023
Copy link to clipboard 
Print this post

Easy enough to do 16 shades of grey (the Pico is way too limited for 50). 405 line PAL is more of a problem though. :)
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 899
Posted: 09:48am 20 Nov 2023
Copy link to clipboard 
Print this post

  Volhout said  Hi LeoNicolas,

Too bad the PicoMiteVGA does not have the grey color. This game seems very do-able on a pico too. Maybe it should be on my todo list to change the analog outputs of the picomite to something that allows grey color.

Volhout


don't you think, I couldn't translate the Sprites and Tiles to a good locking RGB 121 Versions if necessary? Even without grey
I've got a little bit of practice in it




Just a quick try, I know that the Grass is to bight    
Edited 2023-11-20 20:22 by Martin H.
'no comment
 
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 04:46am 26 Nov 2023
Copy link to clipboard 
Print this post

Hello everyone

The new version has been released :)
Now we can collect the bonus blocks. Only the King block has not been implemented yet.



Gameplay video:

https://youtu.be/O33jJVTAAAI

The source code repo link is in the video description.
Edited 2023-11-26 15:24 by LeoNicolas
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3015
Posted: 02:49pm 26 Nov 2023
Copy link to clipboard 
Print this post

Very cool. Congrats.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
LeoNicolas

Guru

Joined: 07/10/2020
Location: Canada
Posts: 445
Posted: 02:42am 04 Dec 2023
Copy link to clipboard 
Print this post

This weekend version news:
1) Freezing block
2) Enemy shots

https://youtu.be/PUC_imhjJs4


 
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1593
Posted: 02:45am 09 Dec 2023
Copy link to clipboard 
Print this post

Hi LeoNicolas, I had never come across this game so I did a little research and found a PDF manual for it here and a description:
  Quote  Knightmare is a vertical-scrolling shoot 'em up game starring Popolon, a warrior who embarks on a quest to rescue the princess Aphrodite from the evil priest Hudnos. The player controls Popolon through eight increasingly difficult stages across a Greek-esque fantasy setting, populated with an assortment of enemies and obstacles, over a constantly scrolling background that never stops moving until a boss is reached, which must be fought in order to progress further. The player must also avoid or take out enemy formations to gain bonus points, and reveal hidden bridges to cross rivers by shooting at it.

Popolon is equipped with a bow and arrows as the main weapon, which can be upgraded or changed by collecting a flashing weapon crystal. Picking up a new weapon grants its initial state and can be upgraded by picking the same weapon twice in a row. Popolon can also obtain temporary power-ups via power crystals branded with a "P" icon that initially appears colored black. These can be cycled through other weapons and power-ups by firing at them, ranging from boomerangs, three-way shots, swords, speed increasers, temporary invincibility and a shield to withstand enemy projectiles. If grabbed in their initial state, these crystals grant extra bonus points instead.

Scattered on the playfield are question mark blocks containing chess-themed magic jewels that can aid or hinder the player by shooting a block to release the jewel. While many of the blocks are visible onscreen, others are hidden and must be unveiled by shooting at the block until the jewel is released. The player can also uncover secret exits within certain stages and warp into the next stage. Getting hit by an enemy or blocked by an obstacle and scrolled offscreen will result in losing a live stock, as well as a penalty of decreasing Popolon's overall firepower to his original state. The player can obtain more lives by earning 100.000 points each time or collecting a yellow magic jewel, but the game is over once all lives are lost.

I ran the game on MMB4W and it went well until it crashed with the error:
  Quote  Error in line 186: Buffer not in use

Then I ran it on a real CMM2 with the latest beta firmware until that crashed with the error:
  Quote  Error in line 63: 200 is invalid (valid is -15 to 199

Also the sprites don't display correctly as you can see in the picture;



It looks to me that the parts of the sprites that are meant to be invisible are displayed as black. There must be some difference in the way sprites are supported.

Because I don't get on well with keyboard controls I was going to try to add in joystick support but I decided to put that off and hope that you will, eventually (apparently the original does). If you check out Tom's (thwill) Lazer Cycle game on FITHUB, that includes support for most (if not all) controllers that you can connect to the CMM2.

Bill
Keep safe. Live long and prosper.
 
thwill

Guru

Joined: 16/09/2019
Location: United Kingdom
Posts: 3841
Posted: 09:59am 09 Dec 2023
Copy link to clipboard 
Print this post

  Turbo46 said  If you check out Tom's (thwill) Lazer Cycle game on FITHUB, that includes support for most (if not all) controllers that you can connect to the CMM2.


Bill of course meant GitHub: https://github.com/thwill1000/mmbasic-lazer-cycle.

Best wishes,

Tom
Game*Mite, CMM2 Welcome Tape, Creaky old text adventures
 
     Page 1 of 9    
Print this page
© JAQ Software 2024