What is the status of this project?
Hi and thank you for this wonderful library. I have been teaching python here in the UK and your library has been a great stepping stone in transitioning kids from scratch to python.
I noticed that there are many features that could be added to your library in order to reach feature parity with scratch. I have started working on adding those features and so far I have implemented sounds and event broadcasting and refactored the code in the process. The branch that I have been working on could be found here https://github.com/ducaale/play/tree/develop. I plan to continue improving this library and would like to know if you would like to merge these changes back to this library or if I should continue working on my fork?
Edit: Here is a more ambitious WIP rewrite of replit-play https://github.com/ducaale/nyan
@amasad ping
I'm curious about this too :)
Thank you Ducaale! I wanted event broadcasting since I started teaching with replit-play several months ago, and there it is in the Nyan fork! In addition to that, you fixed image borders, and added music and other features. Great work.