games-design-y2-random
games-design-y2-random
GAMES DESIGN-Y2
20 posts
Don't wanna be here? Send us removal request.
games-design-y2-random · 2 years ago
Text
Procedural Generation or PCG
Procedural generation is a method creating data algorithmically instead of manually.
No Man's Sky
Tumblr media Tumblr media
how procedural works in no mans sky is each planet, creature, ship, multi-tool and other items are created procedurally using algorithms in the game itself, rendering diversity through each item created.
youtube
Don't starve
Tumblr media
how procedural generation works in Don't starve is a preset is used.
Minecraft
Tumblr media
how procedural generation in works is based on chunks.
0 notes
games-design-y2-random · 2 years ago
Text
Digital TCGs/CCGs
Marvel Snap
Tumblr media
Magic: The gathering arena
Tumblr media
Hearthstone
Tumblr media
0 notes
games-design-y2-random · 2 years ago
Text
Games with dice mechanics
Monopoly PLUS
Tumblr media
Monopoly uses the dice by having it roll with an additional dice that gives an extra move or special move. the speed dice which has an extra move or a special move which you either move to any space or pick how many spaces you move between 3, 5 and 8 spaces.
youtube
Tumblr media
Baldur's gate
Tumblr media
Baldur's gate uses dice to do a check on skills this is similar to monopoly.
0 notes
games-design-y2-random · 2 years ago
Text
Data Tables/structures
A data table of miscellaneous but related data grouped in a useful way. A data structure provides developers with a powerful tool for organizing game data, such as characters, backgrounds, objects, levels, and more.
0 notes
games-design-y2-random · 2 years ago
Text
continuous level
Tumblr media
I used this code to create a tile that would spawn randomly and create an endless level.
0 notes
games-design-y2-random · 2 years ago
Text
Collectible
This code creates a collectible that gives a score and destroys itself when the character touches it.
Tumblr media Tumblr media
0 notes
games-design-y2-random · 2 years ago
Text
Randomizing Objects
Tumblr media
I used this code to get the objects to randomize from the array that has the objects. the code gets the static meshes from the array and from the random integer it randomizes the static meshes every level that spawns.
Tumblr media
0 notes
games-design-y2-random · 2 years ago
Text
Lane setting
Tumblr media
this code sets the location of each lane by getting the co-ordinates from each lane.
0 notes
games-design-y2-random · 2 years ago
Text
MOVEMENT CONTROLS
Tumblr media
This code makes the character go left to right on a certain lane and back.
Tumblr media
This code sets the lane that the character starts on which is connected to the timeline that makes the movement smoother by slowing the speed in which the character moves down.
0 notes
games-design-y2-random · 2 years ago
Text
Endless runners
TEMPLE RUN
youtube
Tumblr media
The reason I am looking at these games is because I'm creating a endless runner with random obstacles. I'm also looking at the random environment to get ideas for for my game which I will add buildings.
Subway Surfers
Tumblr media
youtube
The reason I'm looking at this game is to get an idea for I want my game to be. the randomness in this game is the power items and the obstacles(trains). I am also looking at the walls and building on the side as they change
Sonic Dash
youtube
Tumblr media
The randomness in this game is the obstacles as they change every level. The reason I'm looking at this is because of the endless runner element of this game as this something I am interested in this type of game.
0 notes
games-design-y2-random · 2 years ago
Text
Random loot in games
FIFA packs
Tumblr media
The way FIFA uses random loot is by using loot boxes in the form of packs which depending on the packs have different players. FUT packs are in-game packs that randomize content like the players, club items and more. There are three types of packs available in the FUT Store throughout the season: Bronze, Silver, and Gold. Throughout the year, they launch various promo packs that are available for a limited time. Each FUT Pack indicates the number of Items included and the quality of Items included (Bronze, Silver or Gold).
youtube
0 notes
games-design-y2-random · 2 years ago
Text
Data Tables in games
Starfield
Tumblr media
The way starfield uses Data tables is to give you information of the spaceships like: weight, value, the ships systems and how far it can travel.
Skyrim
Tumblr media
The way Skyrim uses Data tables is to show stats like: how far you have traveled, what you've created and quest stats.
Bloons
Tumblr media Tumblr media
Bloons uses data tables by showing the characters on the right with the upgrades for the characters next to it, going into the character.
0 notes
games-design-y2-random · 2 years ago
Text
Targets
creating rng obstacles for infinite runner
creating a random object array
0 notes
games-design-y2-random · 2 years ago
Text
Data Tables
Tumblr media
I set up Data tables to contain names, HP, what it looks like(static mesh). The data table can hold this information for multiple characters.
Tumblr media
we can then set up a single character that will randomly take in the information that we put in the data table. by using the data table I created I then used a random integer which allowed me to create a randomizer for my data table so when I spawn the objects the code goes through the data table and picking a name that has a object and health connected to the name.
Tumblr media
0 notes
games-design-y2-random · 2 years ago
Text
Landscape
Tumblr media
I use the landscape tool and used the sculpt tool to create
0 notes
games-design-y2-random · 2 years ago
Text
Random gen 4
STATIC MESH CHANGES
Tumblr media
using this code I am randomizing the mesh of the objects which randomizes the shapes
Tumblr media
we used this piece of code to randomize the colors.
using this code i randomised the color
Tumblr media Tumblr media
0 notes
games-design-y2-random · 2 years ago
Text
Random gen 3
Random Rotation
Tumblr media
for the rotation instead of using a random float (0 and 1) we used random float in range which allowed to randomly change the rotation.
0 notes