A
A
Alexander2013-11-29 17:56:33
Android
Alexander, 2013-11-29 17:56:33

Is it possible to write a full-fledged 2D game for Android using AngularJS?

I want to write a game for Android.
I do not know Java, now I am studying JS and I would like to apply the accumulated knowledge in a real project.
Therefore, the question arose whether it is possible to write a game in AngularJS, or is JS not suitable for these purposes at all?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri Yarosh, 2013-11-29
@watarbt

Right now I am writing a hexball clone with normal physics and on websockets.
Yes, rtmfp would be cooler, but fuck.
Angular.js is not enough for this.
In addition to it, I use newton and raphael .
But you can use kinetic .
box2d and libcanvas are obsolete.
There are difficulties with support for various extensions and good scalability.
We need to deal with procedural tile generation through 9-patch and cicada-like textures. Not all SVGs are equally useful for phones, complex scenes need to be separately rendered on the server side to a bitmap.

V
Vit, 2013-11-29
@fornit1917

I don't quite understand how angularjs can come in handy in a 2d game.
You probably need to look more towards canvas and related libraries, all sorts of libcanvas ( https://github.com/theshock/libcanvas ), box2d ( box2d-js.sourceforge.net/index2.html ), etc. .

I
itspers, 2013-11-29
@itspers

It is possible, on modern devices it will not even slow down much.
www.chrome.com/racer
But what will angularjs do there?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question