Skip to content

Commit 60afdc7

Browse files
authored
update readme
Updated the description of the TUI interface and added a new section for screenshots.
1 parent b7a407e commit 60afdc7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Termagotchi 🐾
22

3-
A terminal-based Tamagotchi simulation written in Go, featuring a beautiful TUI interface.
3+
A terminal-based Tamagotchi simulation written in Go, featuring a simple and hacky TUI interface.
44

55
## Features
66

@@ -123,6 +123,25 @@ The game automatically saves your progress to:
123123
- **Linux**: `~/.config/termagotchi/config.yml`
124124
- **Windows**: `%APPDATA%\termagotchi\config.yml`
125125

126+
## Screenshots
127+
128+
Home
129+
130+
<img width="782" height="450" alt="image" src="https://github.com/user-attachments/assets/39cf86c2-a318-4140-8e07-ba252d38f3c3" />
131+
132+
Feed
133+
134+
<img width="785" height="448" alt="image" src="https://github.com/user-attachments/assets/58d7897f-c55a-42e0-8a5f-072ebce347e4" />
135+
136+
Play
137+
138+
<img width="782" height="450" alt="image" src="https://github.com/user-attachments/assets/edffe7be-4c00-4e03-8c4c-ca6e2ce6e2af" />
139+
140+
141+
Help
142+
143+
<img width="1025" height="647" alt="image" src="https://github.com/user-attachments/assets/ccad0600-d168-4d6f-bb90-10fcd366d78f" />
144+
126145
## Development
127146

128147
### Project Structure

0 commit comments

Comments
 (0)