ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.08k stars 4.83k forks source link

Deprecate “Capture the Ether” game from Interactive Tutorials #14346

Open 1702KAI opened 2 days ago

1702KAI commented 2 days ago

Describe the bug

The “Capture the Ether” game, currently listed on the ethereum.org Learning Tools page, is no longer functional as it relies on the Ropsten testnet, which is deprecated. As a result, the game is inaccessible for developers.

To reproduce

1.  Go to the [Learning Tools page](https://ethereum.org/en/developers/learning-tools/).
2.  Scroll down to the “Interactive Game Tutorials” section.
3.  Locate “Capture the Ether” and click on it.
4.  Observe that the game relies on the deprecated Ropsten testnet and is currently inaccessible.

Expected behavior

“Capture the Ether” should either be removed from the list or marked as deprecated/unavailable, as it no longer functions on a supported network.

Screenshots

Screenshot 2024-11-12 at 2 31 50 PM Screenshot 2024-11-12 at 2 32 06 PM Screenshot 2024-11-12 at 2 34 16 PM

Desktop (please complete the following information)

OS: [e.g. Windows, macOS]
Browser: [e.g., Chrome, Safari]
Version: [e.g., Chrome 117]

Smartphone (please complete the following information)

Device: [e.g., iPhone 15] • OS: [e.g., iOS 17.1] • Browser: [e.g., Safari] • Version: [e.g., Safari 16]

Additional context

There are a couple repos specifying how the challenges can be worked on using foundry and hardhat. But the website itself including there does not look good and should be deprecated. As it doesn't make sense to keep deprecated stuff on Ethereum.org

Would you like to work on this issue?

1702KAI commented 1 day ago

I coulf fix it today!