I'm a Computer Science Student at Carleton University.I am passionate about new ideas and new ways of thinking.
When I'm not in front of a computer screen , I enjoy learning new technologies,reading,music,fitness, and meeting new people.
#include <iostream>
using namespace std;
int main() {
const char* name; const char* education; ; const char* experience; const char* skills;
name = "\t\t\t Mubarak Oseni";
education = "Education\n 2019\t Bachelor of Computer Science\t Carleton University \n\n ";
experience = "Experience\n June - Dec 2019\t Employment and Social Development Canada \t Junior Researcher\n\n ";
skills= "Skills\nLanguages:Javascript|HTML5|CSS|C++|C|Java|Python|SQL\n" "Frameworks-Tools:NodeJs|MongoDB|Android|Git|Github|Linux|MySQL|Photoshop\n\n";
cout<<name; cout<<"\n"; cout<<education; cout<<"\n"; cout<<experience; cout<<skills; cout<<"\n";
return 0;
}
A text based game designed and implemented with python.The game requires the user to use memory and thinking to unscramble the word.The game as 7 levels, each level include one more letter than the previous so the word is harder to unscramble.The user has 5 lives to complete the game. Each error is one live lost