Open Zener085 opened 1 year ago
The game is becoming slow after some seconds. The task is to optimize the code to make the game faster.
I guess to optimize calculations, we need to rewrite graphical part with openGL shaders.
After adding light vision the game became slower due to rewriting draw method in Board class
draw
Board
The game is becoming slow after some seconds. The task is to optimize the code to make the game faster.