Share My Creation The Big Duel

Hi,

in the last weeks i updated 2 b4ios apps and developed 2 new B4a Apps
one is a real great shopping list app but its only available in hebrew so i wont put it here
and the other is a great math game.

i have no tablet to test it so if someone is kind enough to let me know how it runs on 5",7",10" devices that would be great.

here is my latest b4a game (took me a while about 5days, because i created most of the graphics by myself (with AI)):


The Big Duel (Link: https://play.google.com/store/apps/details?id=www.sagitaltgd.net)

The Bid Duel is a fun addictive game where you can test your math skills.
You can choose between 3 game modes and play 1vs1 or 1vsTime...

Game Modes:

- Math
- Bigger/Smaller
- Shapes

Choose between math calculations like:

* Addition
* Subtraction
* Multiplication
* Division

Choose hardness and play 1vs1 on 1 device or against the time.
Let your kids train their math skills with lot of fun and nice animations (Blueprint).

Have fun...

How To Play?

Game Mode "Math"
**********************
You will get a math calculation and 3 different results, press the right result to move the rocket to earth.

Game Mode "Big/Small"
****************************
You will get a math calculation and a random number in the middle button (that is NOT the right result).
Now you must find out if the right result of the caulculation is BIGGER (>) or SMALLER (<) then the number in the mittle button.

Game Mode "Shapes"
****************************
You will see a random shape and you will get 3 different results.
Only one result is the right side amount of the shape. Press it to move the rocket to earth.

(Circle has 0 sides, Triangle has 3 sides,...)

(PS: the latest version is 1.03 and it should be soon online, i have added 2 new Game Mode (Big/Small, Shapes))

small1.png small2.png small3.png small4.png small5.png
 
Last edited:

ilan

Expert
Licensed User
Longtime User
Looking great on my ASUS 7" tablet!!
The game is really fun and addictive! :)

Did you use libGDX?
Also, how to do do the "share" thing?

thanx wonder, i dont use libgdx because i am planing to use the code for b4i.

about the share button code:

B4X:
                 Dim txtInput As String
        txtInput = "Check out " & """" & "The Big Duel" & """" & " for Free on the Google Play Market" & CRLF & "https://play.google.com/store/apps/details?id=www.sagitaltgd.net"
        Dim Intent1 As Intent
        Intent1.Initialize(Intent1.ACTION_SEND, "")
        Intent1.SetType("text/*")
        Intent1.PutExtra("android.intent.extra.TEXT", txtInput)
        Intent1.WrapAsIntentChooser("Choose")
        StartActivity(Intent1)
 

sorex

Expert
Licensed User
Longtime User
looks very polished, ilan. (judging from the screenshots)

Will give it a try tonight.
 

ilan

Expert
Licensed User
Longtime User
looks very polished, ilan. (judging from the screenshots)

Will give it a try tonight.

thanx sorex, you should hit now the install button because in 1 hour i will unpublish it and republish it again only tomorrow night...
 

sorex

Expert
Licensed User
Longtime User
right, forgot about that ;)

when I search for sagitalnet I get some of your apps exept this one.
 

ilan

Expert
Licensed User
Longtime User

ilan

Expert
Licensed User
Longtime User
ok, i have uploaded a new version that should fix that problem, v 1.03

should be available soon (i hope). if you could test it again would be very kind from you

thanx, ilan
 
Top