JustWeEngine icon indicating copy to clipboard operation
JustWeEngine copied to clipboard

Very good experiment

Open Alonexx opened this issue 9 years ago • 2 comments
trafficstars

It's AMAZING that a game could run with so little code. It also proves that Java API has great power. However, it seems that there are still some bugs. When I ran the demo on my simulator, I found that some planes disappeared unexpectedly. In my personal opinion, the project could be more object-oriented. All in all, it's still a good practice of Android graphics practice with Java code.

Alonexx avatar Jan 18 '16 15:01 Alonexx

Thx,it's a bug in that demo.Because I use VelocityAnimation on Enemy ship. VelocityAnimation is an Animation with Life Cycle. When it's time for disappear, the animation will be running.It should be used on object like Bullet,but I made a mistake on it.

lfkdsk avatar Jan 20 '16 07:01 lfkdsk

@XelAlone try the new demo. That works fine. N it`s simple.

ice1000 avatar Apr 19 '16 03:04 ice1000