Skip to content

Instantly share code, notes, and snippets.

View scratchcoder27's full-sized avatar
💭
I may be slow to respond.

scratcher27 scratchcoder27

💭
I may be slow to respond.
View GitHub Profile
@scratchcoder27
scratchcoder27 / App.java
Created November 2, 2025 11:05
This is a file containing the starter code for a project utilizing AWTZero, my work in progress game library which wraps AWT.
import awtzero.*;
public class App {
public static Window window;
public static Keyboard keyboard;
public static Screen screen;
public static int WIDTH = 800;
public static int HEIGHT = 600;