Saturday 28 January 2017

And the name of the game is ... Zenox Attack

27th - 28th January 2017

My week's holiday has come to an end, and things are back to normal once again. Most of the holiday was mainly composing music, and also starting on a C64 game project, formerly known as an unnamed shoot 'em up. Well,guess what? The game now has a name. I have decided to call it Zenox Attack.

Yesterday I made a start on the new in game graphics, which gives a sort of a Denarius feeling to it. If you look at the video carefully, you'll notice how much hard work I spent on creating the very first level.

On the alien sprites front. I designed some test alien sprites, which haven't been animated. Also I programmed in some in game sound effects, which could be used when mixed with in game music through my GoatTracker tunes. The player can play sounds when firing lasers. The aliens now have a box sprite/sprite collision detection. The enemy movement isn't very exciting, and the aliens cannot fire. This will be changed next time I work on this project, sometime next week (As well as Precinct 20 - Dead Strange, a SEUCK Redux creation by Alf Yngve). For now, enjoy this second WIP video with remnants of the game in action.



Wednesday 25 January 2017

Scrolling without S.E.U.C.K

25th January 2016

 Flipping heck. This week has been a SEUCK marathon. Anyway, time for a little change. Back in 2015, I mentioned to some people in the past that I'd love to attempt to create a vertical scrolling shoot 'em up game, without the aid of SEUCK. I examined the code in Codebase64 and I managed to get a rough map scroller. However getting a soft scroll to work right was a plain in the backside. So I left the code for a couple of years or so backed up.

However last week, I attempted to continue achieve my goal. Basically by getting the soft scroll to work much better. There were a few mistakes left in the scrolling code last time. It turned out that I wasn't copying the last row, and pasting it inside a subroutine. Also the score panel at the bottom of the screen was flickering like hell. In order to solve the problem, I examined some code in an old TND Contributor's C64 game, to see how the status panel stayed static while a vertical scrolling map was scrolling down. I noticed something very interesting. A stack inside an interrupt, had a control over the VIC2 Screen vertical position, which made the status panel more still. I attempted to place a similar routine, and that trick worked. The VSP scroll worked a treat.

This week, I have been making some more alterations to the scroller framework, and started a little game project. At the moment it is an Unnamed Shoot Em Up, (which the video below will show you). However I'm feeling ambitious to make a sort of a onward scrolling Denarius/Warhawk style futuristic shoot 'em up, without the aid of SEUCK. I created some test sprites and a little test panel in order to get the player moving and blasting. The asteroids that move constantly cannot be shot, and will not be the only thing in the game. This is just the start of a fresh new C64 game project I am willing to produce this year :)


2023 at a glance

2024 is here, and 2023 has been a really quiet year on the production front due to everything that had gone back to normality. The year has ...