tags:: #note/daily
# Tuesday, February 27, 2024
<< [[Calendar/2024/2024-02-26|Yesterday]] | [[Calendar/2024/2024-02-28|Tomorrow]] >>
## 📅 Daily Questions
> Write down any questions you have throughout the day here.
## 📝 Notes
### Godot Journey Log
Today I started my journey of learning the [Godot game engine](https://godotengine.org/). I plan to record my daily progress in these daily notes, with the intention to publish some dev diaries at some point.
Things I did today:
- Started reading through the [Godot documentation](https://docs.godotengine.org/en/stable/index.html).
- Set some goals for myself:
1. Complete a few small game projects to determine whether gamedev is something I want to do long-term.
2. If I do stick with game development, then I'd want to work on a cRPG.
- Joined the Godot Discord server and introduced myself.
- Read through Godot's [Complying with Licenses](https://docs.godotengine.org/en/stable/about/complying_with_licenses.html#doc-complying-with-licenses) guide
### Ephemeral Notes
- Created a [[Goals MOC]]
### Notes Created Today
> [!note]
> This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query.
```dataview
LIST FROM "" WHERE file.cday = date(this.file.name) SORT file.ctime asc
```
### Notes Updated Today
> [!note]
> This section uses [Obsidian Dataview](https://blacksmithgu.github.io/obsidian-dataview/), so it will only render properly in the Obsidian application itself. If viewing online, you will only see the Dataview query.
```dataview
LIST FROM "" WHERE file.mday = date(this.file.name) SORT file.mtime asc
```