Results 1 to 5 of 5

Thread: One-on-one fighting game

  1. #1

    One-on-one fighting game

    I was thinking about doing a "one-on-one fighting game" (like street fighter).
    Did any of you get into something similar? I realize that this kind of game are not easy as they seem to implement..
    Did you have any tip or tutorial or whatever?

    Thanks :mrgreen:
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  2. #2

    One-on-one fighting game

    Try getting in touch with Big Sassy over at gamedev. He is/was working on a Streets of Rage style brawler game, so he could have some ideas on this (such as combos, hit detection). Judging by his posts, he's also a very helpful chap - though he probably won't know any Delphi, unfortunately.

    I have a few ideas on how to do something like this, but nothing that's not readily apparent, so there's no real point in sharing them...
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  3. #3

    Hey I wrote one of those!

    I wrote Stickman-Boxing when I started VB you can download the .exe at www.darkahn.cjb.net

    All I used was a simple Random Number engine for eg:
    If x>0 then
    block
    else
    hit;

  4. #4

    Re: Hey I wrote one of those!

    Quote Originally Posted by FGS
    I wrote Stickman-Boxing when I started VB you can download the .exe at www.darkahn.cjb.net
    The link to the zip seem to be broken
    If you save your data in a proprietary format, the owner of the format owns your data.
    <br /><A href="http://msx80.blogspot.com">http://msx80.blogspot.com</A>

  5. #5

    Sorry!

    I lost it last time my PC crashed(damn windows)!
    I'll fix the link when i've re-written SMB.Give me about 2 wees since i'm still writing exams and I have to convert my origional to delphi.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •