User Tools

Site Tools


ugbasic:user:begin_gameloop
Translations of this page:


ugBASIC User Manual

BEGIN GAMELOOP

SYNTAX

  • BEGIN GAMELOOP

PURPOSE

Define the starting point of a game loop. A game loop is nothing more than an implicit loop, within which all the logic of the program (or of the game) runs. The end point of a game loop can correspond to the end of the program or to the END GAMELOOP statement.

EXAMPLE

 BEGIN GAMELOOP

AVAILABLE ON

  • Commodore 64
  • ZX Spectrum 48K

SEE ALSO