Author Topic: *Idea* Link Cable Multiplayer Mortal Kombat/Smash Bros Style Fighting Game?  (Read 5730 times)

0 Members and 1 Guest are viewing this topic.

Offline boot2490

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 607
  • Rating: +54/-36
    • View Profile
    • Boot2490's Stuff
Could it be possible? If you can send variables, you can make the engine simple enough to only need a few in order to send and receive. Could AXE do this? Could it be fast enough to be greyscale? Could it run on an nSpire with an 84 keyboard? (All of the school calcs are nSpires, I want to see how far it could spread around the school XD)
I'm not worried about SOPA creating censorship, that will not stand for long. I'm worried that they'll succeed in stopping piracy!

Spoiler For Signature, updated march 23, 11:28 PM EST:















An useful tool!

PM me if you need some help. I am glad to be of assistance and part of the TI Communnity.

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
It should be fast enough, as was demonstrated with some gCn programs, I believe. I think though, that for it to be fast enough you'd have to have both calcs basically only getting basic information from each other and each calc basically calculating everything needed for their game. (In a sense, the opposite of one calc being host, where one calc calculates everything and sends relevant data to the others)

Though I personally know very little about linking so I could be very, very wrong. :P

Edit: Reading what I have written, I say "basic[ally]" a lot :P
« Last Edit: March 17, 2012, 11:19:55 pm by HOMER-16 »

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline boot2490

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 607
  • Rating: +54/-36
    • View Profile
    • Boot2490's Stuff
I was thinking it could be more of a DS Download Play kinda thing. You get the full version on your calc, with all the characters and stuff, and single player mode, and other extras, and for multiplayer, it is a simpler version with fewer characters for link speed and transfer size.
I'm not worried about SOPA creating censorship, that will not stand for long. I'm worried that they'll succeed in stopping piracy!

Spoiler For Signature, updated march 23, 11:28 PM EST:















An useful tool!

PM me if you need some help. I am glad to be of assistance and part of the TI Communnity.

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
That would definitely be a good idea to have the single and multiplayer separate. Just for the program actually executing and sending data across the link cable it would have to send as little data as possible and still be able to work. So basically you could just have it send what's being pressed by the user in certain intervals and the other calc uses that data to control the corresponding character. That way one calc doesn't have to send all the data to client calcs which could be too much to send. The only issue would be if there's any disparity with randomized functions.

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline boot2490

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 607
  • Rating: +54/-36
    • View Profile
    • Boot2490's Stuff
Exactly what I was thinking. Basically, just where the players are, what they are doing, and their health would be all we would need. This would be so awesome...

So what are the bare essentials for a fighting game to be fun in your opinion? I want it to be small and simple but fun, addicting, and replayable.
I'm not worried about SOPA creating censorship, that will not stand for long. I'm worried that they'll succeed in stopping piracy!

Spoiler For Signature, updated march 23, 11:28 PM EST:















An useful tool!

PM me if you need some help. I am glad to be of assistance and part of the TI Communnity.

Offline Scipi

  • Omni Kitten Meow~ =^ω^=
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1547
  • Rating: +192/-3
  • Meow :3
    • View Profile
    • ScipiSoftware
Imo, it'd have to be 8 way movement, And perhaps a Standard and Special attack. The SSB Formula could work well.

I don't think you'd even have to send that info. Basically I think you could get away with just sending what's being pressed and the other calc would control that character on its process with those key presses as though they're playing on the same calc. The only issue could come from if there's either differences in timing, lag, or random number generation. Or at least that's how I'm seeing it. :P

Imma Cat! =^_^= :3 (It's an emoticon now!)
Spoiler For Things I find interesting:
Spoiler For AI Programming:
Spoiler For Shameless advertising:

Spoiler For OldSig:





Spoiler For IMPORTANT NEWS!:
Late last night, Quebec was invaded by a group calling themselves, "Omnimaga". Not much is known about these mysterious people except that they all carried calculators of some kind and they all seemed to converge on one house in particular. Experts estimate that the combined power of their fabled calculators is greater than all the worlds super computers put together. The group seems to be holding out in the home of a certain DJ_O, who the Omnimagians claim to be their founder. Such power has put the world at a standstill with everyone waiting to see what the Omnimagians will do...

Wait... This just in, the Omnimagians have sent the UN a list of demands that must be met or else the world will be "submitted to the wrath of Netham45's Lobster Army". Such demands include >9001 crates of peanuts, sacrificial blue lobsters, and a wide assortment of cherry flavored items. With such computing power stored in the hands of such people, we can only hope these demands are met.

In the wake of these events, we can only ask, Why? Why do these people make these demands, what caused them to gather, and what are their future plans...

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
2D platformer AI is a pain in the ASS.
There's something about Tuesday...


Pushpins 'n' stuff...


Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Lets see:
Possible-yes
Axe- not sure.
Grayscale: probably not with linking.
Nspire compatibility: Sure, as long as it doesn't use any incompatible commands.

Offline boot2490

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 607
  • Rating: +54/-36
    • View Profile
    • Boot2490's Stuff
I'll get working on a one player movement demo soon I guess.
I'm not worried about SOPA creating censorship, that will not stand for long. I'm worried that they'll succeed in stopping piracy!

Spoiler For Signature, updated march 23, 11:28 PM EST:















An useful tool!

PM me if you need some help. I am glad to be of assistance and part of the TI Communnity.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Such game would be nice. For odd reasons, all SSB projects that got started in the past died, so as a result, there are no existing SSB clone for calcs. There's one Mortal Kombat game from me, but it's single player and uses ASCII graphics in TI-BASIC (not to mention the code was written back in early 2002 so it's very unoptimized).

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Such game would be nice. For odd reasons, all SSB projects that got started in the past died, so as a result, there are no existing SSB clone for calcs. There's one Mortal Kombat game from me, but it's single player and uses ASCII graphics in TI-BASIC (not to mention the code was written back in early 2002 so it's very unoptimized).

http://www.ticalc.org/archives/files/fileinfo/244/24406.html This is a pretty decent arcade fighter style game that I remember being fun.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Oh right I forgot about that one. It wasn't finished, though, right?

Also it would be nice if a MK clone had actual floors and background images.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
I think it was pretty much finished.
Also, for whoever works on this, I can help with hit detection since I did some study about fighting games before. :D
Sig wipe!

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
I can't recall, it's been probably 5 years since I played it. I remember it being at least playable and fun, though. A background might get a bit confusing on the screen, heh.

As far as boot's question goes, you should be able to at least get a black and white version done. For linking, I'd say that HOMER's idea was decent.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Well I meant for example like in the 68K street fighter clone, where the bg was like in Project M: a gray background. It might be better if it's light gray, though.

As for linking, to ensure good syncing between both calcs, when a calc sends info, the other has to wait for it and vice versa. This is slower but it ensures everything is sent and if your cable is defective, once connection resumes, the game resumes again.
« Last Edit: March 18, 2012, 02:38:15 pm by DJ_O »