Help - Search - Members - Calendar
Full Version: Connect4
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM WIP Beta forum
geniusalz
Here's what I got
user posted image

Background is some wallpaper I had lying around.

Doesn't do any win checking now, colors alternate. (No CPU player)
chilin_dude
That looks ace!!!
Glad to see that loads of games are being made!!!
Doesn't matter about no cpu, when Xlink is implemented then it should be possible to play against others with this rolleyes.gif
koldfuzion
that looks great! will there be any cheat code? pm them to me smile.gif
-FourDoor-
That looks awesome G! With all these great games, has someone started packaging them up yet for the next public release?
BenJeremy
Well, I really need to hammer out the rest of the P-n-P spec so that can happen. Now that UnRar is available, I will probably base it on that.


I think a non-graphics/sound version of these games might be possible to include in the internal XML, as items that can be added on painlessly, though...
flattspott
That's why I opted not to use any external images in my LightsOut game.

I was considering hard coding the XML stuff into the script so the entire was all contained in one file(for easier installation). Then when you run it for the time it would spit out the XML to a real file.
flattspott
As for the Plug&Play, why dont you just do it like so. Make it a standered to use $ActualPath$\Scripts for all scripts. The just do an auto dir on it like you do for XBE stuff.

BTW, Nice one on the Connect4 geniusalz.
geniusalz
Win-checking works, but it doesn't highlight where the guy has won, and it doesn't end the game when the game is won.

Remember to change the path in the first line of the xas file.

Download Here

I tried animating the pieces falling, but it was too slow to look good. But hopefully when the drawlist stuff is done, that won't be a problem.
flattspott
Neato.
flattspott
Do you you save the in memory xml files you use at all? For debugging purposes?

Cause I did, and I not complaining, cause the game does work.

CODE

<board>
<2>
<6>
<value>1</value>
</6>
<5>
<value>1</value>
</5>
<4>
<value>2</value>
</4>
</2>
<3>
<6>
<value>2</value>
</6>
<5>
<value>1</value>
</5>
<4>
<value>2</value>
</4>
</3>
<4>
<6>
<value>1</value>
</6>
<5>
<value>1</value
thetruethugg
Possible bug, it doesn't show the bottom-most peice for me. I can take a screenshot if you'd like me to.
geniusalz
QUOTE (thetruethugg @ Apr 27 2004, 02:30 PM)
Possible bug, it doesn't show the bottom-most peice for me. I can take a screenshot if you'd like me to.

I'll appreciate that. And if you could get it to 'dump' the xml contents like flattspott did, that would be good.
Infared
good stuff dude smile.gif

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.