Software used to develop and compile a game.
Game engine
Your favorite 2020 hit game
Among Us
min(x, y)
A video game where the player shoots stuff from their perspective
FPS
The sum of the digits in this room's number
7
Representation of characters/objects consisting of a sequence of images arranged in a grid.
A spritesheet
Video game with the most sold copies in history
Minecraft
Math.ceil(x)
Rounds x up
Game where the player jumps from surface to surface
Platformer
This game crashed Steam recently
Silksong
A grid-based arrangement of images used to create the environment in 2D games.
A tilemap
This very early 3-D shooter game popularized its genre
Doom
v = v.normalized() * speed
v is a vector.
Turns v into a unit vector (magnitude of 1) and multiplies it by the speed
Game where player has to dodge a crazy amount of projectiles
Bullet-hell
This coding language is used by the Roblox game engine
Lua
A way to spawn and reuse many objects efficiently by initializing them all at the start
Object pooling
This futuristic RPG by CD Projekt Red lets you explore a dystopian city.
Cyberpunk 2077
pos = posA.lerp(posB, 0.25);
pos, posA, posB are all vectors
Moves pos a quarter of the way between A and B (linear interpolation)
A game featuring stories that can be interacted with through dialogue, choices, actions, etc
Visual novel
The most followers a Game Design Club officer has in Scratch (Accept within 50 of the number)
1797 (between 1747 and 1847 work)
Multiplayer concept where client-side inputs execute instantly and the game rewinds in case client and server have conflicting information
Rollback Netcode
This 1998 action-adventure game splits its timeline into three branches of sequels and involves an instrument.
Legend of Zelda: Ocarina of Time
clamp(atan2(y,x), min, max)
Takes angle between the line (0,0) to (x,y) and the positive x-axis. Then it limits this value between [min, max].
Game with some sort of permadeath mechanic but still letting players keep some progress through playthroughs.
Roguelite
The number of people in this room
Count