Jump to content

Captain Spazer

Members
  • Content Count

    163
  • Joined

  • Last visited

Posts posted by Captain Spazer


  1. Hm, I find it quite difficult to make player sprites that are appealing to look at at bigger sizes due to the 1 color per row limit and I could use some thoughts on how to improve.

    Here is my current draft of a bigger karate guy, size is 16 pixels wide and 20 pixels tall.

    Frames.PNG.d3731fc50b530e4615d05ba840f08b9a.PNG

    • Like 3

  2. This is pretty good! I do however have 1 complaint: The other racers hit you before you even get going.

     

    Some ideas for improvements: Perhaps a countdown at the start of the race, a time limit, or a limit too how many times you can crash.

     

    So far, I really like this game. Good job!


  3. I am not sure what I am doing wrong but when I try using pfheights 2600basic.exe stops working.
    The error message says:

    Quote

    Warning: Unable to open '2600basic_variable_redefs.h'
    Warning: Unable to open '2600basic_variable_redefs.h'
    C:\2600 Projects\Karate\default.bas.asm (1226): error: Syntax Error ''.

    Unrecoverable error(s) in pass, aborting assembly!
    Complete.
    Errors were encountered during assembly.

     



    In the code I got

     set romsize 8k
     set kernel_options player1colors playercolors pfcolors pfheights background
    
    main
    
       pfheights:
       8
       8
       8
       8
       8
       8
       8
       8
       8
       8
       8
    end
    
       pfcolors:
       $f5
       $f5
       $f5
       $26
       $1A
       $1A
       $1A
       $1A
       $26
       $00
       $00
       $00
    end
    
    drawscreen
    
     goto main

    Is the error as simple as I don't got enough space left in bank1? I have 186 bytes left in bank1 and 1251 bytes left in bank2.


  4. I fixed up the AI and a couple of glitches and added a winning pose.

    I wish I could use the missiles with playercolors, would be cool to have the missiles as belts in the 1P mode and for every win you go up a rank and earn a new color for the belt, hehe...I have also mused around the idea of fatalities, which also would require the missiles. Like, kicking the head off at the last round.

    • Like 1

  5. I'm trying to figure out how to do a calculation that checks if player0x = player1x at like, 20 and then continues checking for as long player0x is at 20 or closer to player1x, any ideas?

     

    Something like:

     if player0x = player1x && player0x >=20

     


  6. It might be a nice game someday 😃 I am quite happy with it, I am continuing work on it and I made a titlescreen with a selection between 1 player and 2 player mode, and I have just begun making the AI, this is the first time I am making an actual decision making AI, it can only walk forwards, backwards, stand still and avoid ring outs at the moment, I dread giving it attack choices... Look forward to the next update.


  7. Now it's turning into a proper fighting game.

    FEATURES SO FAR:

    Titlescreen

    1P or 2P mode.

    Winning by hitting the opponent or making him step outside the ring 3 times.

    Sound effect when hit.

    Sound effect when blocking.

    5 color variations of the gi.

    Input limiter - no more holding down the firebutton to make a wall of attacks.

    Increasingly difficult opponents.

    Blocking

    Score in 1P mode.

     

    Exciting new feature for this version:

    Improved Graphics!

     

    DOWNLOAD - Karate_V.1.3.bin

    New_Graphics.PNG.cd2c2473ecb5f9614ba7a74c55367d2b.PNG

    CONTROLS:

    At the titlescreen choose your game mode by moving the cursor up or down with the joystick and flip the reset switch to move to the gi selection screen.

     

    At the gi selection screen move the joystick to the right to pick your gi color and flip the select switch to begin the game.

     

    Controlling the game:

    Move the joystick left or right to move

    Move the joystick in the opposite direction of your opponent to block attacks

    Push the joystick button to punch

    Move the joystick in the opposite direction of your opponent and push the joystick button to do a heavy kick

    Move the joystick in the direction of your opponent and push the joystick button to do a kick

    Move the joystick up and push the joystick button to do a jump kick

    Flip the reset button to restart the game.

     

    You defeat your opponent:

    Enjoy your victory and wait for a little while and the next match will begin.

     

    You are defeated:

    Flip the reset switch to restart the game.


    DPC+ Version

    I finaly managed to get into DPC+ and the sprite upgrade is amazing, I made a big karate guy by putting 2 sprites together, only it flickers, if anyone know a trick to reduce or get rid of the flickering, I would be extremely happy to learn!

     

    So far, the player can only walk across the screen, just wanted to show off the cool sprites, and maybe get some help with the flickering.

     

    Download : DPC_Karate_V.0.1.bin
    Hi_resV2.PNG.cb99af5ec8cf9287f4f2dedc03c79689.PNG

     

     

    DPC+ progress:
    Capture.PNG.3dc4340835a92eadbe82b8cb3762be94.PNG


    Next version of DPC+ version includes:

    Same engine as the none-DPC+ version

    More advanced animations

    Fatalities

    A judge

    An audience.

    How the game looks so far:

    Capture.PNG.3417f61852c7295afe0ddfbd0a225453.PNG


    Why is it taking so long for the release?

    Animating takes a long time, so far there are 22 sprites making up the animations and it's still not enough.

    • Like 8
×
×
  • Create New...