Draft: poop
This commit is contained in:
14
workflows/gameClient.go
Normal file
14
workflows/gameClient.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package workflows
|
||||
|
||||
import (
|
||||
"inp2025/stages"
|
||||
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
func GameClient() error {
|
||||
program := tea.NewProgram(
|
||||
stages.NewGameModel())
|
||||
_, err := program.Run()
|
||||
return err
|
||||
}
|
||||
Reference in New Issue
Block a user