Remove Build Remove Games Remove Point and Click Remove Tile
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

The 2020 Holiday Shopping Guide for Board Game Lovers

Brand Game Development

This is a holiday shopper’s guide to all things Board Games. Need help on your board game? Join my community of over 2,000 game developers, artists, and passionate creators. Hobby Board Games. Tasty Humans is a 30-60 minute, tile-laying, pattern-building game for 1-4 players. Are you excited?

Tile 130
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 – 02. Board Generator

The Liquid Fire

We’ll create everything we need to build our tiles and generate a board or two. If you want to copy code, click the button in the corner of any snippet Toggle RAW Code. Probably the best option for multi-line comments is to write all the lines, then select all of them and right-click on the text and choose toggle comments.

Tile 52
article thumbnail

Godot Tactics RPG – 01. Intro & Setup

The Liquid Fire

I’ve been dabbling at creating my own game for ages, starting with RPG maker back when the only english version was not officially available. While Unity might not be as efficient, it played better with my system, and I found this really nice tutorial for a tactics game on theliquidfire.com , who knows what that site is.

article thumbnail

Board Game Review: Terraforming Mars

Brand Game Development

Brandon is humoring me with a mini game blog series where I give you MY perspective on board games. Need help on your board game? Join my community of over 2,000 game developers, artists, and passionate creators. Join my community of over 2,000 game developers, artists, and passionate creators. Game Play Overview.

article thumbnail

How to Make a Tabletop Simulator Demo of Your Board Game

Brand Game Development

Need help on your board game? Join my community of over 2,000 game developers, artists, and passionate creators. I’d like to explain to you exactly how to create a demo of your board game on Tabletop Simulator, but first let’s discuss what I perceive as its five main benefits: 1. Click Table on the menu.

article thumbnail

building a better drafting game

Interesting Choices

I've been fascinated by board games that revolve around drafting for years now, and in early 2011 I wrote a post on the pillars that make these games click. I've created an online prototype for playtesting that has seen almost 2000 games completed with at least a dozen players clocking in at over 100 games apiece.

Build 40