kasperpeulen / euclidthegame

A geometry game based on Euclid's Elements.
euclidthegame.org
MIT License
447 stars 74 forks source link

Not Working #383

Open Teacher321 opened 2 years ago

Teacher321 commented 2 years ago

Hi, the geogebra applet just says "loading" continually and never actually loads. This is a great game to play in geometry, any ideas if it will be fixed?

arnautorrent commented 2 years ago

Same here. I tried different browsers and they all get stuck at "loading" the applet. In the JavaScript console it seems it fails to load a couple of resources, and web.geogebra.org is no longer accessible. I don't know if it's related to the move from java to HTML5..

I discovered this resource a couple of years ago and I used it in my maths class in highschool. It would be great to fix it!

AmBob3 commented 2 years ago

Same on my end. The tutorial page in Chrome, Firefox, and Safari all have a loading screen, but the Geogebra portion never loads.

mikailcolak commented 1 year ago

The resources are accessed through a non-secure connection which modern browsers do not permit those resources to be loaded.

Simply if available geogebra scripts should be loaded via a secure connection (https).

Till then who need to access they can use the non-secure port of the course:

http://kasperpeulen.github.io/Tutorial/

Warning: All client-server communication will be made in plain text data.

SteenG commented 1 year ago

I believe the full game can be found at https://www.geogebra.org/m/gzfn4pe3

arnautorrent commented 1 year ago

There are the constructions here, and you can interact and try to resolve, but it doesn't say weather you are right or wrong. That was the magic of the original game. It told you when you completed correctly the problem so you could move on to the next.

Teacher321 commented 1 year ago

This one is a good alternative that's worked well for my students: https://euclid.findell.org/Level1/

On Thu, Jan 5, 2023 at 12:59 PM Arnau Torrent @.***> wrote:

There are the constructions here, and you can interact and try to resolve, but it doesn't say weather you are right or wrong. That was the magic of the original game. It told you when you completed correctly the problem so you could move on to the next.

— Reply to this email directly, view it on GitHub https://github.com/kasperpeulen/euclidthegame/issues/383#issuecomment-1372547943, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVX23Q77HUZI7OAJLFFYGULWQ4DWTANCNFSM5EROT5HA . You are receiving this because you authored the thread.Message ID: @.***>

-- Alison Byrnes (she/her) U-32 Math Teacher 930 Gallison Hill Rd Montpelier, VT 05602 (802) 229-0321

arnautorrent commented 1 year ago

Exactly what I was looking for!!!

Thank you so much!!!