Bayramooov / minegame

This is my very first C++ game which is made with wxWidgets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MineGame

This is my very first C++ game which is made with wxWidgets!


Building

1. In order to run this program you have to install wxWidgets.
When installing wxWidgets on Windows or OS X, it's always recommended building the library from source yourself!
2. So, download the WINDOWS ZIP file and then open it with Microsoft VS and click Build > Batch Build...
3. Create an Environment called WXWIN to that path...
4. Open Microsift VS and create a C++ Windows Desktop Application project

Project Properties

Open the Project Properties and... 5. Set the Configuration -> All Configurations, Platform -> Win32
6. Set C/C++ > Precompiled Headers > Precompiled Header to "Not Using Precompiled Headers"
7. Set C/C++ > General > Additional Include Directories to "$(WXWIN)\include; $(WXWIN)\include\msvc"
8. Set Linker > Additional Liblary Directories to "$(WXWIN)\lib\vc_lib"
9. Delete all the auto created files from the project and add the above uploaded files on GitHub!
10. Build & Run the project and Enjoy the Game!

You can learn more about wxWidgets here.

PS: 92% of users enjoyed this video game on WINDOWS.

About

This is my very first C++ game which is made with wxWidgets!


Languages

Language:C++ 100.0%