The Gameye Glossary

At Gameye we strive to support developers on their journey to releasing a successful game as best as we can. Your success is our success.

A

Alpha tests

Alpha tests are typically the first round of tests you’ll do for your game. You’ll run these early on in the development phase, and they can help you identify any underlying glitches, design choices, technical issues, and more.

Read more

Anti cheat

Anti-cheat software checks for wall hacks, aimbots, boosting, and even whether players are using scripts to cheat.

Read more

Auto scaling

Auto scaling is making sure the game is available on more servers, in case there’s an influx in demand.

Read more

B

Backend

Your backend is everything that’s invisible to the player. It’s all the tools and services behind the scenes.

Read more

Bare-metal servers

A bare-metal server is a physical machine which lives inside a data centre. It’s a place where you’ll host your games matches and sessions.

Read more

Beta tests

Beta testing is when you get a group of players to test your game, typically when your game is close to launch day.

Read more

C

Client-server architecture

Client-server architecture is where you have external machines that host your game’s server and players can connect to it.

Read more

Cloud servers

Your cloud server is a virtual server. It runs in a cloud computing environment, and it's a place where you’ll host your games’ matches and sessions.

Read more

Containers

A container is a packaged set of applications and software. But for your case, it’ll be a packaged version of your entire game, or any updates you need to send out.

Read more

D

Data center

A data center is a building or place which you’d use to store all of your servers. They house any critical or large amounts of data, but you’d also use them to process and manage all of that data.

Read more

Data packet

A data packet is a chunk of your game, code, or file which you’re sending to another location.

Read more

Downtime

Downtime is when a machine, or computer, crashes or is out of action. It’s rare, but can happen, especially during peak times.

Read more

F

Flex metal servers

Flex metal servers are basically bare-metal machines, but you can have them available in the same amount of time as cloud servers.

Read more

I

Idle machines

Idle machines are machines which is available and not currently being used.

Read more

L

Latency

Latency is how fast data is moving. How quickly does it get from point A to point B? (And it’s generally measured in milliseconds.)

Read more

M

Matchmaker

Your matchmaker decides which players to group up for a session. It grabs information from each player and then runs it through a set of rules to figure out the best possible match.

Read more

O

Orchestrator

An orchestrator figures out where to host game sessions.

Read more

P

Peer-to-peer architecture

Peer-to-peer is when you designate one player as the host of a session, and the other players connect to their machine. Whereas client-side servers are external machines which hosts your game’s sessions.

Read more

R

Resource profile

A resource profile will figure out how many resources your game will take, and in turn, how much compute power a server needs to reserve to run your game.

Read more

S

Session hosting

Session hosting is when a server, or computer, runs your game’s matches. Each match, with a set group of people, is considered a session.

Read more

Soft launch

Soft launching is when you release your game to a specific market or a restricted audience, before your full launch.

Read more

T

Tick rate

Tick rate is how often a game refreshes its information. Usually, it’s measured in hertz. For example, a 128-tick server will update 128 times a second.

Read more