Log In  

Cart #10606 | 2015-05-12 | Code ▽ | Embed ▽ | No License
52

Might as well call this the finished version, since barring optimization and cleanup I'm out of space.

CHANGES:
-There wasn't really much point in moving away from your opponent, so backward movement has been replaced with a longer backstep that can be used to avoid attacks
-Tweaked a few pixels

ADDED:
-Logo graphics
-2 new backgrounds (chosen randomly for each round)
-Randomly generated character appearances (loser's character gets replaced after each round)
-Characters now have shadows
-1 new music track
-Options menu to change/disable the music and choose between 3 CPU difficulty levels

FIXED:
-Player 2 could still go slightly outside the screen's bounds

KNOWN BUGS:
-There's a certain set of inputs that will prevent a character from going into the win pose after knocking an opponent out, thus being able to move around freely and preventing the round from ending. I have no idea how to do it apart from buttonmashing. The CPU will occasionally manage to do this, since technically it's constantly buttonmashing. Don't think of it as a bug, think of it as the ultimate victory celebration!

Cart #10588 | 2015-05-10 | Code ▽ | Embed ▽ | No License
52

ADDED:
-CPU opponent with rudimentary AI
-Rudimentary main menu to select between 1P and 2P modes

FIXED:
-Attack inputs wouldn't register at a certain point after moving
-It was previously possible to press both attack buttons while blocking to perform a 100% sure counter
-Characters walking outside the bounds of the screen

Cart #10564 | 2015-05-09 | Code ▽ | Embed ▽ | No License
52

One-on-one fighting game inspired by International Karate and the Hiryu no Ken series. Two player only at this point. Absolutely no testing or balancing done.

CONTROLS:

Left and right to move
Fire 1 to punch
Fire 2 to kick
Punch and kick while holding up/down to hit high/low
Up to block high
Down to block low
Backwards or stay still to block middle

COUNTERING:

You can perform a ludicrous counter move by performing a successful block and then pressing the same attack button your opponent used. E.g., press punch after blocking a punch to counter.

P#10565 2015-05-09 17:32 ( Edited 2016-12-07 21:47)

Whoa, that attack vocalization sound is amazing!

P#10589 2015-05-10 17:12 ( Edited 2015-05-10 21:13)

There was a commercial game 30 years ago that was not nearly this good, and people paid for it.

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

P#15906 2015-10-27 09:01 ( Edited 2015-10-27 13:01)

beautifully done!! the character art is really impressive!
oh and i really dig the sound and music!

I managed to get a vertical line of red pixels to stay on the screen after blocking an attack.

it'd be nice to have multi-frame attacks so you could see them coming and try to block rather than having to guess.

P#15912 2015-10-27 11:13 ( Edited 2015-10-27 15:15)

This is GREAT! Nice work

P#15937 2015-10-27 20:21 ( Edited 2015-10-28 00:21)

Apparently I'm so good at karate that I strike my opponent with lightning... But then it gets stuck there forever? It doesn't go away between matches or anything.

EDIT: This bug is the result of an API change. In previous versions of Pico-8, SSPR would stop if dw or dh is less than 0. Now it draws with the negative width inverted or something like that, instead. This is easily resolved.

Since it's not my cart to fix, I can only give you one little line of code to paste into the top of the cart yourself. To anyone who wants to fix the rendering bug here:

_sspr = sspr function sspr(sx,sy,sw,sh,dx,dy,dw,dh,fx,fy) if dw <= 0 or dh <= 0 then return end _sspr(sx,sy,sw,sh,dx,dy,dw,dh,fx,fy) end

And if pomppo should return and want to fix it without resorting to API hacks like that: Just move your sspr call to be inside the logic block which shrinks it. :P If it's not there TO shrink, you shouldn't be rendering it!

P#15943 2015-10-27 21:05 ( Edited 2015-11-05 18:10)

This makes me want to try and port karate champ...

P#16005 2015-10-29 13:58 ( Edited 2015-10-29 17:58)

WOW impressive!
It remember me of IK+ (International Karate Plus) for CPC & spectrum & Amiga...

P#33184 2016-12-07 16:47 ( Edited 2016-12-07 21:47)
1

Could you add special attacks and character select screen

P#72382 2020-01-29 02:41
1

and maybe fix that "ultimate victory screen"

P#72853 2020-02-07 00:41
1

A very cool game!! One suggestion, I think combats are too short, don’t you think you could add a health bar?

P#73008 2020-02-12 09:14

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 11:47:19 | 0.014s | Q:36