Changes

Jump to: navigation, search

8BP

290 bytes added, 20:26, 1 June 2020
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.Since version v40, 8BP is also compatible with C, and you can compile
8BP is not a game engine. It does not force programmers to use certain script languages or game structure. In fact, 8BP is a list of new commands oriented to develop games.
* customizable mini character set for printing in mode 0 (using command PRINTAT)
* Pseudo 3D capability for "pole position" style games (racing games, tanks, etc)
* Compatible with C thanks to a wrapper (8BP.h), and provides a miniBASIC (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 V39
* Happy Monty: a tribute (or second part) of classic Mutant monty
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style "Time pilot" or "asteroids"
* Zampa Manzana: an arcade game developed by Riper & music by Xeno
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]
60
edits