Difference between revisions of "8BP"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m
Line 33: Line 33:
 
- complete sprite editor included (SPEDIT).
 
- complete sprite editor included (SPEDIT).
  
8BP is always under development, but new versions always are retrocompatible. Current version is V26
+
8BP is always under development, but new versions always are retrocompatible. Current version is V26b
  
 
'''available Games created using 8BP'''
 
'''available Games created using 8BP'''
Line 41: Line 41:
 
- anunnaki (space ship arcade, vertical scroll)
 
- anunnaki (space ship arcade, vertical scroll)
  
- nibiru (space ship arcade under development, horizontal scroll)
+
- nibiru (space ship arcade, horizontal scroll)

Revision as of 05:23, 30 October 2016

8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.

Description


8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter. 8BP is not a game engine. It do not force programmers to use certain script languajes or game structure. In fact, 8BP is a list of new commands oriented to develop games.

8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/

Manual is in spanish....but now i am translating it to english! if you want to help me, you are welcome. There is an english draft version uploaded

Main features:


- 32 sprites with clipping, overwrite, ordering and colision detection.

- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx

- multi-directional scroll

- allows in-game music based on WYZtracker 2.0.1.0 tool

- layout ( which is a kind of "tile map"), with colision detection.

- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.

- STARS for sand effects, rain, snow and stars planes.

- commands for move N sprites at the same time.

- routing sprites through user-defined routes, simplifying game logic

- complete sprite editor included (SPEDIT).

8BP is always under development, but new versions always are retrocompatible. Current version is V26b

available Games created using 8BP


- mutante montoya (platforms /maze)

- anunnaki (space ship arcade, vertical scroll)

- nibiru (space ship arcade, horizontal scroll)