Capture the flag plugin for Altitude events
Go to file
Teriuihi 73c11ab1ca Add GUI framework for class selection in CTF
Introduced a GUI system to facilitate class selection in the CTF game. This includes an abstract GUIInventory, GUIListener for event handling, and a ClassSelectionGUI for selecting classes. Also, added the "selectclass" command and integrated the GUI with game mechanics for improved player interaction.
2025-02-07 23:22:50 +01:00
gradle/wrapper Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
src/main Add GUI framework for class selection in CTF 2025-02-07 23:22:50 +01:00
.gitignore Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
build.gradle.kts Implemented remaining phases and got the plugin to the minimum viable product 2025-02-07 22:25:19 +01:00
gradlew Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
gradlew.bat Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
settings.gradle.kts Add initial Capture the Flag plugin implementation 2025-01-24 17:49:17 +01:00
TODO.md Refactor class creation and integrate FighterCreator 2025-01-24 21:03:19 +01:00
version.properties Add GUI framework for class selection in CTF 2025-02-07 23:22:50 +01:00