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.
- Host: GitHub
- URL: https://github.com/juhalehtonen/islands_engine
- Owner: juhalehtonen
- Created: 2018-02-18T08:49:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T17:43:53.000Z (over 7 years ago)
- Last Synced: 2025-04-06T08:13:51.944Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IslandsEngine
[](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.