141101 8k 1 The [A\* pathfinding algorithm] is a pathfinding algorithm noted for its performance and accuracy and is commonly used in game development. It can be used to find short paths for any weighted graph. A fantastic overview of A\* can be found at [Amit Patel's Stanford website]
141101 7995k 1 GarageEngine: 2d game engine written in Go working on OpenGL. Its an Entity/Component based engine and contains lots of features such as: Font, Sprites, Texture packing, Physics, Depth layers, Scenes and more. It feels like Unity3d and share the same names: Scene, Coroutines, Components, Transform, GameObjects etc...