English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 07 July 2019, 21:29   #21
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,519
About the soundtrack, do you have a soundroutine that can point to specific positions in the mod file or you prefer all jingles in separated files?
saimon69 is offline  
Old 07 July 2019, 22:34   #22
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
There was a small arrangement.I've added a few simple sprites.For Test.





Relaese notes

-----------------------------------------------------------------

- Thomas jump Full frame fixed.
-There are errors in frames moving left.Fixed




Next step fix
-----------------------------------------------------------------
-I will add enemies.
( Enemies are attacking and moving. )


[ Show youtube player ]
seko is offline  
Old 13 July 2019, 23:11   #23
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Keep doing.as you use the blitter object.The program is slowing down.




Relaese notes

-----------------------------------------------------------------

- I've added a few Enemys.





Next step fix
-----------------------------------------------------------------
-I'il add the second enemy.
man who throws a knife


Video link





[ Show youtube player ]
seko is offline  
Old 14 July 2019, 22:25   #24
spoUP
Registered User
 
Join Date: Dec 2002
Location: sweden
Age: 46
Posts: 430
Very cool! Kung Fu master is a nice game! Your port looks very nice so far!
I always found the nes version way superior when it comes to gameplay though. Maybe you could port the nes version as well when this one is done? The NES version had better graphics and snappier game play IMHO.

Keep going!
spoUP is offline  
Old 15 July 2019, 23:26   #25
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Quote:
Originally Posted by spoUP View Post
Very cool! Kung Fu master is a nice game! Your port looks very nice so far!
I always found the nes version way superior when it comes to gameplay though. Maybe you could port the nes version as well when this one is done? The NES version had better graphics and snappier game play IMHO.

Keep going!

Thanks.I saw nes version.But arcade machine good design. nes port like 8 bit cute game design.I like nes games.Nes kungfu master game gameplay very well .Arcade machine game play games hardest
seko is offline  
Old 15 July 2019, 23:29   #26
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
short test on real amiga 1200.


Config standart amiga 1200 addon card 4 mb fast ram.





i hope like video




[ Show youtube player ]
seko is offline  
Old 16 July 2019, 08:43   #27
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Really nice Seko.

If I can give you just one tip on making a game - try and split out all of your source code into different files, it looks like you have a rather large source file of over 1000 lines. Eventually your project will become unmanageable.

For yours try splitting out the panel code, the player sprite and the enemy sub routines into different files, you could even go as far as splitting the different enemies as well.

You will gain lots of time by doing this.

Geezer
mcgeezer is offline  
Old 16 July 2019, 23:44   #28
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Quote:
Originally Posted by mcgeezer View Post
Really nice Seko.

If I can give you just one tip on making a game - try and split out all of your source code into different files, it looks like you have a rather large source file of over 1000 lines. Eventually your project will become unmanageable.

For yours try splitting out the panel code, the player sprite and the enemy sub routines into different files, you could even go as far as splitting the different enemies as well.

You will gain lots of time by doing this.

Geezer



Now, I have difficulty following the project.As the project grows, it becomes more difficult to read.I now spend a lot of time reading the project.I will do exactly what you say.






Thanks saimon69 made the game music in mod format.Great job.




Relaese notes

-----------------------------------------------------------------

- I've added a orginal music in game .





Next step fix
-----------------------------------------------------------------
-I'il add the second enemy.
man who throws a knife
- I'il add sound fx




[ Show youtube player ]
seko is offline  
Old 17 July 2019, 04:22   #29
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
congratulation,
your port seems to be near a perfect one.
Not finished but surely in the good path.
turrican3 is offline  
Old 17 July 2019, 16:18   #30
E-Penguin
Banana
 
E-Penguin's Avatar
 
Join Date: Jul 2016
Location: Darmstadt
Posts: 1,213
Music is the 12 bar blues Classic.
E-Penguin is offline  
Old 18 July 2019, 23:28   #31
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
continue..Test on Real Amiga 1200. It works very well
Relaese notes

-----------------------------------------------------------------

- I've added sound fx in game with music




Next step fix
-----------------------------------------------------------------
-I'il add the second enemy.
man who throws a knife


Latest video


