[Java?] Tap the righ Game!

12/15/2017 21:24 Produktplatzierung#1
Huhu,

ich würde gern fürs Handy ein Spiel machen, und zwar ein Spiel bei dem man
in einer bestimmten Zeit auf das Richtige Bild klicken muss.

Als beispiel: In 2 Sekunden auf das Rote Quadrat. Dann sieht man dort
4 Quadrate in verschiedenen Farben und wenn man auf das rote Klickt kriegt
man einen Punkt, dann im nächsten Level 1 Sekunde um auf ein blaues als
beispiel zu klicken. Hat man es geschafft wieder einen Punkt. Wenn man es
nicht packt, dann kommt man auf den End Screen in dem die Punkte stehen die
man erreicht hat.

Sollte ich das lieber in HTML programmieren und dann als .apk bauen lassen?
Oder lieber direkt in Java oder sowas? :D

LG
Produkti'
12/16/2017 16:27 elmarcia#2
[Only registered and activated users can see links. Click Here To Register...]

Hi, if u are learning and u want to begin in android i suggest looking this apk, no stupid android studio, no problems with activities and layouts, very simple to use.

Disadvantages: u have to code on your phone, but u can also use some libs to work on your computer, im to lazy to google them.

Processing: [Only registered and activated users can see links. Click Here To Register...]
Examples: [Only registered and activated users can see links. Click Here To Register...]

Here some example code to start
12/16/2017 19:32 Produktplatzierung#3
Quote:
Originally Posted by elmarcia View Post
[Only registered and activated users can see links. Click Here To Register...]

Hi, if u are learning and u want to begin in android i suggest looking this apk, no stupid android studio, no problems with activities and layouts, very simple to use.

Disadvantages: u have to code on your phone, but u can also use some libs to work on your computer, im to lazy to google them.

Processing: [Only registered and activated users can see links. Click Here To Register...]
Examples: [Only registered and activated users can see links. Click Here To Register...]

Here some example code to start
Thank you very much! :)