Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2020-08-30
Added
- A
Snek.Board.Snake.step/2
function for finding points relative to a snake's last moved direction, but without moving the snake.
0.1.0 - 2020-08-30
Added
- A
Snek.Board
module (and submodules) for representing board positions. - A
Snek.Ruleset
behaviour module for implementing variations of game rules. - A
Snek.Ruleset.Standard
module implementing the Battlesnake Standard rules. - A
Snek.Ruleset.Solo
module implementing the Battlesnake Solo rules.