Jump to content

Recommended Posts

Posted

As dori un game engine 2D in care sa programezi cu limbajul c++ si daca se poate niste tutoriale cu el. Multumesc anticipat.

Respecta si vei fi respectat.

  • 1 month later...
Posted

Game editor e un program si sunt multe coduri. Eu o sa pun codul cand apesi butonul space(spatiu)

Unele variabile sunt in joc si nu mai trebuiesc declarate sau sunt globale.

int i,j,X=-260,Y=-760;

CreateActor("player", "player", "(none)", "(none)", 0, 0, false);

for(j=1;j<=4;j++)
{
  for(i=1;i<=6;i++)
  {
       CreateActor("enemy", "enemy", "(none)", "(none)", X, Y, false);
       X+=100;
       q++;
  }
  X=-260;
  Y+=90;
}

DestroyActor("Game");

Respecta si vei fi respectat.

Posted

Functiile event CreateActor si DestroyActor fac parte din engine. Nu e munca ta. Dar stai linistit ca n-o spun cu rautate. Vroiam sa-ti transmit ca ar fi mai bine sa incerci sa-ti faci jocurile cu propriul cod si doar sa te inspiri din ceva gata facut.

Care e faza cu CodeBlocks ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.