Minecraft Major Assignment for Object Oriented Programming

/* Created by "ngOOP" */
cout << "13520019 / Maharani Ayu Putri Irawan" << endl;
cout << "13520034 / Bryan Bernigen" << endl;
cout << "13520040 / Ng Kyle" << endl;
cout << "13520088 / Rio Alexander Audino" << endl;
cout << "13520115 / Maria Khelli" << endl;

Description: This is a CLI-based game imitating Minecraft's gameflow. We use object oriented programming concept with C++ as the language.

How to run

  • If you only wanted to run "play" the game, run .\main (if you are using Windows) on your command-prompt or ./main.exe (if you are using Linux).

  • If you want to recompile, we recommend you to compile in Windows operating system (since the makefile is made for Windows system). To compile, run MinGW32-make compile.