Sparse Invaders

From Retrosoftware

(Difference between revisions)
Jump to: navigation, search
(Added more descriptive note to 1.1)
Current revision (01:33, 21 March 2012) (edit) (undo)
(Tidying up)
 
Line 115: Line 115:
-
===Source 1.0 DOWNLOAD and Write Up ===
+
===Source v1.0 DOWNLOAD and Write Up ===
This will show and explain the various files that make up the source for Sparse Invaders.
This will show and explain the various files that make up the source for Sparse Invaders.
Line 121: Line 121:
I have included the complete project as a downloadable ZIP file.
I have included the complete project as a downloadable ZIP file.
-
Also Included is a stripped SHELL project as a downloadable ZIP file.
+
Also included is a stripped SHELL project as a downloadable ZIP file.
-
Follow link below and have fun! (PS - I'm still working on the writeup for the files however they are all available to read online)
+
Follow link below and have fun!
-
[[Sparse Invaders: Source|Sparse Invaders 1.0: Source]]
+
[[Sparse Invaders: Source|Sparse Invaders v1.0: Source]]

Current revision

Contents

Sparse Invaders by Neil Beresford

Sparse Invaders WIP cover by DaveM. Posted: Dec 04, 2008

Licence

This software is licensed under the GNU GPLv3 license.


Introduction

At one point laughingly known as Pants Invaders, Sparse Invaders is described by the author as a naff version of Taito's Space Invaders, developed using SWIFT with P65.

OK, this is my first attempt at writing something for the Beeb. The reason for writing a simple'ish' game like Space Invaders, was to develop the screen, sprite, keyboard and timers code, plus get a feel for how to actually do stuff on the Beeb. I plan to re-work the guts of the code for my next game.

I've added my source code with Swift project as is, in zip form so that this can allow Sparse Invaders to be changed and re-built. This will also give newcomers a working example game, to play and view source code (note, I didn't say great example! LOL), with documentation on it's workings and the reasoning for it (i.e the invaders being drawn - in two parts, to keep it running in a frame).

Discuss Sparse Invaders


Features

  • Simple Text-Block functionality for intro and current level screens.
  • Over-Complex Sprite Controller ( I learn the hard way.) This system has control for eight sprites active on screen, and store for a total of fifteen...
  • Simple block sprite drawing, used for the invaders.
  • Timer for vertical blank.
  • Keyboard functionality - fast code borrowed from a 'friend' ;-)
  • High score.


What's Been Done

Sparse Invaders is currently standing at 1.0 so - please use the forum to supply feedback and issue reporting.

This contains the hiscore and more balanced game play, with improved base and better screen transitions. Several bug fixes.

My partner has even play-tested the game, her feedback was 'oh... you are clever!' - sigh! No, she played it several times and enjoyed it, I got the impression the game play seemed about right, but it's always good to get feedback from other gamers.

Description

Basically, it's my effort at that classic space invaders game.

Includes introduction, level and game over screens. There is the addition of a simple high score screen. The basic game consists of 24 invaders, one mother ship and you the player. There is basic score displayed below right. You fire, invaders and mother ship will explode and once all the invaders are shot, it moves to the next level - where it gets a little more difficult.

I'm sort of pleased with the bases, I wasn't sure how they would turn out as I am using a three-state block system to get 18 (4x8 size) segments for each base. So, each base uses 3 by 3 character (8x8 size) blocks - making it easy to draw and collision checking.


Downloads

Latest release: 15 Mar 2012 - Download - Full version, fixed remaining bugs

Sparse Invaders v1.1
Sparse Invaders v1.1 source code

Latest update by Paul Davis, with various bug fixes:

  • Missing invader explosions
  • Invaders sometimes wrapping around the screen instead of moving down
  • Occasional corrupted or missing graphics
  • Invaders sometimes not firing bullets
  • Incompatibility with the RS loading screen
  • Replaced every-fourth-step sound with one of four different tones every step


Older Playable Demos

The following is left in to show development of the game.

PLEASE note, now works on the BBC B!

