Author |
Message |
petree08
|
Posted: Wed Mar 19, 2008 1:31 pm Post subject: RE:Turing Tower Defense |
|
|
YOU ARE 1337 CODER!!!
this is probalby one of the best game systems i've seen on compsci. A+
not much lag even with using drawcommands, sweet |
|
|
|
|
|
Sponsor Sponsor
|
|
|
CodeMonkey2000
|
Posted: Wed Mar 19, 2008 2:47 pm Post subject: RE:Turing Tower Defense |
|
|
1.8 K lines? Wow I didn't think this game would be that big. |
|
|
|
|
|
Sean
|
Posted: Wed Mar 19, 2008 2:59 pm Post subject: Re: Turing Tower Defense |
|
|
Good work, I enjoyed it. |
|
|
|
|
|
CodeMonkey2000
|
Posted: Wed Mar 19, 2008 3:01 pm Post subject: RE:Turing Tower Defense |
|
|
@petree08 you obviously haven't played Forces |
|
|
|
|
|
fishtastic
|
Posted: Wed Mar 19, 2008 11:07 pm Post subject: Re: RE:Turing Tower Defense |
|
|
Thanks for all the comments. I will probably update the game to fix some of the new problems i found. Also I have few new idea that i wish to add.
CodeMonkey2000 @ Wed Mar 19, 2008 1:47 pm wrote: 1.8 K lines? Wow I didn't think this game would be that big.
yes. it is much bigger than i expected. i was expecting the to be under 1k lines. but by the time i finish pathfinding ,one type of creep moving. and one tower. it was already 1k lines. |
|
|
|
|
|
Kharybdis
|
Posted: Wed Mar 26, 2008 12:09 pm Post subject: Re: Turing Tower Defense |
|
|
Good game....!
If i cheat, its easy to beat the last level, but even then... some times are hard... damn blobs.. |
|
|
|
|
|
Doug101
|
Posted: Tue Apr 01, 2008 8:02 am Post subject: Re: Turing Tower Defense |
|
|
awsome game this game puts all other turing games to shame i wish i make games like this. |
|
|
|
|
|
repsoccer16
|
Posted: Wed Apr 02, 2008 8:14 am Post subject: Re: Turing Tower Defense |
|
|
simply the best it gets for turing. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Doug101
|
Posted: Wed Apr 02, 2008 8:15 am Post subject: Re: Turing Tower Defense |
|
|
for some reason this game will only work on some computers can somebody explain why direction is an error. |
|
|
|
|
|
fishtastic
|
Posted: Wed Apr 02, 2008 5:06 pm Post subject: Re: Turing Tower Defense |
|
|
Doug101 @ Wed Apr 02, 2008 7:15 am wrote: for some reason this game will only work on some computers can somebody explain why direction is an error.
can you post the error message? so i can try to fix it.
I am still working on a update on my spare time. (i am usually busy doing random stuff:shock: )
this will probably my last big turing project. since i have to use c++ in my class. |
|
|
|
|
|
Doug101
|
Posted: Wed Apr 02, 2008 5:32 pm Post subject: Re: Turing Tower Defense |
|
|
i think its just the version of turing we have a school it dosnt reconize "distance". |
|
|
|
|
|
Michael516
|
Posted: Wed Apr 02, 2008 7:23 pm Post subject: Re: Turing Tower Defense |
|
|
its strange, it will work on some of the computers but not others. |
|
|
|
|
|
fishtastic
|
Posted: Wed Apr 02, 2008 7:50 pm Post subject: Re: Turing Tower Defense |
|
|
Michael516 @ Wed Apr 02, 2008 6:23 pm wrote: its strange, it will work on some of the computers but not others.
can you also post the error message you are getting.
because if the problem is just Math.Distance then all i have to do is make my own distance funtion
or i can just pre-compile the program in my update. |
|
|
|
|
|
Michael516
|
Posted: Thu Apr 03, 2008 7:15 am Post subject: Re: Turing Tower Defense |
|
|
i'm not sure what it is because i am on one of the computers that it works on but i think that it sais something about Math not being a measure on distance. |
|
|
|
|
|
Doug101
|
Posted: Thu Apr 03, 2008 7:17 am Post subject: Re: Turing Tower Defense |
|
|
ya Math.Distance is the only problem other than that its fine. |
|
|
|
|
|
|