after

module
v0.0.0-...-deee935 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: AGPL-3.0

README

build status

After

A text-mode roguelike about scratching out a life in the post-apocalypse.

Notes

Example car layouts

Large

     #####
     -----
    -+_._+-
     ##+##
     #_._#
     #_._#
     #_._#
     #+++#

Medium

    #---#
    +_|_+
    +_|_+
    #---#
    #+++#

Small

    #--#
    +__+
    #--#

Directories

Path Synopsis
cmd
internal
ai
Package ai implements [game.AIModel] with routines for all actors.
Package ai implements [game.AIModel] with routines for all actors.
citygen
Package citygen implements city generators.
Package citygen implements city generators.
client/termgui
Package termgui implements a text-mode client over termui and drivers.
Package termgui implements a text-mode client over termui and drivers.
events
Package events implements late-bound function execution for items and actors.
Package events implements late-bound function execution for items and actors.
game
Package game - in concert with packages events and ai - implements the game simulation.
Package game - in concert with packages events and ai - implements the game simulation.
mods
Package mods provides facilities for loading game modifications.
Package mods provides facilities for loading game modifications.
lib
common-driver
Package commondriver implements part of the [termui.TerminalDriver] interface that is common between all drivers.
Package commondriver implements part of the [termui.TerminalDriver] interface that is common between all drivers.
ebiten-driver
Package ebitendriver implements a [termui.TerminalDriver] with a graphical terminal emulator using Ebitengine as the backing library.
Package ebitendriver implements a [termui.TerminalDriver] with a graphical terminal emulator using Ebitengine as the backing library.
imgcon
Package imgcon implements a console renderer that renders its buffer to an image.Image.
Package imgcon implements a console renderer that renders its buffer to an image.Image.
pixel-driver
Package pixeldriver implements a [termui.TerminalDriver] with a graphical terminal emulator using Pixel2 as the backing library.
Package pixeldriver implements a [termui.TerminalDriver] with a graphical terminal emulator using Pixel2 as the backing library.
tcell-driver
Package tcelldriver implements a [termui.TerminalDriver] for a tty using tcell as the backing library.
Package tcelldriver implements a [termui.TerminalDriver] for a tty using tcell as the backing library.
termui
Package termui implements drawing and ui elements over drivers.
Package termui implements drawing and ui elements over drivers.
util
Package util provides utility functions and general-use types.
Package util provides utility functions and general-use types.

Jump to

Keyboard shortcuts

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