1. Another Vector release, sorta.
- Posted by Robert Pilkington <pilking at BELLATLANTIC.NET> Jan 26, 1999
- 481 views
Some of you may remember the vector graphics Asteroids clone I've been working on, Vector. Well, here's another release.. I haven't registered 2.1 yet so you get all the source code with it. The reason for this is the new enhanced AI. Before, the game used an algorithm to point in your general direction. That algorithm is now the medium of the two new AI classes. The Rookie AI class aims in your direction, but if you are moving, he'll miss. The Ace class aims at where you are going to be if you don't change directions, and is so accurate it's scary. Anyway, I want some testers to see if the new classes unbalance the fun factor in the game. I've noticed how some people have been kidna addicted to it... I definitely don't want to take that away just because of a new feature! So E-mail me if you want a copy to test. (I'm using a different E-mail address, that supports file attachments, so it'll be easier this time.) I have a free web site, but they don't support me uploading .EXE or .ZIP files! ("What!?" Well, that's what I said...) So if you want to host it on your site until I get a new free web site, E-mail me or the list. P.S. The code is better than last time, but the documentation in it really needs to be cleaned up... Remember: You're interested in the game, not the code....
2. Re: Another Vector release, sorta.
- Posted by Lucius Hilley III <lhilley at CDC.NET> Jan 27, 1999
- 481 views
- Last edited Jan 28, 1999
I seem to recall that someone on the list offers a FTP site for code. You may be able to search the archives and find it. Lucius L. Hilley III "I'm good, not god." -- LLH III, 1998 On Tue, 26 Jan 1999 09:27:39 -0500, Robert Pilkington <pilking at BELLATLANTIC.NET> wrote: <SNIP> >So E-mail me if you want a copy to test. (I'm using a different E-mail >address, that supports file attachments, so it'll be easier this time.) I >have a free web site, but they don't support me uploading .EXE or .ZIP >files! ("What!?" Well, that's what I said...) So if you want to host it on >your site until I get a new free web site, E-mail me or the list.
3. Re: Another Vector release, sorta.
- Posted by C & K L <candk at TICNET.COM> Jan 28, 1999
- 500 views
- Last edited Jan 29, 1999
I'll host any and all files at the following: http://euphoric.webjump.com Well, until I run out of space. Contact me via e-mail prior to sending any files... -ck Robert Pilkington wrote: > > Some of you may remember the vector graphics Asteroids clone I've been > working on, Vector. Well, here's another release.. I haven't registered 2.1 > yet so you get all the source code with it. > > The reason for this is the new enhanced AI. Before, the game used an > algorithm to point in your general direction. That algorithm is now the > medium of the two new AI classes. The Rookie AI class aims in your > direction, but if you are moving, he'll miss. The Ace class aims at where > you are going to be if you don't change directions, and is so accurate it's > scary. > > Anyway, I want some testers to see if the new classes unbalance the fun > factor in the game. I've noticed how some people have been kidna addicted to > it... I definitely don't want to take that away just because of a new > feature! > > So E-mail me if you want a copy to test. (I'm using a different E-mail > address, that supports file attachments, so it'll be easier this time.) I > have a free web site, but they don't support me uploading .EXE or .ZIP > files! ("What!?" Well, that's what I said...) So if you want to host it on > your site until I get a new free web site, E-mail me or the list. > > P.S. The code is better than last time, but the documentation in it really > needs to be cleaned up... Remember: You're interested in the game, not the > code....