Search⌘ K

Wrapping Up

Understand how to build a new Phoenix web interface while integrating game logic as a dependency. Discover how maintaining a clean separation between interface and logic simplifies testing and future upgrades. Prepare to explore Phoenix Channels for persistent, stateful back-end and front-end connections.

We'll cover the following...

Logic and interface

We’ve done a lot in a short amount of time. We created a new project for our web interface. We brought the game logic in as a dependency and ...