Skip to content

Instantly share code, notes, and snippets.

@oyunkhand16
oyunkhand16 / SnakeGame.cpp
Created April 25, 2026 17:33 — forked from NazimCodes/SnakeGame.cpp
Snake Game made out of C++
/* Snake Game using C++
developed by TheKittyKat,
improved by Nazim Nazari
December 2017 */
#include <iostream>
#include <conio.h>
using namespace std;
void run();