(no title)
kabirgoel | 3 years ago
I recently used Bubble Tea to write a Flappy Bird-like game [2] and it was incredibly fun. It splits your app up into a Model (state), a View function (that uses the model to return a string), and an Update function (that updates the model), like Elm. Plus the other Charm libraries are great for styling terminal output, spring physics, etc.
[1] https://github.com/charmbracelet/bubbletea [2] https://github.com/kbrgl/flapioca
No comments yet.