roguelike

command module
v0.0.0-...-09b2362 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: Unlicense Imports: 5 Imported by: 0

README

Go Report Card Build and test codecov

Roguelike

Simple roguelike game skeleton, written in Go using Termbox-Go library.

Building and running

  • install go: https://golang.org

  • checkout the repository: git clone git@github.com:xosmig/roguelike.git

  • cd roguelike

  • go build

  • ./roguelike

Working with sources

  • You can run unit tests using go test ./... or simply ./test.sh

  • You can run ./generate.sh to regenerate the generated sources (such as mock objects)

Structure diagram

diagrams/structure.png

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
core
ai
character/mock_character
Package mock_character is a generated GoMock package.
Package mock_character is a generated GoMock package.
gamemap/mock_gamemap
Package mock_gamemap is a generated GoMock package.
Package mock_gamemap is a generated GoMock package.
objects/factory/mock_factory
Package mock_factory is a generated GoMock package.
Package mock_factory is a generated GoMock package.
objects/mock_objects
Package mock_objects is a generated GoMock package.
Package mock_objects is a generated GoMock package.
state/mock_state
Package mock_state is a generated GoMock package.
Package mock_state is a generated GoMock package.
unit/mock_unit
Package mock_unit is a generated GoMock package.
Package mock_unit is a generated GoMock package.
mock_resources
Package mock_resources is a generated GoMock package.
Package mock_resources is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL