From b07801aec126f1d1007873363fa9a1291fbd66e8 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 17 Nov 2021 23:05:20 -0600 Subject: [PATCH] setup vs code on windows --- .gitignore | 3 ++- docs/design.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 146bd95..e5df504 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ bin/heartbreak .vscode/ *.sublime-project -*.sublime-workspace \ No newline at end of file +*.sublime-workspace +*.code-workspace \ No newline at end of file diff --git a/docs/design.md b/docs/design.md index 24250b3..800e3b2 100644 --- a/docs/design.md +++ b/docs/design.md @@ -8,4 +8,8 @@ I thought I would make this tool instead. The biggest thing to decide is how "high-level" this tool is. Is it similar to LOVE where you write simple hooks and that's all? Everything else is set up for you? OR should you have to control the set up as well? I'm leaning -toward the former, as I want to reduce the friction of starting a new project. \ No newline at end of file +toward the former, as I want to reduce the friction of starting a new project. + +After comtemplating more on what gap I would like Heartbreak to fill, I have decided that Heartbreak will be +the equivalent of LOVE but for WebAssembly instead of Lua. After writing the minesweeper demo, I understand +that it is the perfect place to be, as the programmer still has control, but can easily get started. \ No newline at end of file -- 2.25.1