Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

PhaserEditor2D

11
Posts
3
Topics
41
Followers
28
Following
A member registered Mar 04, 2018 · View creator page →

Creator of

Recent community posts

beatiful!

Look here the output when running the jar in the terminal:

(basically, it thows java.lang.ClassNotFoundException: com.sun.javafx.util.Utils)

arian@Arians-MacBook-Pro jar % java -jar Lizard_and_The_Magic_Doors.jar 

Exception in thread "Thread-0" java.lang.NoClassDefFoundError: com/sun/javafx/util/Utils

at engine.Renderer.setPixel(Renderer.java:79)

at engine.Renderer.drawImage(Renderer.java:421)

at objects.Menu.render(Menu.java:75)

at game.GameManager.render(GameManager.java:87)

at engine.Engine.run(Engine.java:83)

at java.base/java.lang.Thread.run(Thread.java:829)

Caused by: java.lang.ClassNotFoundException: com.sun.javafx.util.Utils

at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)

at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)

... 6 more

By the way, why are you using javaFX? Is it open the source code?

Hi. I had that problem. I don't have an screenshot but I remember it was a problem with JavaFX. If I remember well, JavaFX was removed from the JRE. It means, it is not included by default and you should "install" it as separate dependency.

My advice to you is:

1- Create a VM and try to run your game there.

2- Write an instructions txt file with the steps you did for running the game.


Java is multiplatform but users may have different versions of the JRE, so you should write how to run it.

¿Qué herramientas, frameworks, engines, lenguajes, técnicas... utilizas para desarrollar tu juego, para hacer tu arte?

Aquí una idea de jugabilidad para mi juego. Cuando el "elemento" está abierto, puede disparar, y alimentarse, pero es muy vulnerable a los enemigos. Cuando está cerrado, está protegido de los enemigos, pero su vida empieza a consumirse.

El tema del jam es:

ABIERTO, CERRADO.

En este hilo puedes comentar cómo tu juego (su jugabilidad, su historia, su arte, ...) se ajusta a este tema.

Además puedes ayudar a los otros equipos y proponer diferentes juegos.

I love this game!

Hi!

We just released a new version of Phaser Editor 2D.

  • Added a new demo to show how to create tilemaps with the Scene Editor.
  • The Asset Pack editor was simplified and improved.
  • Added more options to the Scene Editor to create reusable objects.
  • Bug fixes and much more!

Read the full release notes 5

Best regards,

Arian


Release203

Thanks!