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)

Total page views:

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:

Search this blog

Popular posts

  • 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: 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: Logging and Log channel
    Log messages can help identify issues in your Verse code. These messages can be viewed in the in-game log tab and in the UEFN Output Log wi...
  • UEFN Verse: Extension Methods
    Methods are functions that belong to a class, just as fields or attributes represent class data, such as variables and constants. This termi...
  • UEFN Verse: Map
    A Map allows the storage of key->value pairs. This is used to make associations between values. The example below creates a Map variable ...
  • UEFN Verse: Class Designer device
    The Class Designer device is used to define a player class with specific attributes and equipment. It can be used in team games where each ...
  • UEFN Verse: Round Settings device
    The Round Settings device can be used to configure the player's items and rewards for a round. In our project we will use 5 Round Setti...
  • 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: Round-based game specification
    The articles in Part II will be about programming a round-based game. The idea is to use Fortnite rounds as if they were stages from old act...
  • UEFN Verse: Constructor and Persistence
    In this article I will show how to use a constructor to make it easier to update persisted data. If you're not yet familiar with persist...
Tema Simples. Tecnologia do Blogger.