KaczDev / go-magotchi

Tamagotchi in CLI + i3/tmux status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-magotchi

Have your own Tamagotchi in your CLI :).

A project to learn GO and CLI apps.

TODO

  • Basic functions
  • cmd args parsing
  • Daemonizing (running the Tamagotchi in the background)
  • Disciplining the Tamagotchi (or mayb e don't do that I didn't like disciplining the original one)
  • Sound alerts?
  • Time based events
  • Handling Tamagotchi "sleeping" when it's stopped (basically calculating actions since the last time it was awake)
  • Handling death of age and hunger/lack of happiness
  • Handling sickness and medicine
  • Saving it in a shared file (config wise)
  • Printing out data for i3bar
  • how to put it on tmux bar?
  • Proper go code style? Poiners, package accesses etc

About

Tamagotchi in CLI + i3/tmux status

License:MIT License


Languages

Language:Go 100.0%