First .io Game Made By Bb3: Pod Race 3d

Discussion in 'Game Showcase' started by weboha, Jan 4, 2019.

Tags:
  1. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
  2. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    It look very fun form the video

    Updates: the game look great the system also work like a charm I really love how you made it so challenging to compete against virtual players I’m wondering how did you acomplish that
    The cons is the game has a mixed of simple and complex object - whats the use of the coins if there is no character to unlock - there is no back or home button - the games crashed and I lost all the progress I made.

    Also want to ask how many level the game have?
     
    Last edited: Jan 4, 2019
  3. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    Thanks for comments :)
    - i used same code for virtual players. only i added timer and change random location on screen. every 3 sec virtual players flying different location.
    - i used global var for score and levels. i didn't use coin. i share before how to change character. i am looking level number and change character. https://www.buildbox.com/forum/inde...racter-in-buildbox-3-sample.14980/#post-82799
    - i know still there is still crash problem and game is not saving automatically. i asked to support buildbox, still waiting :/
    - now there is 25 scene, and game is playing randomly this 25 scene. levels are endless.
     
  4. MAC420

    MAC420 Avid Boxer

    Joined:
    May 2, 2018
    Messages:
    348
    Likes Received:
    156
  5. Jollydo

    Jollydo Boxer

    Joined:
    Aug 21, 2017
    Messages:
    89
    Likes Received:
    38
    If I may ask, how do you do a every-3-sec timer?
     
  6. sebb121

    sebb121 Boxer

    Joined:
    Dec 10, 2017
    Messages:
    75
    Likes Received:
    56
    The game runs very smooth.
     
    weboha likes this.
  7. Tumbleweeds

    Tumbleweeds Boxer

    Joined:
    Dec 18, 2018
    Messages:
    20
    Likes Received:
    9
    Nice game. Works well on my cheap Android 7.0 phone.
     
  8. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    simple, i used timer for every 3 sec.
     

    Attached Files:

  9. Jackps

    Jackps Boxer

    Joined:
    Mar 12, 2018
    Messages:
    29
    Likes Received:
    6
    I think, It's problen bb3
     
  10. Aopser Zad

    Aopser Zad Boxer

    Joined:
    Dec 28, 2018
    Messages:
    21
    Likes Received:
    3
  11. Leighton

    Leighton Avid Boxer

    Joined:
    Jan 31, 2018
    Messages:
    373
    Likes Received:
    182
    Nice !! Can I ask about progression counter
    Every time I use my progression counter, it just keeps going. it never resets to 1 when I restart?
     
  12. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    its work with distance.
    let dist = this.scene().path().pathPosition();
    let value = dist*(1/Settings['gamedist']); //your level distance
    _bar.setScale(value,1,1);
     
    Leighton likes this.
  13. nyamuk91

    nyamuk91 Boxer

    Joined:
    Aug 15, 2018
    Messages:
    95
    Likes Received:
    20
    Hi bro. Did you use Eclipse or Android Studio to build the APK?
     
  14. ThomasC

    ThomasC Boxer

    Joined:
    Nov 8, 2017
    Messages:
    63
    Likes Received:
    26
    yes this is great work! how did you do the progress bar? Thanks for sharing your game :)
     
  15. Leighton

    Leighton Avid Boxer

    Joined:
    Jan 31, 2018
    Messages:
    373
    Likes Received:
    182
    I exported 2 assets from progression template. You need to put one inside ui aswell. But I have a problem in where it doesn't reset after I restart a level lol

    As soon as I know it's working 100% then I can make a tutorial for it
     
  16. Uptou Inc

    Uptou Inc Boxer

    Joined:
    Jan 5, 2019
    Messages:
    3
    Likes Received:
    4
    Nice lookin'
     
  17. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    Android Studio
     
  18. Erhan

    Erhan Boxer

    Joined:
    Jan 8, 2019
    Messages:
    1
    Likes Received:
    0
    Hi weboha! It's really cool. Congs!
    Do you mind if i ask how did you make the movement? I am using touch move and it does not work with y axis at all.
     
  19. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    i used touch and move and move together
     

    Attached Files:

  20. JSeeger6

    JSeeger6 Avid Boxer

    Joined:
    Aug 29, 2018
    Messages:
    100
    Likes Received:
    12
    Could you post a template for the .io characters?! I'd love to see it!!!
     

Share This Page