API Reference game_app v0.1.0
Modules
GameApp keeps the contexts that define your domain and business logic.
The Accounts context.
Provides the schema and changesets for player accounts within the GameApp
.
The GameApp.External.TextExtractBehaviour defines a required contract for modules handling text extraction in the GameApp system.
Implements GameApp.External.TextExtractBehaviour
for handling text extraction
Implements GameApp.External.TextExtractBehaviour
for handling text extraction
This module serves as a service layer, delegating text extraction tasks
to an implementation specified in the application's configuration and
ensuring compliance with the GameApp.External.TextExtractBehaviour
behaviour.
A behaviour module for the Tic Tac Toe GenServer game logic and state management.
A module to handle the Tic Tac Toe game logic.
A GenServer module to handle Tic Tac Toe game logic and state management.
Registry for Tic Tac Toe games.
A module to handle the Tic Tac Toe game logic and state management using an Agent.
A custom log formatter for Logger
.
The Superheroes context.
The schema for the Superhero resource.
Defines the Ecto schema and changeset validations for get_text
.
This module provides functions to increment an integer synchronously and asynchronously.
A worker module for handling long-running jobs using Oban.
The entrypoint for defining your web interface, such as controllers, components, channels, and so on.
Module for generating the OpenAPI specification.
Provides core UI components.
Translates controller action results into valid Plug.Conn
responses.
A module providing Internationalization with a gettext-based API.
LiveView module for adding a new player and editing an player's details.
LiveView module for listing players.
LiveView module for displaying player details.
Superhero
SuperheroRequest
SuperheroResponse
SuperheroesResponse
Provides presence tracking to channels and processes.
LiveView for Tic Tac Toe game.
LiveView for Tic Tac Toe game.