Romero Blueprints

Table of Contents Memories

The purpose of the articles in this section is to share personal memories related to video games and game development.


  • Memory 1 of 10: Atari 2600
  • Memory 2 of 10: ZX Spectrum
  • Memory 3 of 10: Game Boy
  • Memory 4 of 10: Super Nintendo
  • Memory 5 of 10: Game programming
  • Memory 6 of 10: PC with CD-ROM (5th Gen.)
  • Memory 7 of 10: PC with Graphics Card (6th Gen.)
  • Memory 8 of 10: Xbox 360 (7th Gen.)
  • Memory 9 of 10: Xbox One (8th Gen.)
  • Memory 10 of 10: HTC Vive VR 


Enviar por e-mailPostar no blog!Compartilhar no XCompartilhar no FacebookCompartilhar com o Pinterest
Página inicial
Assinar: Comentários (Atom)

Pages

  • About Me
  • Table of Contents BP
  • Table of Contents C++
  • Table of Contents Verse
  • Table of Contents Memories
  • Sumário BP
  • Sumário C++
  • Sumário Verse
  • Sumário Memórias

June 2020:

June 2020:

August 2015:

August 2015:

Total page views:

Search this blog

Popular posts

  • UEFN Verse: Programming a Props Rotator with spawn
    In this article we are going to program a Props rotator. Props are items that can be added to a Fortnite level. Props are used a lot to set ...
  • UEFN Verse SG: Introduction to Scene Graph
    This is the first in a series of articles related to the Scene Graph system in UEFN. Epic Games and many developers have emphasized the impo...
  • UEFN Verse: Functions
    A function is a block of code that can be executed in different parts of a program. A function is a simple way to reuse code. For example, i...
  • UEFN Verse: Final version of round_based_device
    This is the last article in Part II. Let's add the Verse code that controls the Guard Spawner devices. The Guard Spawner device refere...
  • UEFN Verse: Option
    In the Verse language there is a type called Option that allows a variable to have a value or be empty. An Option is defined by using ...
  • UEFN Verse: For loop
    The For loop is used to repeat a block of code a specified number of times. The code below is a very simple example of using the For loop to...
  • UEFN Verse: Constants and Variables
    Constants and variables represent memory locations used to store values. A constant receives its value at initialization and this value cann...
  • UEFN Verse: Arrays
    Array is a container used to store a group of elements of the same type. An array is defined using [] in front of the type. The example bel...
  • UEFN Verse: Capture Area device
    The Capture Area device can be used in several ways. It can generate points for the player who is within its area or in a team game it can ...
  • Understanding the WorldContextObject
    In an Actor class, you can get a World (current level) reference using the GetWorld() function. However, static functions must receive an U...
Tema Simples. Tecnologia do Blogger.