An open API service indexing awesome lists of open source software.

https://github.com/jayllyz/term-hero

Work in progress 🏗️ 🎸
https://github.com/jayllyz/term-hero

Last synced: 4 months ago
JSON representation

Work in progress 🏗️ 🎸

Awesome Lists containing this project

README

          

## Term Hero

Simple guitar hero game for the terminal made with [ratatui](https://ratatui.rs/).

WIP structure:

```text
src/
├── app.rs -> holds the state and application logic
├── event.rs -> handles the terminal events (key press, mouse click, resize, etc.)
├── handler.rs -> handles the key press events and updates the application
├── lib.rs -> module definitions
├── main.rs -> entry-point
├── tui.rs -> initializes/exits the terminal interface
└── ui.rs -> renders the widgets / UI
```