public interface Game { void setup() throws Exception; void loop() throws Exception; void close() throws Exception; void run() throws Exception; }