git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
1.98k stars 143 forks source link

Clarify Godot requirements #174

Closed Jayman2000 closed 1 year ago

Jayman2000 commented 1 year ago

At the moment, the most recent commit to the main branch was created before Godot 4 was released. When that commit was created, it was accurate to tell users to download the latest version of Godot because the latest version of Godot was a version of Godot 3. Now, that statement is no longer accurate because the latest version of Godot is a version of Godot 4, and Oh My Git! hasn’t been ported to Godot 4 yet.

It’s possible that we can just import Oh My Git! into Godot 4 and have it work fine, but that would require significant testing that I’m not going to do at the moment.

bleeptrack commented 1 year ago

Great catch, thanks a lot!