Difference between revisions of "Sprites Alive"
Cpcmaniaco (Talk | contribs) (→Manual) |
Cpcmaniaco (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | A Software Package with the purpose to allow the creation of near commercial quality games from [[BASIC]] | + | A Software Package with the purpose to allow the creation of near commercial quality games from [[BASIC]]. |
− | '''Sprites Alive''' added new [[RSX commands]]. This way the programmer was able to access sprites etc. from BASIC with no knowledge of assembler. | + | '''Sprites Alive''' added new [[RSX commands]]. |
+ | |||
+ | This way the programmer was able to access sprites etc. from BASIC with no knowledge of assembler. | ||
== Features == | == Features == | ||
Line 26: | Line 28: | ||
''You should be able to write. programs just like them in no time at all.'' | ''You should be able to write. programs just like them in no time at all.'' | ||
+ | |||
+ | == Covers == | ||
+ | |||
+ | <gallery caption="Sprites Alive"> | ||
+ | |||
+ | Image:2000px_Sprites Alive Back Cover.jpg|Back Cover | ||
+ | Image:2000px_Sprites Alive Front Cover.jpg|Front Cover | ||
+ | |||
+ | </gallery> | ||
== Manual == | == Manual == |
Revision as of 02:56, 21 July 2008
A Software Package with the purpose to allow the creation of near commercial quality games from BASIC.
Sprites Alive added new RSX commands.
This way the programmer was able to access sprites etc. from BASIC with no knowledge of assembler.
Features
(From the manual)
The program has the following features:-
- 64 User definable sprites
- Animation sequencing
- Smooth pixel movement
- True collision detection
- Use of mode 0 or mode 1
- Joystick or Keyboard control
- Comprehensive sprite designer
- Automated commands
- Simple to understand instructions
The program has been designed to eliminate large amounts of BASIC, thereby making the programs easier to write and understand.
This is done by making the sprite program do most of the decision making for you. It is quite possible to write a game that only has three or four lines of BASIC for the main loop. The rest of the program would set up the sprite and music data.
If you take a look at the listings of the demonstration programs you will be able to see just how simple they are.
You should be able to write. programs just like them in no time at all.
Covers
Manual
Sprites Alive Manual (pdf)