Skip to content

Instantly share code, notes, and snippets.

View realKamel's full-sized avatar
🎯
Focusing

Abdelrahman Ali realKamel

🎯
Focusing
View GitHub Profile
@realKamel
realKamel / zombie-war.cpp
Created May 6, 2022 12:20 — forked from sagebind/zombie-war.cpp
A simple game in C++ for a class exercise.
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
using namespace std;
int createZombie() {
if (rand() % 67 < 10)
return 11;
//this is all the header file for cpp
#include<algorithm>
#include<cmath>
#include<bitset>
#include<complex>
#include<deque>
#include<exception>
#include<fstream>
#include<functional>
#include<iomanip>

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.