islands_engine

Models the Game of Islands.

Miscellaneous

Stars

5

Unreleased Activity

Unknown

First Release

7

years ago

Last Release

3

months ago

Downloads

1.5k

last 90 days

Last Stable Version

0.2.65

Activity

last year

Pull Requests

Open 0
Merged 0

Latest Merged Pull Requests

No Github activity

Issues

Open 0
Closed 0

Version 0.2.65

Published Aug 2025
Elixir Version Requirement ~> 1.11
Documentation for 0.2.65

Dependencies

20
dynamic_supervisor_proxy ~> 0.1

Starts a module-based dynamic supervisor process with a registered name. Will wait a bit if the supervisor name is still registered on restarts.

file_only_logger ~> 0.2

A simple logger that writes messages to log files only (not to the console).

gen_server_proxy ~> 0.1

Invokes call, cast or stop with a GenServer registered via a server ID. Will wait a bit if the GenServer is not yet registered on restarts.

io_ansi_plus ~> 0.1

Functionality to render ANSI escape sequences. Clone of module IO.ANSI but supporting named Xterm colors.

islands_board ~> 0.1

A board struct and functions for the Game of Islands.

islands_board_cache ~> 0.1

Board Cache for the Game of Islands. Returns a random board.

islands_coord ~> 0.1.15

A coordinates struct and functions for the Game of Islands.

islands_game ~> 0.1

A game struct and functions for the Game of Islands.

islands_grid ~> 0.1

A grid (map of maps) and functions for the Game of Islands.

islands_guesses ~> 0.1

A guesses struct and functions for the Game of Islands.

islands_island ~> 0.1

An island struct and functions for the Game of Islands.

islands_player ~> 0.1

Creates a player struct for the Game of Islands.

islands_player_id ~> 0.1

Defines the player ID type for the Game of Islands.

islands_request ~> 0.1

Defines the request type for the Game of Islands.

islands_response ~> 0.1

Defines the response type for the Game of Islands.

islands_score ~> 0.1

A score struct and functions for the Game of Islands.

islands_state ~> 0.1

A state struct and functions for the Game of Islands.

islands_tally ~> 0.1

Creates a tally struct for the Game of Islands. Also displays the summary of a Game of Islands.

log_reset ~> 0.1

Resets configured log files.

persist_config ~> 0.4

Persists configurations from given files at compile time.

No changelog for 0.2.65
Inspect source for 0.2.65

Community

Looks like this space is still empty… Want to be the first to contribute?

Share an article, talk, or podcast by adding resources to this package.

Related Packages

44 packages