article thumbnail

Creating the Perfect Board Game Scoring System (Tasty Humans Pt. 2)

Brand Game Development

I decided that the basic gameplay was going to involve filling up a grid with tiles. What determines how well that player did given a grid is filled with different tiles? It was clear that it would have something to do with pattern-building and positioning tiles in specific arrangements. Scoring on a Full Stomach. So What Next?

Tile 130
article thumbnail

Cocos Shader Tutorial 1.0 - about UV

Cocos

By default, the 3D Shader of Cocos will multiply the tile Tilling and add the Offset, and it also supports the flip repair for RenderTexture. Use the water wave effect on the 3D meshes This is only for 3D planes with tiled UV Mapping. the RGB of the color will be multiplied by 0.5 to make the color in bottom darker.

Shaders 98
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Godot Tactics RPG – 05. Pathfinding

The Liquid Fire

As we need to find all possible tiles a unit can move to, A* quickly bogs down because it is designed to find a single path from point A to B as quickly as it can, but finding a path from A to B-Z is a lot of individual paths. static func GetDirection(t1: Tile, t2: Tile): var dir:Directions.Dirs var toTile:Vector2i = t1.pos

Tile 59
article thumbnail

D20 RPG – Board

The Liquid Fire

A lot of people asked about making 2D maps and how to use different types of tiles like water vs dirt. For this lesson I created a couple of simple images to use for tile maps. This asset will be sort of abstract data, and can be “skinned” with specific tiles at a later point. They are available in this package here.

Tile 52
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Editor: Improve tile editor selection appearance ( GH-60892 ). GUI: Copy local theme overrides from Control to Window ( GH-69353 ). Core: Handle corner cases for curve baking ( GH-69726 ). Editor: Add remote history to EditorUndoRedoManager ( GH-69732 ).

Beta 99
article thumbnail

D20 RPG – Pathfinding

The Liquid Fire

In that project, we had some unique challenges thanks to a non-square board where tiles were optional. In addition we had to consider tile heights – and whether or not a unit could jump as high as needed. In contrast, the pathfinding in this lesson will be for a 2D square board with no missing tiles.

Tile 52
article thumbnail

R Mahjong – Riichi Mahjong for 4 players with strong mahjong AI

Cocos

In addition, R Mahjong has a training mode in which you see the hands of your opponents and also tips from the AI - which tile to discard and make an announcement or not (Chi, Pon, Kan, Riichi). You can also see the probability of a particular tile being discard from an AI point of view.

AI 52