
-----------------------------------
valor
Tue Apr 06, 2004 5:00 pm

How can i make a Turing game playable in a internet browser?
-----------------------------------
ok i have been trying a bunch of different things but none of them work...What im trying to do is make my game playable in the internet browser like have a link from my site to my game and instead of download it run it ? im not sure if i need to use java but my friend said i might need to. If you know how can you please help me. Thanks

-----------------------------------
Paul
Tue Apr 06, 2004 5:30 pm


-----------------------------------
I have no idea, the only games I have played in browsers are java applets, I don't really think turing can do it...

-----------------------------------
Catalyst
Tue Apr 06, 2004 5:53 pm


-----------------------------------
you cant do it in turing
do it in java

-----------------------------------
the_short1
Tue Apr 06, 2004 7:50 pm


-----------------------------------
i didn;t think so... thx catalyst.... now u reasured me... (i friend  that told him)

-----------------------------------
Dan
Tue Apr 06, 2004 10:44 pm


-----------------------------------
ROFL, a truing applet now that whould be somting.

you could make a truing code intrepeter in java that whould run it, but it whould be alot of work.

-----------------------------------
Catalyst
Tue Apr 06, 2004 10:54 pm


-----------------------------------
not to mention pointless

-----------------------------------
valor
Wed Apr 07, 2004 10:21 am


-----------------------------------
Well...there goes that idea. i guess i'll just leave it on my site as a DL
 :(  :wink:  :?

-----------------------------------
wtd
Wed Apr 07, 2004 5:43 pm


-----------------------------------
Actually, you've hit upon an interesting idea.  If Turing is internally compiled to a bytecode format, two things become possible: A Java program could interpret that bytecode, or the code generator could be rewritten to generate code that could be executed by the JVM.

-----------------------------------
Tony
Wed Apr 07, 2004 6:32 pm


-----------------------------------
wtd - you're better off writing your own compiler that uses the syntax exact to one of turing :?

-----------------------------------
Paul
Wed Apr 07, 2004 6:34 pm


-----------------------------------
If you make turing games playable in a browser, that would be almost equal the accomplishment of Runescape. Well maybe not that great an accomplishment. Runescape is the ultimate java applet game engine thingy.

-----------------------------------
Dan
Wed Apr 07, 2004 7:18 pm


-----------------------------------
LOL, u need to see more MMORPGs

-----------------------------------
Paul
Wed Apr 07, 2004 7:20 pm


-----------------------------------
But its made from java, thats why I worship it so much.

-----------------------------------
valor
Wed Apr 07, 2004 8:40 pm


-----------------------------------
i am a MMORPG fan.
some great ones are MU,and Priston Tale.
i tried runescape and found it boring :?

-----------------------------------
jonos
Wed Apr 07, 2004 9:05 pm


-----------------------------------
Runescape, I found, was fun for around a month when I finally realized that the paid users had an advantage over us non-paid users.

Could someone please post some links to some good MMORPG (and what does it stand for?)...

-----------------------------------
valor
Wed Apr 07, 2004 9:37 pm


-----------------------------------
an MMORPG is a massivly multiplayer online role playing game.
i knew a couple good ones but you have to pay for them now. :(:(:(:(

-----------------------------------
Dan
Wed Apr 07, 2004 9:39 pm


-----------------------------------
back to the main topic for a sec.

i was thinking about this question and it came to me that it is posable to make a webserver in turing using the net comands. so in theroy i could be posable to code a turing porgam to run in a browser. alougth it whould be hard to code and the out put whould have to be in html. but any screen out put could be copyed as a pic saved to a loacl dir that is web asccesable and then uses  tag to show the screen in the browser.

alought this whould be alot of work and u whould need full ascese to the web server.

-----------------------------------
wtd
Wed Apr 07, 2004 9:43 pm


-----------------------------------
What you need is just a way for the Turing interpreter to "paint" its output inside a web browser.  The rest is just getting the browser to realize that upon seeing a Turing "applet" in a page it should download the code and run it.

-----------------------------------
the_short1
Thu Apr 08, 2004 6:37 pm


-----------------------------------
interesting..... something to think about...

i will have to start reading up on pic save etc.... (not that i will be making this( just cuz i think that function is cool.. and i want to make a program using it...

-----------------------------------
valor
Fri Apr 09, 2004 3:13 pm


-----------------------------------
hmmm that sounds very confusing. i think i might move on to and easier project until i get better at this stuff.
