Search results

  1. Smart Kitty

    In Progress Streets of Rage X (Windows / Android)

    I just gave it a try, what a masterpiece. The Menu stuff is very clean, and the game is very fun and smooth. It looks like if it was an original modern arcade machine.
  2. Smart Kitty

    In Progress Streets of Rage X (Windows / Android)

    I really need to play your master piece mr. Kratus, looks very smooth and fun :3
  3. Smart Kitty

    OpenBOR 4.0

    Hey'all what's new in the engine? :3
  4. Smart Kitty

    La-Quien Tales

    Excellent animations sir :3
  5. Smart Kitty

    In Progress LUST RUSH (18+)

    Lol even the yt vid is age restricted
  6. Smart Kitty

    Complete Pocket Dimensional Clash 2

    Nice design! I have seen even the Kung Fu Man from Mugen Epic :3
  7. Smart Kitty

    Transkentucky Railroad Tunnel

    >.< OMG. I would've died from a heart attack if I were on your place
  8. Smart Kitty

    Protect your work!!!

    OpenBOR the best
  9. Smart Kitty

    Transkentucky Railroad Tunnel

    Nice! the place looks kinda forgotten though. I liked the surroundings :3
  10. Smart Kitty

    La-Quien Tales

    well at least is not a video of you, I'd be sad if they were
  11. Smart Kitty

    La-Quien Tales

    video unavailable :(
  12. Smart Kitty

    La-Quien Tales

    now I feel weird cuz I was listening to Breakout before read these messages lmao >.<. Well your uncle plays good the bass :D
  13. Smart Kitty

    Solved Trouble Between Exiting Game Mode and Fake End Level

    I remember other function called like gotomenu() or something, I used it a lot in my game after game over scene.
  14. Smart Kitty

    [OpenBOR v3 only] Death by Height

    *cough* *cough* me
  15. Smart Kitty

    La-Quien Tales

    Epic >.<. A K.O letters would be good too or a critical hit lol
  16. Smart Kitty

    Random question about OpenBOR

    I found this example and seems similar to OpenBOR one. #include <stdio.h> int main() { int number; fputs("Enter an even integer: ", stdout); if (scanf("%d", &number) != 1) { fputs("Error: invalid number.\n", stderr); return -1; } for (int i = 2 ; number %...
  17. Smart Kitty

    Random question about OpenBOR

    Yesh I just realized when I was comparing my javascript old lines with a OpenBOR script, but well is good to know. Hmm, if it's currently C the scripts so I basically learnt C (the basics maybe)?
  18. Smart Kitty

    Solved Sprite Making

    Perfect! Is the think I am looking for. Thank you so much O Ilusionista! <3
  19. Smart Kitty

    Solved Sprite Making

    Hello everyone, I have been wondering if someone knows about a simple 3d tool that I could use for sprite making. I mean a 3d model (probably humanoid) which I can move and rotate to make poses and draw it into a sprite, is just to use as guide for create coherent animations. Is there that...
  20. Smart Kitty

    Random question about OpenBOR

    Hello everyone, I have been looking codes and I asked to myself. Is currently OpenBOR scripts real javascript or it is just made with it and it's custom code? I know the file extension in OpenBOR is .c and not .js, but well I'm just curious about <3
Back
Top Bottom