You are here |
www.redblobgames.com | ||
| | | |
devmag.org.za
|
|
| | | | A Bézier curve is a type of curve that is easy to use, and can describe many shapes. This guide gives instructions for implementing algorithms for using Bézier curves in your games. | |
| | | |
backdrifting.net
|
|
| | | | Hex Grids and Cube Coordinates | |
| | | |
kvachev.com
|
|
| | | | Grids are great for tactical gameplay of turn-based games because they allow discrete movement steps. That means that you can bind positioning to other resources such as movement points, action points, food, etc. Grids divide the infinite variety of movement options into a few specific ones, which can be considered separately by the players tactical mind. The most popular grid types are hexes and squares. But what about triangles? | |
| | | |
tiao.io
|
|
| | An in-depth practical guide to variational encoders from a probabilistic perspective. |