Skip to content

Commit 238f377

Browse files
committed
Hide console, update README.md
1 parent d21c395 commit 238f377

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Arcanoid/Arcanoid.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#include "App/App.h"
22

3+
#include <Windows.h>
4+
35
int main() {
6+
HWND hWnd = GetConsoleWindow();
7+
ShowWindow(hWnd, SW_HIDE);
8+
49
App* app = new App;
510
app->run();
611
delete app;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This game has some differences from classic Arcanoid. There are 4 moving platfor
1818

1919
## Getting started
2020

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).
21+
Current version of Aracanoid is only available for Windows x64. You can download it [here](https://github.com/lleballex/arcanoid/releases).
2222

2323
## 🙋🏽‍♂️ Contact me
2424

0 commit comments

Comments
 (0)