An open API service indexing awesome lists of open source software.

https://github.com/ecshreve/zeke-sheet

terminal based DnD character sheet
https://github.com/ecshreve/zeke-sheet

go tview

Last synced: 7 months ago
JSON representation

terminal based DnD character sheet

Awesome Lists containing this project

README

          

# zeke-sheet

[![Go Report Card](https://goreportcard.com/badge/github.com/ecshreve/zeke-sheet)](https://goreportcard.com/report/github.com/ecshreve/zeke-sheet)
[![Go Version](https://img.shields.io/github/go-mod/go-version/ecshreve/zeke-sheet)](https://golang.org/doc/go1.14)

## Description

(work in progress)

The end goal of this project is to make a terminal based interactive Dungeons and Dragons character sheet.

## Installation

- make sure you have `go` installed, `version 1.14` or newer should work

- clone the repo

```{bash}
git clone https://github.com/ecshreve/zeke-sheet.git
```

- build and run the project

```{bash}
cd zeke-sheet
make run
```

## Screenshot

![zeke-sheet tui](static/1-18-21-wip.png "zeke-sheet-wip")