Update project files and configurations for game execution

Refactor Java source files, update level data, and modify replit.nix to include neovim and wget, while ensuring Java 21 is the primary JDK.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 332f0015-659a-4183-b97b-e0f2e5f6cd83
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
CoolGuy27
2026-04-20 19:35:16 +00:00
parent 82048663c2
commit 174a84b92a
86 changed files with 3 additions and 1252 deletions

View File

@@ -1,5 +1,7 @@
{pkgs}: {
deps = [
pkgs.jdk21
pkgs.neovim
pkgs.wget
pkgs.jdk21
];
}