using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace SnakeGame { public partial class Game_Start : Form {
public Game_Start() { InitializeComponent(); }
// * dir used for direction where the button will move. int area = 440; int destX=0, destY=0;//newX, newY, destXDummy, destYDummy; int endX, endY, startX, startY; int snakeCurrentWidth = 0; int snakeCurrentLength = 3; public int dir,dirInitial; public int score = 0; Button[] btnArrSnake = new Button[100]; public List
|
| Author: venkat | Member Level: Bronze | Revenue Score:  |
Hi,
The code is not working. Please email me the source code vmamilla@msn.com
Thanks, Venkat.
|