article thumbnail

Atari ST Programming: A Simple Game in STOS

Retro Game Coders

So far we have only used one sprite so my sprite bank now includes a background tile as Sprite 2 and the monster sprite as Sprite 3. Background Tiles and Beating the Sprite Limits. I use a couple of for loops, one for rows and one for columns, and repeatedly paste the tile sprite over and over. Full Demo Game Code.

Sprite 52
article thumbnail

Tiles editor progress report #5

Mircosoft Game Dev

Here comes a new progress report about the Tiles editor rework. tiles editor series: Tiles editor progress report #1. Tiles editor progress report #2. Tiles editor progress report #3. Tiles editor progress report #4. you are here) Tiles editor progress report #5. (you Tile atlas editing.

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

Programming the Agon Light using C/C++

Retro Game Coders

For all my tutorials I tend to lean towards the same cross-platform dungeon crawler that I have been mainly so-far writing for Commodore machines using BASIC or CC65, and have also developed playable demos using using TRSE. tile = c; enemies[enemy_count].room tile = 158; enemies[enemy_count].room speed) { // Damage!

Tile 97
article thumbnail

D20 RPG – Positional Awareness

The Liquid Fire

The collider for my characters was intentionally scaled down just a bit, to help avoid unintended physics collisions from adjacent units. Demo Play the game until you reach the Encounter. If you "confirm" on a tile where there is nothing to attack, then the selection indicator will just move back to the hero for you to try again.

article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

Auto-tiling in tile maps. Here is an example using the older 3D platformer demo: VR support. Exporting works based on presets, so it's possible to have two presets targeting the same platform, but with different configuration values (such as Android ARM and x86, demo and full game presets, etc.). Auto-tiling in tile maps.

Render 52
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. Then as you come across more complicated problems, you'll want to browse the very helpful Demos , each with a link to its full source code on GitHub. and no WASM.)

Sprite 52
article thumbnail

The next big step: Godot 4.0 reaches Beta

Mircosoft Game Dev

The illustration picture for this article is a screenshot of Wojtek Pe 's Forest scene demo made in Godot 4.0 Those now come with support for attractors, collision , trails , sub-emitters and manual emission. This included adding new collision shapes, cylinder and heightmap , as well as re-implementing SoftBody nodes.

Beta 52