my game framework ported to java

Started by
-1 comments, last by yoel1234 7 years, 4 months ago

i ported my js dom engine :

https://github.com/yoel123/yoel-html5-game-engine-tutorials

to java using slick2d engine as the foundation:

https://github.com/yoel123/yoel-java-slick2d-framework

in the github rippo there are examples of basic usage.

and an example game picking sticks:

https://github.com/yoel123/yoel-java-slick2d-framework-picking-sticks

works on windows,mac and linux (created using jarsplice).

for now when i have time im willing to teach one on one free how to use my framework for anyone that mastered the basic of java and at least can create pong(in any language,the importent thing is the logic ).

im planing on making a written and video tutorials via youtube. and releasing a javadoc soon.

tomorrow i will upload my port to phaser js and in the future i will port to corona sdk.

edit:

phaser js port of my framework:

https://github.com/yoel123/yoel-phaser-js-framework

This topic is closed to new replies.

Advertisement