From de5b309e0f06e93a963e09ef13c369ae7deeccc9 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 25 Jul 2026 10:58:28 -0700 Subject: Port a game I wrote a long time ago to JS --- static/games/stallman-shooter/constants.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/games/stallman-shooter/constants.js (limited to 'static/games/stallman-shooter/constants.js') diff --git a/static/games/stallman-shooter/constants.js b/static/games/stallman-shooter/constants.js new file mode 100644 index 0000000..dc856d4 --- /dev/null +++ b/static/games/stallman-shooter/constants.js @@ -0,0 +1,2 @@ +export const x_dim = 800; +export const y_dim = 600; -- cgit v1.3.1