Changes
8BP
,8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C
------------------
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.
twitter: @8bitsdepoder
-----------------
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx
* multi-directional scroll (based in command MAP2SP)
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands* layout ( which is a kind of "tile map"), for maze style games (like Pacman) with collision detection.* only takes around 8 KB, leaving
* STARS command for sand effects, rain, snow and stars planes.
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)
* Compatible with C thanks to a wrapper (8BP.h), and provides a miniBASIC (minibasic.h a set of 18 commands similar to BASIC) to simplify your programming in C
8BP is always under development, but new versions always are backward compatible. The current version is V40V43
--------------------------------------
http://www.cpcwiki.eu/forum/programming/8bp/
--------------------------------------
* mutante montoya (platforms /maze)
* anunnaki (space ship arcade, vertical scroll)
* nibiru (space ship arcade, horizontal scroll)
* mini-pong ( a simple version of classic "pong")
* mini-invaders (a simple version of classic "space invaders")
* fresh fruits & vegetables (platforms with horizontal scroll)
* 3D Racing one ( 3D racing game)* Space Phantom ( a "space harrier" style game)* Frogger Eterno ( a classic "[[frogger]]" version in 8BP)
* Eridu: the space port (inspired in the classic "scramble")
* Happy Monty: a tribute (or second part) of classic Mutant monty
* Zampa Manzana: an arcade game developed by Riper & music by Xeno
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila
* NOMWARS: a "commando" style game (vertical scroll, shoot'em up)
* SPACE PANIC: clon of classic "Space Panic" by adolFito & music by xeno
* Paco, el hombre: a [[pacman]] style game
* Spaceman Kerl: clon of classic "paracaidista kerl" by adolFito
* Bar War : clon of classic "Bar man" by AdolFito
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]