still better than anything you've ever done, you cowardly troll gobshite.Millers Drillers wrote:god, this game sucked.
Color Matching Game
I would give all my points to colormatch, although the gameplay might be a little beyond that of a tetris clone. But I can use colormatch with Linux (there's even a working, though simple Makefile). IrrTris is not compileable under Linux as it uses special windows routines so it's not usable as is. Even worse, it's not easily fixable. Any ideas?
Yes, sorry to all Linux users !!!
My point is to create windows apps...
My point is to create windows apps...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Now, the major problem with IrrTris is the use of Windows config files. If you'd use some simple XML solution with IrrXML everything should work. I had already the main screen being displayed, but had some problems with control; simply by removing all the highscore stuff. Now rotation and gravity aren't working correctly, i.e. I can't rotate the tiles, and they don't fall down automatically. But these should be simple to fix, compared to the highscore files.Acki wrote:Yes, sorry to all Linux users !!!
My point is to create windows apps...
Ok, I solved the control and movement problems. It was the handling of time which did use a different time scale. I had to move 1000 seconds for the tile to move
Fortunately, Irrlicht offers a portable timer concept so this shouldn't be that much of a problem if using the interface.
So now that both programs are working I agree with Midnight ( I've ever feared this moment ) to call it a draw. Someone's planning for 3D?
Fortunately, Irrlicht offers a portable timer concept so this shouldn't be that much of a problem if using the interface.
So now that both programs are working I agree with Midnight ( I've ever feared this moment ) to call it a draw. Someone's planning for 3D?
Unlikely. If you had had enough experience to make a mmorpg, you would have understood that the point of the game wasn't to create a good game, but to test out methods of game programming in Irrlicht. The fact that you didn't understand this learning process indicates that you have not done any significant game programming work at this time.Millers Drillers wrote:Maybe I made a complete mmorpg but you wouldnt really know that type of thing.
Anonymous wrote:Unlikely. If you had had enough experience to make a mmorpg, you would have understood that the point of the game wasn't to create a good game, but to test out methods of game programming in Irrlicht. The fact that you didn't understand this learning process indicates that you have not done any significant game programming work at this time.Millers Drillers wrote:Maybe I made a complete mmorpg but you wouldnt really know that type of thing.
Well said that Man (or woman).