Author Topic: Is it possible to make a 2 player agi game?  (Read 30783 times)

0 Members and 2 Guests are viewing this topic.

Offline Andrew_Baker

Re:Is it possible to make a 2 player agi game?
« Reply #60 on: November 03, 2002, 12:20:19 PM »
Sweet!  That would be pretty easy with hot-seat play.  Just think!  you could choose Larry, Patty, Roger, Graham, Sludge, that one kid from Black Cauldron.  Cool!
I hope you realize that one day I will devour the Earth.

Offline SGreenslade

Re:Is it possible to make a 2 player agi game?
« Reply #61 on: November 03, 2002, 12:22:38 PM »
uh don't forget sonny bonds, agi rosella, alexander, maybe sweet cheeks marie and some others...(see hoyles games for character suggestions)
Insert your favorite expletive here

Joey

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #62 on: November 04, 2002, 02:39:26 PM »
haha. that would be cool.

now for air hockey, you need to move up, down, left, right. i can only get up and down. i do this code for the left, right, but it doesnt work.

if (c35)) {
 if(f18)) {
   if(f19)) {  
  reset(f19);
  set(f18);
then below it i put
else {
if (f18)) {
if (f16)) {
  reset(f16);
  set(f18);

it compiles but doesnt work. (note i also do the other flag.)
 

Kon-Tiki

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #63 on: November 04, 2002, 03:13:02 PM »
Have assigned a key to c35? If not, then look in the help-file how to do that.

-Kon-Tiki-

Joey

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #64 on: November 04, 2002, 03:16:59 PM »
yah i assigned f10 to it i think.

Kon-Tiki

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #65 on: November 04, 2002, 03:25:49 PM »
That's a flag, not a key ;D Have you used this:

Code: [Select]
set.key(nCODE1, CODE2, c35);
Look the command set.key up in the help-file, 'cause I don't know what key you want to set it to.
Also, you can't assign the cursors.

-Kon-Tiki-

Joey

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #66 on: November 04, 2002, 03:37:56 PM »
no kon tiki, i mean the key f10  ::)

Kon-Tiki

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #67 on: November 04, 2002, 04:11:56 PM »
Have you tried:
Code: [Select]
if (controller(c35)) {
instead of
Code: [Select]
if(c35) {
Don't know if that makes any differences, but it should work with the first one.

-Kon-Tiki-

Joey

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #68 on: November 05, 2002, 02:28:18 PM »
sorry, i think thats what i do. i dont have the code in front of me, but i think i have if (controller(c35)) {

ill check soon though.

Joey

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #69 on: December 04, 2002, 04:51:22 PM »
well im not going to be working on a two player agi game for a while now. i have a lot to do. in a little, im going to start learning c++. thats going to occur a few days after christmas hopefully (i will get my book then i hope) i may not even be working on dq2.... for like, a long long time.

Offline Eigen

Re:Is it possible to make a 2 player agi game?
« Reply #70 on: December 06, 2002, 05:47:01 AM »
Try this. Check Readme for controls.

[attachment deleted by admin]
Artificial Intelligence Competition

Kon-Tiki

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #71 on: December 06, 2002, 03:34:21 PM »
Uhhhh, those keys don't work. I can only control the right character. The left one moves to the lower-left when I change the speed. Still,  it looks really cool. The idea of using two egos's awsome.

-Kon-Tiki-

Offline Eigen

Re:Is it possible to make a 2 player agi game?
« Reply #72 on: December 07, 2002, 02:57:01 AM »
I can move around with both players.  ??? Just hold down the CTRL key and W for example and the left man moves up. To move right man use mouse.


-Eigen
Artificial Intelligence Competition

Kon-Tiki

  • Guest
Re:Is it possible to make a 2 player agi game?
« Reply #73 on: December 09, 2002, 09:11:07 AM »
Ooops, didn't see that CTRL in front of the keys ::) It works now. Looks like you're able to make Spy vs. Spy in AGI now ;D Just hope the keys won't be Azerty-sensitive :-\

-Kon-Tiki-

Offline Zonkie

Re:Is it possible to make a 2 player agi game?
« Reply #74 on: December 09, 2002, 10:21:11 AM »
Whoa, this is really, really nice!! I really like the idea of the two egos as well, as Kon-Tiki said, that gives a whole range of new possibilities...  :D. Somehow, I can't get the input-changing to work though. Otherwise that looks really promising...


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.037 seconds with 15 queries.