chore(launcher): add nethack

This commit is contained in:
bunny winter 2025-02-11 21:31:53 -06:00
parent 0cf76b682f
commit 858285524d
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -198,6 +198,11 @@ func Run(cmd *cobra.Command, args []string) error {
desc: "grow a plant in your terminal",
exec: "botany",
},
Program{
title: "nethack",
desc: "80s console roguelike",
exec: "nethack",
},
Program{
title: "nsnake",
desc: "ncurses snake game",