You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a simple program that generates mazes and uses pygame to display the output.
It looks cool and all but when scaling the maze (making it, for example, 64x64) takes lots of time to generate and I wanted to use Codon to speedup this project.
The code works perfectly in standard python, I tried following the documentation but I can't get over this error:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a simple program that generates mazes and uses pygame to display the output.
It looks cool and all but when scaling the maze (making it, for example, 64x64) takes lots of time to generate and I wanted to use Codon to speedup this project.
The code works perfectly in standard python, I tried following the documentation but I can't get over this error:
The code is the following:
python version:
Python 3.11.5
codon version:
0.16.3
numpy version:
1.24.4
Thank you in advance for the help ❤️
Beta Was this translation helpful? Give feedback.
All reactions