Supplied as BBC Micro Model B SSD disc images, they will autoboot and run...

24 Dec 2009 - Download - Full version, lots of bug fixes
Sparse Invaders v1.0_2412
Sparse Invaders v1.0_2412 source code

  • Fixed sound issue
  • Fixed slow-down issue
  • Extended the score display to five digits
  • Limited the number of lives to six
  • Increased score required for bonus life to 1500
  • Removed the 'Press Fire' and Sparse Invaders name from the 'next level' screen (added 4-5 second delay instead)
  • Fixed start level, so invaders appear correctly
  • Fixed issue where player wasn't getting drawn until moved on life loss (also added 1 second invincibility to stop deaths happening quickly - this might need to be extended)
  • Changed the intro screen text
  • Pause while playing game (press P during play)
  • Exit game option (while paused, press Esc)
  • Known issue: Invader explosions no longer appear

3 Nov 2009 - Download - Initial feature-complete release, sound included
Sparse Invaders v1.0
Full, working version with sound.

09 May 2009 - Beta Download with Pitfall Jones' modification - Added sounds
Sparse Invaders v0.4 + Pitfall Jones' sounds
PJ disassembled it, then remade it in beebasm and relocated the game from $1100 down to $E00 to make room for the extra code. Original forum post here.

13 Feb 2009 - Beta Download - Highscore addition and tidy up
Sparse Invaders v0.4
Addition of hiscore. Bases now working. Major bux fixing and tweeking.

13 Jan 2009 - Second Alpha Download - Fixed important bug
Pants Invaders v0.3
Fixed blanking issues with Invaders. Certainly worth another upload. Apologies for those that have already downloaded v0.2.

12 Jan 2009 - Second Alpha Download
Pants Invaders v0.2
FIRE - Return/Enter, LEFT - Z, RIGHT - X

18 Dec 2008 - First Alpha Download
Pants Invaders v0.1


Source v1.0 DOWNLOAD and Write Up

This will show and explain the various files that make up the source for Sparse Invaders.

I have included the complete project as a downloadable ZIP file.

Also included is a stripped SHELL project as a downloadable ZIP file.

Follow link below and have fun!

Sparse Invaders v1.0: Source


Diary Of Development

Nov 2008

Decided to spent a more productive lunch time at work by attempting to write a game on the good old beeb in 6502. Haven't done any 6502, in fact it's been several yrs since I'd done any serious asm development ( Z80, 68000, 80x86 etc ). Thought it would be a good challenge, also with the help of SWIFT (must put link here to wiki page) it made life so much easier. Working on Sprite, Screen, Keyboardand Interrupt routines found that it would be help me get a feel for the performance of the beeb and iron out the any issues if I develop something that would test my functions - thus Invaders was born!

Dec 2008

Posted onto the forum the news that I was developing Invaders, just a testing version, and once I was happy with my various functions I would place them on site for a 'working' example of a game in action - for all the new-to-beeb coders to see and work with. I use the term 'working' as this is my first 6502 Beeb attempt, it certainly would not be the 'excellent' code, just 'good' ... ;-)

Sigh - then people wanted to see a work in progress version of Invaders, so I had to make the decision to finish the game - as from the feedback I got, people liked my naff artwork and the general feel of it. I certainly was taken aback, as it felt a good game to me, but I realized this was only my first effort at getting to know the Beeb.

Anyway, work progressed sort of slowly, after the first alpha was made available. This was due to Christmas and being ill.

Jan 2009

Worked on the bases, sorting out the firing of the invaders and just tidying up the firing system. Once you view the code, you will notice there are some over complex systems within the game. The main one being the sprite system! It was developed really before I fully understood how SLOW the Beeb was, however I've kept it and worked with it - and for the 6 or 7 active sprites - it does its job. My main aim has been to keep the game running within a frame and also keep the game play good and exciting. The addition of the bases still keeps that within a frame, thou I wonder at the amount of collision checking that is done, [forced smile!] ! The base functionality is another slightly complex system, using bit masking for checking and removal of segments of the base. It works quite well considering, certainly good enough for this game anyway.

