Skip to content

Instantly share code, notes, and snippets.

View cleanfox's full-sized avatar

Mark cleanfox

View GitHub Profile
@cleanfox
cleanfox / gist:9fad58efa9d4903bc30b2fc5cdbbaf33
Created September 20, 2025 15:10
Kalah game code on c++
#include <iostream>
#include <vector>
#include <iomanip>
#include <thread>
#include <chrono>
using namespace std;
//Система очистки рабочего экрана
void clearScreen() {
#ifdef _WIN32