An open API service indexing awesome lists of open source software.

https://github.com/juhalehtonen/islands_engine

Based on the book Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen.
https://github.com/juhalehtonen/islands_engine

Last synced: about 2 months ago
JSON representation

Based on the book Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen.

Awesome Lists containing this project

README

        

# IslandsEngine

[![CircleCI](https://circleci.com/gh/juhalehtonen/islands_engine.svg?style=svg)](https://circleci.com/gh/juhalehtonen/islands_engine)

An Elixir/OTP game engine for Islands, a battleship-esque multiplayer game. All code is based on the book [Functional Web Development with Elixir, OTP, and Phoenix](https://pragprog.com/book/lhelph/functional-web-development-with-elixir-otp-and-phoenix) by Lance Halvorsen.

The Phoenix-based web UI for the game resides in a different, private repository, so this repo doesn't come with a playable setup. See the book for details on how to manage the UI with Phoenix.