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 SerenityOS
Linux Kernel Linux Kernel
GMod GMod
Zig

View file

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

View file

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