Start the Game
Explore how to start a new Elixir application focused on game development. Learn to create a supervised project structure that supports fault tolerance using OTP, setting the foundation to model game logic and domain entities effectively.
We'll cover the following...
We'll cover the following...
Let’s begin building the game
We’ll begin by creating a brand-new Elixir application called islands_engine. We’ll make it a ...