From ab2bcd9cb8c4e0b94e7ed4d577294dcaf5dbc8d1 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Tue, 25 Mar 2025 13:06:15 -0400 Subject: [PATCH] more games --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index f79a2ba..b8f88c6 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,9 @@ <Option value="punchout.nes">Punchout</Option> <Option value="tetris.nes">Tetris</Option> <Option value="topgun.nes">Topgun</Option> + <Option value="kartfighter.nes">Kartfighter</Option> + <Option value="radracer.nes">Radracer</Option> + <Option value="excitebike.nes">ExciteBike</Option> </select> <button id="gameSelectionButton">Gimme gimme gimme</button> </div> -- GitLab