setup vs code on windows
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Nov 2021 05:05:20 +0000 (23:05 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 18 Nov 2021 05:05:20 +0000 (23:05 -0600)
.gitignore
docs/design.md

index 146bd95fee7b4993f4b556b24c154d231107ca66..e5df50462788672dd7ed068e081750483d1958d2 100644 (file)
@@ -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
index 24250b3e80b3c075d53b37b8b265ef3b86c72fad..800e3b2018b04b96f16d92eb89848eb8a0918b7c 100644 (file)
@@ -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