
-----------------------------------
morgoth
Thu Nov 20, 2003 8:15 pm

I need an idea...an ISUy idea!
-----------------------------------
i am new to this forum but not to turing. I enjoy creating programs but it's that time of year where the ISU is being given out (an independent learning program or something like that) anyway I have a tendancy to become too ambious and try to create programs that take too long to program someone give me an idea of what I should do for my ISU.

-----------------------------------
Mazer
Thu Nov 20, 2003 8:29 pm


-----------------------------------
well, there is a thread devoted to ideas for making games....

-----------------------------------
morgoth
Thu Nov 20, 2003 8:41 pm

oops
-----------------------------------
oops i didn't see that sorry...

-----------------------------------
Dan
Fri Nov 21, 2003 4:08 pm


-----------------------------------
well here are some grate ideas for an ISP in turing:

3D FPS

3D space ship game

Realy big "game boy adviced style" rpg (this one is ushely the best for ISPs) 

some game that wroks over the netwrok (why not a MMORPG  :twisted: )

-----------------------------------
Mazer
Fri Nov 21, 2003 5:26 pm


-----------------------------------

3D FPS

lol. i once made a first person shooter in turing called "B.L.I.N.D."
here, i'll post the source code:


var hp := 100
var sfx : array 1 .. 3 of string := init ("pow!", "bang! bang! bang!", "kaboom!!!!")
var x : int

colourback (7)
colour (0)
cls

loop
    exit when hp 