Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 516 Bytes

Remote

Functionality for running the base game functionality in a remote context

Directory Structure

File Purpose
player.rkt Implements a remote proxy player
referee.rkt Implements a remote proxy referee, which establishes the same context as the "real" referee
safety.rkt Implements functionality for handling untrusted code gracefully
tcp-conn.rkt Implements a wrapper around a TCP connection