-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hi everyone,
This is Rex, and I have been exploring this fantastic project. It's a great starting point for newcomers to get an introduction to Lean! And I think it could be even more engaging and accessible for beginners, if we transform it into a Lean4Game project.
This approach would eliminate the need to configure the VS Code environment or use GitHub/Gitpod codespace, making it much easier and more enjoyable for new users to dive into Lean.
Current progress:
I've made some initial efforts to set up this project, https://github.com/Lean-zh/GlimpseToGame. However, I encountered errors related to the mathlib compatibility. For more details:
The core issue stems from the fact that Lean4Game currently supports mathlib up to version 4.7.0, while mathlib 4.8.0 support is still a work in progress as noted here
Request for help:
To move forward, it would be helpful if GlimpseOfLean could be made compatible with mathlib version 4.7.0. or create a new branch base on 4.7.0. This requires some modifications to the GlimpseOfLean/Library/Basic.lean file. Since I'm still in the process of learning Lean4, I'm not entirely confident in making these changes myself.
Would anyone be able to assist with updating the necessary files or provide guidance on how to achieve this compatibility? Your help would be immensely appreciated!
Thanks in advance for your support and consideration.