summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-01-07 19:42:33 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-01-07 19:42:33 -0500
commit045ed6354691a63c3f627dc2de71a1639efcda1c (patch)
tree436fe59a508ef5b0a8ffd4e1677faf65fc6a9391 /main.go
parent67d49632b97d5ba439cb641cdf6b67ede2aed12f (diff)
testing continues
Diffstat (limited to 'main.go')
-rw-r--r--main.go12
1 files changed, 1 insertions, 11 deletions
diff --git a/main.go b/main.go
index cbfb1d9..c96c518 100644
--- a/main.go
+++ b/main.go
@@ -2,7 +2,6 @@ package main
import (
"fmt"
- "github.com/mbndr/figlet4go"
tv "github.com/rivo/tview"
)
@@ -22,16 +21,7 @@ func main() {
if settings.debug {
- ascii := figlet4go.NewAsciiRender()
-
- options := figlet4go.NewRenderOptions()
- options.FontName = "TwoPoint"
-
- // If 'larry3d' wouldn't be included you would have to load your .flf files like that:
- ascii.LoadFont("./ressources/")
-
- renderStr, _ := ascii.RenderOpts("Hello Fonts", options)
- fmt.Print(renderStr)
+ fmt.Println(player_one.PrimarySlice())
app := tv.NewApplication()
flex := tv.NewFlex().