0 Members and 2 Guests are viewing this topic.
It's slow and huge, but it's a start.
Anyway, submitted.
It was the pastebin on the IRC PM But anyway, I forum-PM'd you ^^
it is. 9x9.Got the PM, btw ?
...You must make a game of Snake (or Nibbles, if you know it as that). It must follow all of these guidelines:It must be played on an square "grid" (each space being the width of one snake segment) as large as possibleThe graphics for the food and the snake segments must each be differentThe border must be clearly defined, and have different graphics from the food or the snake [li]The food must spawn randomly, Adriweb [/li] [li]The snake is moved with interactive input (such as a getKey-like command) if possible; if not supported, you may enter a direction each frame[/li] [li]Your snake must wrap around the sides of the board[/li] [li]At game's end, the program must display however many pieces of food were eaten in some way[/li] [li]Your game, above all, must be playable [/li][/list]...
Quote from: JWinslow23 on August 11, 2014, 01:19:21 pm...You must make a game of Snake (or Nibbles, if you know it as that). It must follow all of these guidelines:It must be played on an square "grid" (each space being the width of one snake segment) as large as possibleThe graphics for the food and the snake segments must each be differentThe border must be clearly defined, and have different graphics from the food or the snakeThe food must spawn on a random EMPTY square, Adriweb The snake is moved with interactive input (such as a getKey-like command) if possible; if not supported, you may enter a direction each frameYour snake must wrap around the sides of the boardAt game's end, the program must display however many pieces of food were eaten in some wayYour game, above all, must be playable ...It's not clearly mentioned in the rules, but shouldn't the food always spawn in an empty space as well (not on the snake)?
...You must make a game of Snake (or Nibbles, if you know it as that). It must follow all of these guidelines:It must be played on an square "grid" (each space being the width of one snake segment) as large as possibleThe graphics for the food and the snake segments must each be differentThe border must be clearly defined, and have different graphics from the food or the snakeThe food must spawn on a random EMPTY square, Adriweb The snake is moved with interactive input (such as a getKey-like command) if possible; if not supported, you may enter a direction each frameYour snake must wrap around the sides of the boardAt game's end, the program must display however many pieces of food were eaten in some wayYour game, above all, must be playable
...You must make a game of Snake (or Nibbles, if you know it as that). It must follow all of these guidelines:It must be played on an square "grid" (each space being the width of one snake segment) as large as possible......