Changes

8BP

6 bytes added, 20:50, 22 June 2023
8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C
'''====Description'''====
------------------
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.
twitter: @8bitsdepoder
'''====Main features:'''====
-----------------
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)
* multi-directional scroll (based in command MAP2SP)
* 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 up to 25 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 25 KB length
* STARS command for sand effects, rain, snow and stars planes.
8BP is always under development, but new versions always are backward compatible. The current version is V42
'''====forum thread'''====
--------------------------------------
http://www.cpcwiki.eu/forum/programming/8bp/
'''====Available Games created using 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
* 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 "paracaidista kerl" by adolFito 
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]
897
edits