HTMLify
Log in
Register
Dashboard
Shortlinks
Frames
API
sagar - HTMLify profile
sagar
1 Files
121 Views
Latest files of /sagar/
Snake Game
sagar/snakegame.c
121 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
#include <conio.h> // For _kbhit() and _getch()
#include <windows.h> // For Sleep()
#define WIDTH 20
#define HEIGHT 20