[ Show youtube player ]
seko is offline  
Old 07 August 2019, 08:34   #32
Tigerskunk
Inviyya Dude!
 
Tigerskunk's Avatar
 
Join Date: Sep 2016
Location: Amiga Island
Posts: 2,770
Great effort!
Tigerskunk is offline  
Old 07 August 2019, 15:43   #33
Shatterhand
Warhasneverbeensomuchfun
 
Shatterhand's Avatar
 
Join Date: Jun 2001
Location: Rio de Janeiro / Brazil
Age: 41
Posts: 3,450
Looks pretty good!

A 1:1 port of this should be very possible, and released back at the early days of the Amiga life, it would be great!

Kung-fu Master is a very good game on its own, and the only other game on this style I can think that exists on amiga that's not horrendous is Ninja Warriors, and even that one I don't like too much (I don't like even the arcade original).

So it would be a welcome addition to the Amiga library

.

About performance... I don't know how you're coding it, and I really believe you could easily do the "sprite for main hero, blobs for enemies", keep it at 16 colors to get speed and everything *should* run at 50 fps.

BUT.

I really think with some graphic editing and smart using of the palette tricks with the copper, you could have the main hero as a BOB and the enemies drawn as hardware sprites. This is actually kinda how the MSX version of Kung-Fu master works (the main hero is made of tiles since he's always at the center of the screen, enemies are sprites moving smoothly). It could help with performance.

Or you could have a mix of bobs and sprites for the enemies too.
Shatterhand is offline  
Old 07 August 2019, 18:59   #34
kriz
Junior Member
 
kriz's Avatar
 
Join Date: Sep 2001
Location: No(R)Way
Age: 41
Posts: 3,185
Nice work !!
kriz is offline  
Old 10 August 2019, 22:14   #35
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
hi folks , I was so busy for a month.I did a few additions shortly.
Game have a few bug. first problem enemies dropped wrong frame problems
Second fail collisions player and enemies.later will fix.


Relaese notes
-----------------------------------------------------------------
- I've added hit kick or punch to enemy flash.show
- punch score 200 ,kick score 100
- kick or punch hit . enemies droped on screen.

Next step fix
-----------------------------------------------------------------
-I'il add the second enemy.
man who throws a knife



[ Show youtube player ]
seko is offline  
Old 11 August 2019, 08:30   #36
LieutLaww
Registered User
 
LieutLaww's Avatar
 
Join Date: Jun 2014
Location: Uckfield, UK
Age: 53
Posts: 195
Damn that is impressive, keep up the good work
LieutLaww is offline  
Old 11 August 2019, 16:35   #37
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Fast edit.


Enemies dropped wrong frame problems. ( FIXED ) (NOW PERFECT )



Second fail collisions player and enemies. (FIXED )( NOW Excellent)



Relaese notes
-----------------------------------------------------------------
- I've added hit kick or punch to enemy flash.show
- punch score 200 ,kick score 100
- kick or punch hit . enemies droped on screen.

Next step fix
-----------------------------------------------------------------
-I'il add the second enemy.
man who throws a knife




Next video





[ Show youtube player ]
seko is offline  
Old 11 August 2019, 17:06   #38
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 729
Very Good, but action speed needs to be more fast
DanyPPC is offline  
Old 12 August 2019, 10:06   #39
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Quote:
Originally Posted by DanyPPC View Post
Very Good, but action speed needs to be more fast







how is that speed ?



[ Show youtube player ]
seko is offline  
Old 12 August 2019, 10:17   #40
Aladin
Registered User
 
Join Date: Nov 2016
Location: France
Posts: 853
good job Seko

video arcade version:
[ Show youtube player ]
Aladin is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Master System Game Weka Invaders OmegaMax Retrogaming General Discussion 0 12 December 2017 18:42
dungeons master like game..? lee777 Looking for a game name ? 12 26 March 2011 22:54
best looking Master System/GameGear game? s2325 Retrogaming General Discussion 8 02 January 2008 09:18
save Dungeon master game thige support.Games 27 21 September 2004 02:32
Found -> Battle Master (Was: game with orcs) CreepingDeath Looking for a game name ? 5 30 July 2004 18:46

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 22:06.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10263 seconds with 14 queries