SM-conflict a 2D 2 player shooter game

    Lecic

    Convicted Lancake Abuser
    Joined
    Apr 14, 2013
    Messages
    5,115
    Reaction score
    1,228
    • Thinking Positive Gold
    • Purchased!
    • Legacy Citizen 11
    This is awesome! I hope to see more cool 2D games from you.
     
    Joined
    Jan 25, 2015
    Messages
    964
    Reaction score
    225
    • Wired for Logic
    • Councillor 2 Gold
    • Legacy Citizen 5
    This is awesome! I hope to see more cool 2D games from you.
    well, i was planning on pac-man, but i changed my mind.
    i will be working on a Mario-like game.
    this will be more of a challenge because i will need a physics engine (gavity).

    firt part complete, correctly spelling gravity, ding ding ding :P
     
    Last edited:
    • Like
    Reactions: Lecic
    Joined
    Feb 22, 2015
    Messages
    869
    Reaction score
    179
    • Purchased!
    • Legacy Citizen
    I am in awe.
    o_O

    Amazing job. I can only imagine the headaches involved in figuring out all that logic.

    Keep up the good work.
     

    AtraUnam

    Maiden of crashes
    Joined
    Oct 15, 2013
    Messages
    1,120
    Reaction score
    866
    • Railman Gold
    • Competition Winner - Small Fleets
    • Wired for Logic Gold
    How did you get around the issues with wireless logic bugging out under heavy use? I tried a project like this once and found myself hit by an insurmountable wall of logic derp.
     
    Joined
    Jan 25, 2015
    Messages
    964
    Reaction score
    225
    • Wired for Logic
    • Councillor 2 Gold
    • Legacy Citizen 5
    How did you get around the issues with wireless logic bugging out under heavy use? I tried a project like this once and found myself hit by an insurmountable wall of logic derp.
    sorry for the late reply, holiday xD
    i am not using any wireless logic, this game has a totaly of 1 indicator, the station itself.
    if i had used rails, jumping from side to side of the screen would have been impossible.
    i used binary to get most of the game.
    but i must say, this game needs quite the computer, my laptop can seriously not play the game.
    also, i tried to use the least as possible delays, only the bullets and reset button contain a few delays.
    because delays aren't lag resistent, if there is lag, signals can be extended from 0.5 seconds to 1 seconds.