We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21c395 commit 238f377Copy full SHA for 238f377
Arcanoid/Arcanoid.cpp
@@ -1,6 +1,11 @@
1
#include "App/App.h"
2
3
+#include <Windows.h>
4
+
5
int main() {
6
+ HWND hWnd = GetConsoleWindow();
7
+ ShowWindow(hWnd, SW_HIDE);
8
9
App* app = new App;
10
app->run();
11
delete app;
README.md
@@ -18,7 +18,7 @@ This game has some differences from classic Arcanoid. There are 4 moving platfor
18
19
## Getting started
20
21
-Current version of Aracanoid is only available for Windows x64. You can download it [here](https://github.com/lleballex/arcanoid/releases/tag/v1.0.0).
+Current version of Aracanoid is only available for Windows x64. You can download it [here](https://github.com/lleballex/arcanoid/releases).
22
23
## 🙋🏽♂️ Contact me
24
0 commit comments