This is a tic-tac-toe game.
To run the game go run main.go
| # eBPF LSM Security Policy for Base Node | |
| # Protects Nethermind (Execution Client) and OP Node (Consensus/Rollup Client) | |
| container_policies: | |
| # Nethermind Pod | |
| - container_path: "base-sepolia:nethermind-pod:nethermind" | |
| executables: | |
| - path: "/app/nethermind" | |
| directories: | |
| - path: "/shared" |
| // SPDX-License-Identifier: Apache-2.0 | |
| package gitinterface | |
| import ( | |
| "bytes" | |
| "errors" | |
| "io" | |
| "os/exec" |