From 858285524dae4fb32e733915312d50252494e607 Mon Sep 17 00:00:00 2001 From: bunny winter Date: Tue, 11 Feb 2025 21:31:53 -0600 Subject: [PATCH] chore(launcher): add nethack --- launcher/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/launcher/main.go b/launcher/main.go index 6dcc41e..3570d3c 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -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",