package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Packages

Package chess contains the bots that can play the various chess games available on the Atari2600.
Package spacejockey is a bot capable of playing Space Jockey.
Package wrangler keeps track of the running bot and handles the activating and termination of running bots.

# Structs

Diagnostic instances are sent over the Feedback Diagnostic channel.
Feedback defines the channels that can be used to retrieve information from a running bot.

# Interfaces

Bot defines the functions the all bots must implement.
Input defines the Input functions required by a bot.
TV defines the television functions required by a bot.