IAJWasTooShort / PyCraft

PyCraft is a recreation of Minecraft in Python 3 made with PyGame
https://iajwastooshort.github.io/PyCraft
GNU General Public License v3.0
8 stars 3 forks source link

Hello, I recommend an update of... #4

Open ATLAbanana35 opened 1 year ago

ATLAbanana35 commented 1 year ago

I managed to get your game working again and it's incredible, how long did it take you?

  1. Delete opengles from the imports, it is useless and it no longer exists, 2. replace: image = pyglet.image.load(d + '/' + file) texture = image.get_mipmapped_texture() with: if file!="pycrafthd.png": image = pyglet.image.load(d + '/' + file) texture = image.get_mipmapped_texture()
  2. Replace the main font with another (for me it did not load (uner error)) and finally (important) put an alternative to the vision control with the arrows (the mouse barely works and it's very annoying), sorry if my English is not very good I use google translate (I'm French)

Thanks

siyam-web commented 6 months ago

please give a updated version

ATLAbanana35 commented 6 months ago

please give a updated version

Sorry, I tried, but the prroject is too old and I think the dependecie "opengles" has been deleted

Thanks