article thumbnail

Atari ST Programming: A Simple Game in STOS

Retro Game Coders

Now we can move sprites in STOS we need to put things together to see how we can actually begin creating playable games. This isn’t intended to be super fun, just ensure we know how to have a bad guy sprite that can cause the game to end when our player character is eaten. Background Tiles and Beating the Sprite Limits.

Sprite 52
article thumbnail

Release candidate: Godot 3.4.1 RC 1

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). Tiles: Fix TileSet editor workspace breaking ( GH-55059 ). Tiles: Only add light occlusion for visible TileMaps ( GH-54435 ).

Tile 52
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

Release candidate: Godot 3.4.1 RC 2

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). Tiles: Fix TileSet editor workspace breaking ( GH-55059 ). Tiles: Only add light occlusion for visible TileMaps ( GH-54435 ).

Tile 52
article thumbnail

Maintenance release: Godot 3.4.1

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). Tiles: Fix TileSet editor workspace breaking ( GH-55059 ). Tiles: Only add light occlusion for visible TileMaps ( GH-54435 ).

Tile 52
article thumbnail

Release candidate: Godot 3.4.1 RC 3

Mircosoft Game Dev

Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Physics: Fix test_move reporting collision when touching another body ( GH-54845 ). Tiles: Fix TileSet editor workspace breaking ( GH-55059 ). Tiles: Only add light occlusion for visible TileMaps ( GH-54435 ).

Tile 52
article thumbnail

D20 RPG – Positional Awareness

The Liquid Fire

Because of the grid-based nature of my game, I position my sprites at whole number coordinate positions like "(2, 3)". The collider for my characters was intentionally scaled down just a bit, to help avoid unintended physics collisions from adjacent units. I added the "results" array field for that purpose.

article thumbnail

Getting started with HaxeFlixel in 2021

Radiator Blog

The engine should be able to render and simulate 200+ lightweight game objects -- frame-animated sprites with simple collision, no fancy physics or shaders. Instead of MonoBehaviour, most of your scripts inherit from FlxSprite (or FlxNestedSprite if you need to parent sprites to each other) instead. and no WASM.)

Sprite 52