Day 1 done

This commit is contained in:
Thomas Muller 2024-12-01 22:47:50 -05:00
parent 4c67918f5d
commit f1ea496e9b
3 changed files with 12 additions and 3 deletions

View file

@ -27,3 +27,4 @@ BSD
SerenityOS
Linux Kernel
GMod
Zig

View file

@ -1,21 +1,29 @@
Go
Rust
C
BASIC
Carbon
Shell Script
Perl
R
Dart
Python
C++
Lua
GDScript
C#
Scratch
CH32
ATMega328
RP2040
TI Graphing Calcluator
UEFI
Commodore 64
Nintendo (tm)
ESP32
Windows
Linux
BSD
SerenityOS
Linux Kernel
GMod
Zig

View file

@ -8,8 +8,8 @@ import sys
# Initialize Pygame
pygame.init()
WIDTH = 1920
HEIGHT = 1080
WIDTH = 2560
HEIGHT = 1440
# Set up the drawing window
screen = pygame.display.set_mode([WIDTH, HEIGHT])