- picked a LÖVE tutorial ( http://osmstudios.com/tutorials/love2d-platformer-tutorial-part-1-the-basics ) based on a recommendation in the #TutorialJam Discord channel
- Downloaded and installed LÖVE
- Discovered what I probably should have known already: the LÖVE executable is the thing that *plays* the game, and the game itself is plaintext .lua files and assets and stuff in a folder
- Per advice on the wiki, set up Notepad++ with a keyboard shortcut to open the game in LÖVE directly from the editor window
- Started copy+pasting the tutorial code from the tutorial
- Reconsidered, started copy+pasting the comments only and retyping the code by hand to make the process more conscious and deliberate
- Made it through the black triangle moment (which, in this case, was a green rectangle) and onwards to installing the first library that this tutorial recommends.

Glancing ahead, I'm mostly done with Part 1 of this, and at that point I will have a minimal viable product. Part 2 is about reorganizing the code within that project to make more sense and be easier to expand on, which seems like what I want; Part 3 is about adding a bunch of assets, which I don't care about. So I'll probably aim to get parts 1 and 2 done next session and branch off in my own direction after that.

(...it's normal to immediately have an innumerable swarm of overambitious game ideas, right?)

- Finished Part 1.

- Tried to clean up a couple bugs in Part 1.

- Discovered new, strange, and infelicitous behavior in Part 1.

- ...I think I am going to follow the example of another person in #TutorialJam and focus on making the very minimal mechanics of the tutorial actually *feel right* before I focus on building a game out of it.

- (although I have an idea for how to build a game out of it...)

- But first I'm going to go through Part 2 first, because organization is nice and I would not mind this having some more of that.

...I only just realized that Tutorial Jam ends on Sunday night and not Saturday night. I am very relieved.

Packbat's #TutorialJam finished! https://packbat.itch.io/recolored-platforms

(Well, sort of finished. It has a weird bug that I would like to have fixed, but I don't understand well enough to know how to. Still plays, just ... part of the game mechanics don't function.)

Jam page is https://itch.io/jam/tutorial-jam if you want to check out the other games. 😄

Recolored Platforms by Packbat

A platformer-like jam game about colors.

A nice thing about finishing a game for #TutorialJam is that it means I've cleared the "set up my itch.io for uploading games" hassle hurdle. Now I can make games for the future.

Also, I discovered (was reminded?) that I really enjoy filling in the metadata. 😄