Author Topic: Breakout  (Read 5180 times)

0 Members and 1 Guest are viewing this topic.

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: Breakout
« Reply #15 on: March 27, 2019, 07:41:55 pm »
  • Best Answer
  • @Bplus
    interesting 3D simulation aspect of blocks!

    @Fellippe
    fine graphics implementation! Pmap is a polivalent function!

    On another pc I have two old Qbasic version of Arkanoid/Breakout the first I have posted in the other forum not shutdowned!
    ASA I'll post those my old works.
    Programming isn't difficult, only it's  consuming time and coffee

    Offline Ashish

    • Forum Resident
    • Posts: 630
    • Never Give Up!
      • View Profile
    Re: Breakout
    « Reply #16 on: March 29, 2019, 10:35:41 am »
  • Best Answer
  • Hi!
    Nice work, Fellippe! :)
    @bplus nice one
    Fellippe, I've got C++ compilation failed on Your second code (the one with added powerups). The compilelog.txt file shows the following
    message -
    Code: QB64: [Select]
    1. C:\Users\Ayush\AppData\Local\Temp\ccQ6SvUl.o:qbx.cpp:(.text+0x5695): undefined reference to `sub__allowfullscreen(int, int)'
    2. collect2.exe: error: ld returned 1 exit status
    3.  
    if (Me.success) {Me.improve()} else {Me.tryAgain()}


    My Projects - https://github.com/AshishKingdom?tab=repositories
    OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

    FellippeHeitor

    • Guest
    Re: Breakout
    « Reply #17 on: March 29, 2019, 10:40:22 am »
  • Best Answer
  • You will need the latest development build to run this.

    Offline TempodiBasic

    • Forum Resident
    • Posts: 1792
      • View Profile
    Re: Breakout
    « Reply #18 on: March 30, 2019, 04:56:44 am »
  • Best Answer
  • Again I can see only wonderful!
    I like this graphic ...and what kind of sounds do you like for your creature?
    Sound made by code or external files?
    Like the original Arkanoid https://www.youtube.com/watch?v=3luUb7WEm7k or Breakout https://www.youtube.com/watch?v=JRAPnuwnpRs

    Quote
    Pmap is a polivalent function!
    sorry for my mystype I want to say MAP, the function, and not PMAP http://qb64.org/wiki/PMAP that is a Qbasic Keyword!
    Programming isn't difficult, only it's  consuming time and coffee