<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jjaranda13</id>
		<title>CPCWiki - THE Amstrad CPC encyclopedia! - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jjaranda13"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php/Special:Contributions/Jjaranda13"/>
		<updated>2026-08-28T08:29:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=126858</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=126858"/>
				<updated>2025-09-06T17:59:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
====Description====&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
====Main features:====&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands&lt;br /&gt;
* layout (which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* 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&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V43&lt;br /&gt;
&lt;br /&gt;
====forum thread====&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Available Games created using 8BP====&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong (a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one (3D racing game)&lt;br /&gt;
* Space Phantom (a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno (a classic &amp;quot;[[frogger]]&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
* NOMWARS: a &amp;quot;commando&amp;quot; style game (vertical scroll, shoot'em up)&lt;br /&gt;
* SPACE PANIC: clon of classic &amp;quot;Space Panic&amp;quot; by adolFito &amp;amp; music by xeno&lt;br /&gt;
* Paco, el hombre: a [[pacman]] style game &lt;br /&gt;
* Spaceman Kerl: clon of classic &amp;quot;paracaidista kerl&amp;quot; by adolFito&lt;br /&gt;
* Bar War : clon of classic &amp;quot;Bar man&amp;quot; by AdolFito&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=110898</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=110898"/>
				<updated>2023-06-21T18:25:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* 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&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V42&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
* NOMWARS: a &amp;quot;commando&amp;quot; style game (vertical scroll, shoot'em up)&lt;br /&gt;
* SPACE PANIC: clon of classic &amp;quot;Space Panic&amp;quot; by adolFito &amp;amp; music by xeno&lt;br /&gt;
* Paco, el hombre : a pacman style game &lt;br /&gt;
* Spaceman Kerl : clon of &amp;quot;paracaidista kerl&amp;quot; by adolFito&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=109286</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=109286"/>
				<updated>2022-09-25T15:51:45Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V41&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
* NOMWARS: a &amp;quot;commando&amp;quot; style game (vertical scroll, shoot'em up)&lt;br /&gt;
* SPACE PANIC: clon of classic &amp;quot;Space Panic&amp;quot; by adolFito &amp;amp; music by xeno&lt;br /&gt;
* Paco, el hombre : a pacman style game &lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=108159</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=108159"/>
				<updated>2021-08-11T17:19:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V41&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
* NOMWARS: a &amp;quot;commando&amp;quot; style game (vertical scroll, shoot'em up)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105663</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105663"/>
				<updated>2020-07-26T22:17:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC with FX channel and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V41&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105258</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105258"/>
				<updated>2020-06-20T19:07:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with airplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105257</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105257"/>
				<updated>2020-06-19T12:39:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
* dogfight: an arcade with aeroplanes and horizontal scroll. created by Ivan Avila&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105228</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105228"/>
				<updated>2020-06-04T22:24:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105227</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105227"/>
				<updated>2020-06-01T22:11:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105226</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105226"/>
				<updated>2020-06-01T22:10:50Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* on-game music based on wyz player, and allows simultaneous music + FX sounds &lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105225</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105225"/>
				<updated>2020-06-01T22:08:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), for maze style games (like Pacman) with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105224</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105224"/>
				<updated>2020-06-01T20:28:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
&lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105223</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105223"/>
				<updated>2020-06-01T20:27:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter. &lt;br /&gt;
Since version v40, 8BP is also compatible with C, and therefore you can compile if you want.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105222</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105222"/>
				<updated>2020-06-01T20:26:45Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
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&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V40&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105221</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=105221"/>
				<updated>2020-06-01T20:26:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC and C&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
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&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V39&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
* Zampa Manzana: an arcade game developed by Riper &amp;amp; music by Xeno&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=104858</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=104858"/>
				<updated>2020-03-07T15:53:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC) and allows simultaneous MUSIC and SOUND commands&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V39&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
* Blaster Pilot: a spaceships arcade with multidirectional scroll. style &amp;quot;Time pilot&amp;quot; or &amp;quot;asteroids&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=104848</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=104848"/>
				<updated>2020-02-25T09:10:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V39&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103820</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103820"/>
				<updated>2019-11-13T14:33:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (command MUSIC)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V38&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
* Happy Monty: a tribute (or second part) of classic Mutant monty&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103762</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103762"/>
				<updated>2019-10-06T16:33:51Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V37&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103375</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103375"/>
				<updated>2019-06-05T17:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
twitter: @8bitsdepoder &lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103374</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103374"/>
				<updated>2019-06-05T17:08:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103373</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103373"/>
				<updated>2019-06-05T17:08:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: fixed text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the a classic &amp;quot;scramble&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103372</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103372"/>
				<updated>2019-06-05T16:58:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: added eridu game&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
* Eridu: the space port (inspired in the a classic &amp;quot;cramble&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103119</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=103119"/>
				<updated>2019-04-05T20:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: added game &amp;quot;frogger eterno&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering (4 order types) and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macro-sequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
* Frogger Eterno ( a classic &amp;quot;frogger&amp;quot; version in 8BP)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102937</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102937"/>
				<updated>2019-01-28T16:47:48Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 modes of sprites sorting, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102936</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102936"/>
				<updated>2019-01-28T11:21:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers to create platform games, arcade, etc without the need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and open source, available at https://github.com/jjaranda13/8BP, including sources, demos, manual and games&lt;br /&gt;
There is a blog (in Spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering and collision detection (mode 0 and mode 1)&lt;br /&gt;
* 4 sprites sorting modes, based on Ymax or Ymin, partial or complete&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with collision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. The current version is V36&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102419</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102419"/>
				<updated>2018-12-07T18:39:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering and colision detection (mode 0 and mode 1)&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. Current version is V35&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
* Space Phantom ( a &amp;quot;space harrier&amp;quot; style game)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102245</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=102245"/>
				<updated>2018-10-10T20:07:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering and colision detection (mode 0 and mode 1)&lt;br /&gt;
* sprite/image flipping (mode 0 and mode 1)&lt;br /&gt;
* animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
* only takes 8 KB, leaving 24 KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24 KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. Current version is V34&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101943</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101943"/>
				<updated>2018-06-24T10:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several [[RSX]] commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
Videos at [https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA youtube 8BP channel]&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
* 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
* sprite/image flipping&lt;br /&gt;
* animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
* multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
* allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
* layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
* only takes 7.7KB, leaving 24.5KB for BASIC programs. 8BP reserves 8KB for sprites and 1.4KB for music, but your BASIC program can have up to 24.5KB length&lt;br /&gt;
* STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
* commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
* routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
* inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
* complete sprite editor included (SPEDIT).&lt;br /&gt;
* customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
* Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are backward compatible. Current version is V33&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
* mutante montoya (platforms /maze)&lt;br /&gt;
* anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
* nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
* mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
* mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
* fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
* 3D Racing one ( 3D racing game)&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:BASIC]] [[Category:Software]] [[Category:Programming software]]&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101537</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101537"/>
				<updated>2018-04-16T19:26:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 7.5KB, leaving 24.5KB for BASIC programs. 8BP reserves 8KB for sprites and 1.3KB for music, but your BASIC program can have up to 24.5KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
- customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
&lt;br /&gt;
- Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V32&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- 3D Racing one ( 3D racing game)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101536</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=101536"/>
				<updated>2018-04-15T22:29:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
- customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
&lt;br /&gt;
- Pseudo 3D capability for &amp;quot;pole position&amp;quot; style games (racing games, tanks, etc)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V32&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- 3D Racing one ( 3D racing game)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98568</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98568"/>
				<updated>2017-09-01T17:43:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
- customizable mini character set for printing in mode 0 (using command PRINTAT)&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V31&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98534</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98534"/>
				<updated>2017-09-01T10:26:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
- customizable mini character set for printing in mode 0&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V31&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98070</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98070"/>
				<updated>2017-05-02T18:46:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V30&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (platforms with horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98036</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=98036"/>
				<updated>2017-04-23T15:49:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V30&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- fresh fruits &amp;amp; vegetables (under development)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97033</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97033"/>
				<updated>2016-12-31T13:18:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V27b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97032</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97032"/>
				<updated>2016-12-31T13:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V27&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
- mini-invaders (a simple version of classic &amp;quot;space invaders&amp;quot;)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97005</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=97005"/>
				<updated>2016-12-23T11:56:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V27&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;br /&gt;
&lt;br /&gt;
- mini-pong ( a simple version of classic &amp;quot;pong&amp;quot;)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96998</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96998"/>
				<updated>2016-12-20T04:45:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- inks animation command (RINK) for racing cars games, bricks. etc&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V27&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96852</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96852"/>
				<updated>2016-11-05T09:30:36Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
Manual (available at https://github.com/jjaranda13/8BP) 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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96851</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96851"/>
				<updated>2016-11-05T09:29:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
videos at youtube 8BP channel: https://www.youtube.com/channel/UCThvesOT-jLU_s8a5ZOjBFA&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96850</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96850"/>
				<updated>2016-11-05T08:55:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll (based in command MAP2SP)&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool (commands MUSIC and MUSICOFF)&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS command for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time (such as MOVERALL, AUTOALL, ROUTEALL...)&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96849</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96849"/>
				<updated>2016-11-05T08:52:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but your BASIC program can have up to 26KB length&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96848</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96848"/>
				<updated>2016-11-05T01:27:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''forum thread'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
http://www.cpcwiki.eu/forum/programming/8bp/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96846</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96846"/>
				<updated>2016-11-01T23:36:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic. These routes can be loopings, jumps, complex trajectories or whatever&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96845</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96845"/>
				<updated>2016-11-01T23:35:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''Available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96833</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96833"/>
				<updated>2016-10-30T09:23:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26b&lt;br /&gt;
&lt;br /&gt;
'''available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96753</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96753"/>
				<updated>2016-10-09T19:26:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26&lt;br /&gt;
&lt;br /&gt;
'''available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade, vertical scroll)&lt;br /&gt;
&lt;br /&gt;
- nibiru (space ship arcade under development, horizontal scroll)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96752</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96752"/>
				<updated>2016-10-09T17:51:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker 2.0.1.0 tool&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. Current version is V26&lt;br /&gt;
&lt;br /&gt;
'''available Games created using 8BP'''&lt;br /&gt;
--------------------------------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96687</id>
		<title>8BP</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=8BP&amp;diff=96687"/>
				<updated>2016-09-30T06:24:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jjaranda13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;8BP (8 bits of power) is a library composed of several RSX commands for creating games using Amstrad BASIC.&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
------------------&lt;br /&gt;
8BP allows BASIC programmers create platform games, arcade, etc without need of compiling. Games run on top of BASIC interpreter.&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
8BP is free and opensource, available at https://github.com/jjaranda13/8BP, including sources , demos, manual and games&lt;br /&gt;
There is a blog (in spanish) by 8BP author (Jose Javier Garcia Aranda) at http://8bitsdepoder.blogspot.com.es/&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
'''Main features:'''&lt;br /&gt;
-----------------&lt;br /&gt;
- 32 sprites with clipping, overwrite, ordering and colision detection.&lt;br /&gt;
&lt;br /&gt;
- animation sequences, and macrosequences. Any sprite can change automatically its animation sequence depending on its parameters Vy,Vx&lt;br /&gt;
&lt;br /&gt;
- multi-directional scroll&lt;br /&gt;
&lt;br /&gt;
- allows in-game music based on WYZtracker tool.&lt;br /&gt;
&lt;br /&gt;
- layout ( which is a kind of &amp;quot;tile map&amp;quot;), with colision detection.&lt;br /&gt;
&lt;br /&gt;
- only takes 6KB, leaving 26KB for BASIC programs. 8BP reserves 8KB for sprites and 1.5KB for music, but BASIC program have 26KB free.&lt;br /&gt;
&lt;br /&gt;
- STARS for sand effects, rain, snow and stars planes.&lt;br /&gt;
&lt;br /&gt;
- commands for move N sprites at the same time.&lt;br /&gt;
&lt;br /&gt;
- routing sprites through user-defined routes, simplifying game logic&lt;br /&gt;
&lt;br /&gt;
- complete sprite editor included (SPEDIT).&lt;br /&gt;
&lt;br /&gt;
8BP is always under development, but new versions always are retrocompatible. &lt;br /&gt;
&lt;br /&gt;
'''available Games created using 8BP'''&lt;br /&gt;
---------------&lt;br /&gt;
- mutante montoya (platforms /maze)&lt;br /&gt;
&lt;br /&gt;
- anunnaki (space ship arcade)&lt;/div&gt;</summary>
		<author><name>Jjaranda13</name></author>	</entry>

	</feed>