Commit Graph

28 Commits

Author SHA1 Message Date
CoolGuy27
3963a55ac6 Resolve issues when pushing code to the remote repository
Add a file containing git commands and error messages related to handling divergent branches and setting up upstream tracking for the Chess repository.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: d9940c32-e4d8-453f-8adb-85033b26737e
Replit-Helium-Checkpoint-Created: true
2026-04-20 20:29:57 +00:00
CoolGuy27
ee04740fef Add functionality to display a chess board and pieces
Adds new Java files for Chess game logic, piece representation, and display initialization, along with imports for GUI and event handling.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: b3669ecc-6df5-4941-bb0c-6a0ed9bbd81e
Replit-Helium-Checkpoint-Created: true
2026-04-20 20:24:36 +00:00
CoolGuy27
8a0b1beae9 Add the Chess project by cloning it into a new directory
Correctly clone the Chess repository into a new directory, resolving remote origin conflicts and divergent branch issues.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: edda13d1-827f-49cd-b2b5-43bd7ddfe30f
Replit-Helium-Checkpoint-Created: true
2026-04-20 20:23:56 +00:00
CoolGuy27
370264eb5e Add JetBrainsMono Nerd Font and unzip utility to the environment
Install unzip utility and JetBrainsMono Nerd Font package in the Nix environment.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: bf130c8a-8757-4153-9c10-efa9db0b2d19
Replit-Helium-Checkpoint-Created: true
2026-04-20 19:38:47 +00:00
CoolGuy27
174a84b92a 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
2026-04-20 19:35:16 +00:00
CoolGuy27
82048663c2 Update project dependencies to use the latest Java version
Ensure the project uses Java 21 by updating the replit.nix configuration file.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 84d583df-25bd-4291-b056-e06402231ebd
Replit-Helium-Checkpoint-Created: true
2026-04-20 19:01:11 +00:00
CoolGuy27
3658610a9f Update game to use the correct Java version and directory
Updated the project configuration to use Java 21 and run the game from the correct directory, resolving previous Java version conflicts and ensuring proper execution.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: ed832e25-fc86-4753-8cfc-80cfabc64a02
Replit-Helium-Checkpoint-Created: true
2026-04-20 18:57:28 +00:00
d27949385e removed .jar 2026-04-20 13:30:33 -05:00
cdb3f66cae sound effects 2026-04-20 03:11:19 -05:00
14efa7826e fixed lvl6 again 2026-04-20 02:38:34 -05:00
49f9b412d6 nerf level 4 & 10 2026-04-20 02:23:50 -05:00
c4a42d5f0e compiled to .jar 2026-04-20 02:18:20 -05:00
c298b9518f touchups 2026-04-20 02:14:57 -05:00
b430bf14f0 level 10 2026-04-20 02:10:56 -05:00
0783b063de level 9 2026-04-20 01:54:00 -05:00
1bfe32fb09 level 8 2026-04-20 01:48:29 -05:00
3b7869be34 level 7 2026-04-20 01:35:46 -05:00
0606be1d06 level 6 2026-04-20 01:00:47 -05:00
84cb1f0c78 level 5 2026-04-20 00:44:45 -05:00
1970217203 level 4 2026-04-20 00:34:49 -05:00
8cd4c216fd level 3 + fixed amendment counter 2026-04-19 23:45:55 -05:00
71aacc10c1 level2 text and display fix 2026-04-19 14:55:09 -05:00
a803f5e759 formatting 2026-04-19 14:41:10 -05:00
9f790813bb flag sprite and start text 2026-04-19 12:07:15 -05:00
d776600c37 add start image 2026-04-19 12:03:15 -05:00
a211a10778 added game over and win screens 2026-04-18 11:11:17 -05:00
b0673fc162 fixed images 2026-04-15 21:47:22 -05:00
b00f8d7d87 initial commit 2026-04-15 19:50:15 -05:00