This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Project Ideas/Start New Projects => Your Projects
Author Message
Babyboy


Advanced Member


Joined: 11 Jun 2003
Posts: 499

Posted: 28 May 2006 10:08:06 pm    Post subject:

ok, so like, i basicaly want to know if it has been done effectively, to say, have an option in a game to transfer a save file to play a 2 player game head to head on one calc, instead of duking it out on 2.
Back to top
c_plus_plus
My Face Hertz


Active Member


Joined: 30 Jan 2006
Posts: 575

Posted: 28 May 2006 11:44:05 pm    Post subject:

you could use turn-based. I'm not sure I understand tough "Transfer File?"
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 29 May 2006 01:12:03 am    Post subject:

Sort of like a plugin? If so, it's possible. I saw a bomberman game that used shared 2-player.

Last edited by Guest on 29 May 2006 01:12:22 am; edited 1 time in total
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 29 May 2006 01:15:27 am    Post subject:

Yeah, bomberman was up to 4 players: 2 on each calc. Ztetris was 2 players too.

Edit: Oh wait, that was head-to-head, nvm.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 29 May 2006 06:29:55 am    Post subject:

In ASM, this wouldnt be too difficult. Basic cant understand double keypresses though, so you'll need to make it turn based then.
Back to top
lolje


Member


Joined: 07 Feb 2006
Posts: 153

Posted: 29 May 2006 07:06:09 am    Post subject:

It's even possible in Basic - with the help of xlib nearly everything is possible
*click*
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 29 May 2006 07:35:12 am    Post subject:

Basic + Xlib isnt basic IMHO.
Back to top
Sage Orator


Advanced Member


Joined: 23 Apr 2006
Posts: 337

Posted: 29 May 2006 09:54:53 am    Post subject:

Better not say that around Elfprince.

It's entirely possible.
Back to top
Babyboy


Advanced Member


Joined: 11 Jun 2003
Posts: 499

Posted: 29 May 2006 11:11:36 am    Post subject:

ok, yea, i was thinking like turn based RPG battle thing since its way hard to make 2 calcs talk in basic, i would even think that then a timer could be instituted into it like FF games (bar has to fill before you can attack kinda thing) Just pass the calculator around!
Back to top
c_plus_plus
My Face Hertz


Active Member


Joined: 30 Jan 2006
Posts: 575

Posted: 29 May 2006 11:19:07 am    Post subject:

My freind made a game he called Fart. It involves users competing for how fast they could press a button I think the code was as folows:
Code:
:While A<100 and B<100 and C<100 and D<100
:GetKey->K
:A+(K=11)->A
:B+(K=102)->B
:C+(K=105)->C
:D+(K=15)->D
:End
;Disp A
:Disp B
:Disp C
:Disp D
Back to top
Sage Orator


Advanced Member


Joined: 23 Apr 2006
Posts: 337

Posted: 29 May 2006 05:45:08 pm    Post subject:

Yeah but that code only reads whoever hit the key first. I'm not sure that the person is looking at multiplayers.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement