Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411500 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 10:55:37 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsBlastaway (16 bit shooter for Windows and AmigaOS 4)
Pages: [1] 2 3 ... 6
Print
Author Topic: Blastaway (16 bit shooter for Windows and AmigaOS 4)  (Read 8423 times)
saimo
Level 4
****



View Profile WWW
« on: May 18, 2019, 03:30:45 AM »

A few days ago I've started developing Blastaway, a game that (hopefully) will be immediately accessible and super fun.
The target platform is Windows.
You'll discover where the game is going little by little through the updates that will be shared here.



This animgif shows the core of the engine, but please note that the engine already supports multiple sprites.
« Last Edit: November 12, 2019, 01:04:47 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #1 on: May 20, 2019, 08:28:32 AM »

Before continuing with the development of the game engine, a (minimal) menu just had to be added. It's very likely that the graphics will change along the way (the music might well, stay, instead), but for the moment being the menu is 100% functional and all the options are actually implemented.
Additionally, the walls tiles have been fixed/improved.





Edit: font and color scheme already changed for better readability.

« Last Edit: May 20, 2019, 01:18:53 PM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #2 on: May 22, 2019, 07:47:34 AM »

Controls changed/improved and shooting added.



From now on, you can try the latest build anytime by downloading the archive from https://www.retream.com/Blastaway Wink
At the moment there isn't much to do, but you can get an initial idea of how the game will feel like.
Logged
saimo
Level 4
****



View Profile WWW
« Reply #3 on: May 24, 2019, 03:57:17 AM »



CHANGELOG
* Added stage/level data loading.
* Added support for "raised" tiles to graphical engine.
* Added arch to tileset.
* Improved font.
« Last Edit: June 17, 2019, 06:59:13 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #4 on: May 28, 2019, 08:35:29 AM »



Enemies have finally appeared! They aren't 100% ready yet, though - this is what there is at the moment:
 * 3 AIs (out of 5);
 * spawning logic (enemies spawn according to certain level-relative criteria; not shown in the animation);
 * acceleration logic (enemies accelerate every once in a while; not shown in the animation).

This is how the AIs behave:
 * one makes enemies wander randomly around (see wolf-like enemies in the animation);
 * one makes enemies wander randomly around, except that they will follow the soldier when he is aligned with them (see dinosaur-like enemy in the animation);
 * one makes enemies wander randomly around, except that they will follow the soldier when he is not too far away (see scorpion-like enemies in the animation).

This is what needs to be done:
 * 2 AIs (out of 5);
 * collision handling;
 * graphics.

Note that the ememies sprites in the animation are only temporary placeholders, and have been stolen from Wizard of Wor, the game Blastaway is mainly inspired to.

CHANGELOG
* Started adding enemies.
* Started adding entrance.
* Added lives.
* Touched up / extended graphics.
* Made lots of internal changes.

Current build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 06:59:59 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #5 on: May 31, 2019, 01:42:33 AM »

Finally Blastaway feels like a real game, rather than just an engine! It is even actually possible to play through all the currently available arenas* and complete the game... and even make it to the hiscores chart!
*There are only 10 arenas at the moment, but the final game is planned to have at least 5 stages with 10 arenas each (i.e. 50 arenas in all).





Information and latest build download: https://www.retream.com/Blastaway
Logged
JesseL
Level 0
***


View Profile WWW
« Reply #6 on: May 31, 2019, 07:35:13 AM »

love it
Logged
saimo
Level 4
****



View Profile WWW
« Reply #7 on: June 01, 2019, 02:12:43 AM »

Thanks, JesseL Smiley
Logged
Beastboy
Level 3
***

Happy birth day mom!


View Profile
« Reply #8 on: June 01, 2019, 07:04:44 AM »

I like how if you die the next door guard will be you, interestin litle design that stands out. Good luck
Logged
saimo
Level 4
****



View Profile WWW
« Reply #9 on: June 01, 2019, 07:20:01 AM »

I like how if you die the next door guard will be you, interestin litle design that stands out. Good luck

Thanks for having noticed that Smiley To be honest, I didn't invent it: the same happened in Wizard or Wor, the game I drew most of the inspiration (and the temporary sprites) from - check this out:





But there's a twist here: if the door is open and an enemy enters it, it can kill the other men (but it's very unlikely to happen: the door closes as soon as the man controller by the player goes past it) Well, hello there!
Logged
saimo
Level 4
****



View Profile WWW
« Reply #10 on: June 01, 2019, 03:55:29 PM »

Minor update.



CHANGELOG
* Refined handling of enemies quickness (they smoothly become faster within a level and, at the beginning of a level, they are slightly faster than at the begining of the previous level).
* Touched up entrance graphics.
* Replaced Wizard of Wor sprites with custom temporary sprites.
* Fixed joypad in-game handling.

Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:00:34 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #11 on: June 03, 2019, 03:00:43 PM »

Just a couple of little steps, but still two steps towards completion.





CHANGELOG
* Made the entrance close automatically upon death of soldier controlled by the player (otherwise, dying at the entrance would put the other soldiers at risk, which is likely to turn into a game over if the killer is a chasing/fast enemy).
* Redrawn main character sprites as shown below (not final yet).



Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:00:58 AM by saimo » Logged
JesseL
Level 0
***


View Profile WWW
« Reply #12 on: June 04, 2019, 08:04:19 PM »

keep up the great work.
Logged
saimo
Level 4
****



View Profile WWW
« Reply #13 on: June 05, 2019, 09:11:40 AM »

@JesseL

Trying hard to Wink
Thanks!


@all

Although there's still a long way to go, Blastaway feels better and better.





CHANGELOG
* Redrawn first enemy.
* Touched up soldier graphics.
* Added explosions.

The initial attempt at drawing the first enemy (corresponding to the Burwor, in Wizard of Wor) was half-hearted; plus, recently I decided to use a slanted perspective for the characters, so this is how I redesigned it:



Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:01:17 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #14 on: June 06, 2019, 07:37:24 AM »

Today most of the changes affected the audio side of the game.





CHANGELOG
* Implemented a sounds playback system that ensures sounds are always played and that allows setting the volume on a per-sound basis.
* Made volume of explosions sounds depend on the distance to the soldier.
* Added entrance gate sound.
* Changed explosion sound (maybe not be final yet).
* Avoided abrupt clipping of sounds at the end of a level.
* Fixed animation of fast-moving enemies.
* Fixed handling of beam hits.
* Made various other changes.

Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:01:42 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #15 on: June 06, 2019, 03:07:12 PM »

A friend reported that the latest build didn't run on his Windows machine (while performing a virus scan). Given that the previous builds worked, given that I couldn't see how any of the latest changes could cause such a problem, and given that when I read the report I was on Linux, I made an alternative test: I ran Blastaway on Linux through wine, and the result was... success!





(I must say I expected that as all my other games for Windows, which are based the same custom framework of mine, work under Linux+Wine as well Well, hello there!)
Logged
saimo
Level 4
****



View Profile WWW
« Reply #16 on: June 08, 2019, 10:38:55 AM »

Bonuses start appearing (and more will come with the next update)!





CHANGELOG
* Added time bonus.
* Added shadows to enemies.
* Assigned the menu select function also to the ALT, CONTROL, SHIFT, and TAB keys.

Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:02:54 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #17 on: June 12, 2019, 09:45:08 AM »

This update brings lots of important changes (although many are hidden under the hood) and also more bonuses!





CHANGELOG
* Added bonuses:
    * life (awards a life);
    * points (awards 500 points);
    * time (resets the time);
    * weapon (increases the rate of fire a little bit).
* Reduced time bonus factor from x10 to x5.
* Made internal coordinates system 3D.
* Made many other internal improvements/optimizations/additions/bugfixes.
* Added some gameplay information to the manual.

Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:03:28 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #18 on: June 14, 2019, 03:35:25 AM »

More polish, more content, more everything!





CHANGELOG
* Added enemies spawning visual effect.
* Renamed "life/lives" as "soldier/soldiers" everywhere (that reflects better the fact that there are multiple soldiers, each with a single life, rather than a single soldier with multiple lives).
* Tweaked some gameplay parameters:
   * increased maximum number of soldiers from 3 to 6;
   * reduced maximum enemies speed;
   * increased chances of soldier and weapon bonuses.
* Added 10 arenas (derived from the BOH mission "Wizard of Wor", based, in turn, on some Wizard of Wor dungeons).
* Reorganized arenas: arenas 5 and 10 of each stage are dungeon-like, whereas the others have a more open, geometrical layout.
* Made many internal improvements/extensions/bugfixes.
* Extended/improved/fixed manual.

Latest build download: https://www.retream.com/Blastaway
« Last Edit: June 17, 2019, 07:04:32 AM by saimo » Logged
saimo
Level 4
****



View Profile WWW
« Reply #19 on: June 14, 2019, 11:53:57 AM »

Today the game (finally) had a (minimal, LED-style) HUD added. This had the consequence of giving the final push towards putting the entrance at the center of the screen for a more balanced look. So, tomorrow, the HUD will be split in two parts, one left and one right, and the entrance will be moved in the middle.


(click to zoom)
Logged
Pages: [1] 2 3 ... 6
Print
Jump to:  

Theme orange-lt created by panic