Skip to content

Instantly share code, notes, and snippets.

@momade009
momade009 / gist:fb1a24e2cca8a06ee9b2d5c0c16c1493
Last active April 20, 2021 09:54
COVID 19 game : I just start learning c++ about 1 mouth and learning coding is really complicate. Please advice me about what should i do or learn next, And some comment about this game or how i code too thank!
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
using namespace std; //corona attack game data :station,people,chace_infect, input:travel,time stay player
void chace_meet();
void shop();