Glitching text.
From: http://robmyers.org/glitcherature/ via https://twitter.com/CPriestman/status/904829030909837312
Glitching text.
From: http://robmyers.org/glitcherature/ via https://twitter.com/CPriestman/status/904829030909837312
A nice combo of lo-fi graphics and subtle effects. The bird behavior looks great.
From: https://twitter.com/more8bit/status/904107654196469761
New workspace set-up. Includes a plastic table covered in paper for notes. We'll see how it goes.
I got the basics of the eloquent javascript game tutorial working, but now I'm discouraged because I don't feel like I have a good handle on how everything is fitting together and how to expand. I think I am now going to return to a more functional (or at least Redux inspired) programming style and try and build up to the same point.
This is a good looking key font and a great concept for exploring browser habits (personal keylogging).
From: https://twitter.com/mwichary/status/898656890237759489
Eloquent Javascript has a guide for making a text-based simulation world and ecosystem. This should be very helpful for thinking about how to organize the code in my experiments.
I got the people (dots) to step back and say excuse me. I think this was a good exercise in running into a bunch of the ways collision detection is not easy. I'll probably do some research on how other people handle it now.
This is not really how I expected this collision detection/avoidance to feel, but it does technically satisfy the conditions I programmed.