Io.horizon.tictactoe.aix !!exclusive!! -
@DesignerComponent(version = 1, description = "A Tic Tac Toe game component", category = ComponentCategory.EXTENSION) @SimpleObject public class TicTacToe extends AndroidNonvisibleComponent // Game logic here
from horizon_rl import load_environment env = load_environment("io.horizon.tictactoe.aix") obs = env.reset() env.render() io.horizon.tictactoe.aix
# On AIX 7.2 or later sudo installp -d /path/to/io.horizon.tictactoe.aix -acgX all The game would then be run from /usr/bin/tictactoe or similar. @DesignerComponent(version = 1, description = "A Tic Tac