From: Zbigniew <ze...@in...> - 2004-05-13 16:18:50
|
> I tried to run the program, which has some very nice visual effects. > However, there are no instructions on how to play the game, so I don't > know what to do with it. Thanks for contating I was afraid my mails doesn't reach the list. Snake game is known as box that we can control on 2d space and it "eats" randomly appearing boxes. This causes it growing and the game becomes more and more difficult as if the head of the snake hits itself or bound of the screen the game ends. In this version it is done in 3d space so the flashing box has to eat green box. It is quite difficult to learn controls in 3d space, but I couldn't invent anything better :( The snake always moves from the depth of screen in user's direction, and the space is rotated so that the direction of snake moving changes. The problem is that sometimes in the snake is missing box. The other problem is that sometimes snake does not eat the box (the collision isn't detected). I know it will take some time to learn how it is done, but of course I have two scrollers for thanks :) The game can be of course exaple for python as after getting mark I will not need it anymore. regards and thanks Zbigniew Trzcionkowski ze...@in... |