I must say, that soon the code will be made available, however it should be noted that this code is not optimised and should be taken as a working example only. I've said this before, so just warning that this is not the fastest code out there, thus I would love any positive feedback ONLY! LOL!!!

15 Jan 2009

Things are progressing quite well, I have been nawty and have worked the full lunch hour for the last few days, getting the known issues sorted. Thus I have, I think just about finished the main game, I'm sure there will be issues, but the ones I've seen, I've managed to fix - so after several game plays it's feeling quite good...

The details

  • Added End Game Score, so you know what you got!
  • Added Bonus life, this is for every 500 points gained.
  • Sorted out Invader bullet speed increment as levels progress.
  • Player bullet different gfx.
  • Mother ship now has two frames, and some naff colours, sorry!
  • Added Yellow to upper part of numbers plus life markers changed to yellow.
  • Reduced delay to FIRE action on intro, start level and game over screens.
  • Sorted out the various level restart gfx glitchies.

To Do list

  • Hi-score entry screen and Listing.
  • Quick Tidy of screens etc
  • Release as beta for testing.
  • Once got feedback from guys on site, release as Version 1.0
  • Review code and then release to site for general use.

Oh, will be updating the Wiki page soon, honest!!

17 Feb 2009

After a long pause, I've uploaded the BETA of Sparse Invaders. You can find some sample screens below relating to the latest version.

I won't go on, but at present as I'm sort of around 220 bytes, the game will only run on a Master 128k. I will work on this while awaiting any feedback, before doing the release. However if anyone wants a copy early, please contact via the forum and I will be happy to supply a modified version.

A little request here, as I will be placing the source code on site soon, has anyone any licence text I can use for the source? I am going for a free licence, however the source is not to used for profit type ventures.

On the whole I am very pleased with the outcome of the last few months or so, Sparse Invaders, in my opinion, plays well and feels ok for a first attempt at the Beeb. Let's hope you guys feel the same!

Neil

19 Feb 2009

Working late at work - once that was finished, I thought - lets get it running on the BBC B. I needed to actually find around 350 bytes, so removed debug, rewrote the hi-score and block draws. Thus Sparse Invaders now runs on the BBC B.

For the technical, I've got the .org set to 1100. This doesn't seem to wiping over any important buffers while the main file is loading. I've given it a good bash!

OK, would be lovely to get some feedback!

3 Nov 2009

Sound has been added to the main code, thanks goes to PJ for his hard work disassembling the binary and having the patience to actually understand the code and add in the sound. Steve helped with my total blank moment and relocation now works. I've updated the version to 1.0 to indicate no more development as I plan on adding the source here.


Sample Screenshots


Sparse Invaders Beta Release

Title screenPosted: Feb 17, 2009
Title screen
Posted: Feb 17, 2009
Game startPosted: Feb 17, 2009
Game start
Posted: Feb 17, 2009
In-game 2 Posted: Feb 17, 2009
In-game 2
Posted: Feb 17, 2009
Game over Posted: Feb 17, 2009
Game over
Posted: Feb 17, 2009
High ScorePosted: Feb 17, 2009
High score
Posted: Feb 17, 2009


Pants Invaders Pre-Second Alpha Release

Title screenPosted: Dec 19, 2008
Title screen
Posted: Dec 19, 2008
Entering level screenPosted: Dec 19, 2008
Entering level screen
Posted: Dec 19, 2008
In-game 1 Posted: Dec 19, 2008
In-game 1
Posted: Dec 19, 2008
In-game 2 Posted: Dec 19, 2008
In-game 2
Posted: Dec 19, 2008




Sparse Invaders Pre-First Alpha Release

Title screenPosted: Dec 03, 2008
Title screen
Posted: Dec 03, 2008
In-game 1Posted: Dec 03, 2008
In-game 1
Posted: Dec 03, 2008
In-game 2 Posted: Dec 03, 2008
In-game 2
Posted: Dec 03, 2008
[[Image:SparseInvaders3.jpg|375px|In-game 3