Skip to content

Instantly share code, notes, and snippets.

@adamnuman
adamnuman / map_game.cpp
Created January 14, 2026 16:37
خوارزمية توزيع خريطة ورادار ذكي بلغة C++
#include<iostream>
using namespace std;
int main()
{
cout << "...:cap we lost the kharita(its 5*5)" << endl;
cout << "cap: remember how many gold and boombs was there?" << endl;
char ar[5][5] = { {'W','W','W','W','W'},
{'W','W','W','W','W'},
{'W','W','W','W','W'},