I'm currently working on the Minesweeper game, and finding it very enjoyable, but I wondered if there's a way of seeing the source code in the game engine package. I'm just interested to see how much of the complexity is being hidden.
Jeremy Stewart
Level 2
Game Engine Source Code
Comments (2)
- Popular
- New
- Old
You must be signed in to leave a comment
Anonymous #11203185
4 January, 12:41
In intelliJ hold crtl key and left mouse click on Game where you have extended your own class to it.
0
UltraGameCoder Java Developer
5 July 2022, 12:20
You could let Intellij decompile the desktop-game-engine.jar (included in the lib folder of the CodeGymTasks project) to look into the Game class implementation.
0