Skip to content

Commit

Permalink
Hide console, update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lleballex committed Dec 17, 2023
1 parent d21c395 commit 238f377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Arcanoid/Arcanoid.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#include "App/App.h"

#include <Windows.h>

int main() {
HWND hWnd = GetConsoleWindow();
ShowWindow(hWnd, SW_HIDE);

App* app = new App;
app->run();
delete app;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This game has some differences from classic Arcanoid. There are 4 moving platfor

## Getting started

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).

## 🙋🏽‍♂️ Contact me

Expand Down

0 comments on commit 238f377

Please sign in to comment.