From 68e386fade2fd4073461c8185101fc38a1def2cd Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:04:28 -0600 Subject: [PATCH] core: add foundations of idea --- default.css | 8 ++++++++ index.html | 54 ++++++++++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 23 deletions(-) diff --git a/default.css b/default.css index de26e00..a037c8b 100644 --- a/default.css +++ b/default.css @@ -39,6 +39,14 @@ canvas { background: #003161; } +.cardLeft { + display: inline-block; +} + +.cardRight { + display: inline-block; +} + #navigation { text-align: right; padding: 6px; diff --git a/index.html b/index.html index ef59e28..bb8c4ff 100644 --- a/index.html +++ b/index.html @@ -21,35 +21,43 @@

Completed Projects

Pong

-
- - - -
-

Left Paddle Height:

-

Right Paddle Height:

- View Code +
+

Left Paddle Height:

+

Right Paddle Height:

+ View Code +

Snake

-
- - +
+
+ + +
+
+
+

+ Adjust game size -- Width: + + Height: + +

+

Snake Head Location:

+

Food Location:

+ View Code
-

- Adjust game size -- Width: - - Height: - -

-

Snake Head Location:

-

Food Location:

- View Code