This is the issue to discuss the development of Lemonade-Stand for Sugarizer.
I'm not sure how we want to tackle this. We could just try to blindly copy over the code from the repo and hope it works on Sugarizer after converting it to JavaScript. I don't think we would need to port over the Fortune Engine as well, but someone who knows Python better than me could probably definitively say whether we need any functionality from that or not. We could probably get away with taking specific elements from the Fortune Engine that lemonade-stand requires (like GameEngineElement in LemonadeGui.py) and recreating them in a separate JS file, but I'm not sure if that's completely necessary.
This is the issue to discuss the development of Lemonade-Stand for Sugarizer.
I'm not sure how we want to tackle this. We could just try to blindly copy over the code from the repo and hope it works on Sugarizer after converting it to JavaScript. I don't think we would need to port over the Fortune Engine as well, but someone who knows Python better than me could probably definitively say whether we need any functionality from that or not. We could probably get away with taking specific elements from the Fortune Engine that lemonade-stand requires (like
GameEngineElementinLemonadeGui.py) and recreating them in a separate JS file, but I'm not sure if that's completely necessary.