News

Antiyoy v1.22k (Android Game)

Antiyoy is an Android game by Yiotro. It’s a turn-based strategy with simple rules. This game is fully free of charge and has no ads!

Changes:

– Improved diplomacy
– Added ‘user levels’ section
– Improved level editor
– New campaign levels
– New game: Bleentoro
– Bug fixes

Video: NES Programming #29 – Rendering The Map And Exporting The Data (NES misc)

Michael Chiaramonte shows us more NES Programming.

Quote:

It worked?! I mean – of course it worked! In this episode I took the data from the JSON map data and used it to test rendering the map in the asset tool and then export the file as binary to the actual game. Made some really great progress tonight and I’m looking forward to fixing some strange bugs with the tile loading code on the NES side on Monday. Have a great weekend!

Bomb The Pentominos v1.14.5 (Android Game)

Bomb The Pentominos is an Android puzzle game by Belldin Games. The game itself is ad-supported.

The goal of the game is to fit the Pentominos and Tetrominos in a way that they make full rows, which when is full, will be deleted and gives space for more pieces. Full rows also is the only way of scoring in the game.

The challenge is that the game also will go faster after some time and also after each 10 filled rows, which makes it real hard to survive at some speed. The way of scoring big is to build holes for one single piece that makes 4 full rows, but waiting for the right piece to make that gasp filled, may also fill up the board quick.

Game ends when there isn’t place for more pieces.

Changes:

Added stuff! Buggs fixed!

Achikaps v1.18p (Android Game)

Achikaps is an Android strategy game by Yiotro. This game is adfree!

Changes:

– New mineral: gear.
– New building: smeltery.
– Cargo drones were redesigned. Now they are much more easy to use.
– Added option ‘start paused’.
– Added new user levels.
– Bug fixes.

Bleentoro v1.01e (Android Game)

Bleentoro is a puzzle game for Android by Yiotro. This game is adfree and has no ingame purchases!

Changes:

– First few levels on ‘easy’ difficulty are now unlocked by default, so you can just skip tutorials if you want.
– Fixed autosave feature (it’s disabled by default).
– Added mineral icons in tasks panel.
– Bug fixes.

OpenBOR v3.0 Build 6175 (Android misc Port)

OpenBOR (Open Beats of Rage) is an open source engine to play Beats of Rage. Beats of Rage is a freeware open source video game and modifiable game engine made by Senile Team and inspired by Sega’s classic Streets of Rage series. The term “modifiable” means that the program allows users to create their own content, and thus their own beat-’em-up game, which is then called a “mod”.

Changes:

– Update LICENSE
– Remove period date.

OpenBOR v3.0 Build 6175 (PSP misc Port)

OpenBOR (Open Beats of Rage) is an open source engine to play Beats of Rage. Beats of Rage is a freeware open source video game and modifiable game engine made by Senile Team and inspired by Sega’s classic Streets of Rage series. The term “modifiable” means that the program allows users to create their own content, and thus their own beat-’em-up game, which is then called a “mod”.

Changes:

– Update LICENSE
– Remove period date.

OpenBOR v3.0 Build 6175 (Wii misc Port)

OpenBOR (Open Beats of Rage) is an open source engine to play Beats of Rage. Beats of Rage is a freeware open source video game and modifiable game engine made by Senile Team and inspired by Sega’s classic Streets of Rage series. The term “modifiable” means that the program allows users to create their own content, and thus their own beat-’em-up game, which is then called a “mod”.

Changes:

– Update LICENSE
– Remove period date.

Video: NES Programming #28 – Loading Tiled Map Data (NES misc)

Michael Chiaramonte shows us more NES Programming.

Quote:

In this episode I work on loading the JSON data exported from tiled in the asset tool in C using the JSMN C parser for JSON. This allows us to take the data and use it to load the map and re-export it for the NES. Eventually we may build a built-in tiled editor, but in the interest of saving some time, we’ll use tiled for now.