Wednesday , February 10 2016
Breaking News
Home / Tag Archives: C++

Tag Archives: C++

Snake Game using C++

Rate this Post : Source Code : #include <iostream> #include <conio.h> Rate this Post : Source Code : #include <iostream> #include <conio.h> void run(); void printMap(); void initMap(); void move(int dx, int dy); void update(); void changeDirection(char key); void clearScreen(); void generateFood(); char getMapValue(int value); // Map dimensions const int …

Read More »