2013 or 2014?
Japan released Petit Computer 3D in 2014 and Norh America in 2015.
Notohoho Kobayashi the boss of Smileboom tweeted "We will release in Europe" in 2016/3/10.
From next Version.3.3.0,Petitcom 3D can use some sprites,BGs and sounds from old namco games.
But first release does not have "Galaga" and this collaboration is in Japanese only!
Another information.In old Petitcom has "Damaxian" this is clone game likes Galaxian and Galaga.
What is "BGMPLAY BGM$"? BGMPLAY command uses number or numeric variable between 0 and 42.Character type variable makes error.This is the basic of the BASIC.
I decided to makee Pac-man like game,but troublesome bug stop.Please wait many days until I make completly!
And another information.Since version 3.3,Petitcom 3D will have the collaboration from Namco.Some user can use characters and sounds of old Namco games.But this collaboration is "In Japanese Only"!
Not only X and Y,Petitcom 3D has position "Z" between 1024 and -256.
*Text - [LOCATE X,Y] or [LOCATE X,Y,Z].
*Graphic - [GPRIO Z] togather.
*Sprite - After [SPOFS S,] or [SPANIM S,"XY",],same to LOCATE.
*BG - After [BGOFS L,] or [BGANIM L,"XY",],same to LOCATE.
I made in Old Petitcom.
ACLS
? "Language? A=Japanese B=English
WAIT 30:L=-1
REPEAT
B=BUTTON()
IF B==#A THEN L=0
IF B==#B THEN L=1
UNTIL L!=-1
IF L==0 THEN ? "Nihongo Mihon 1
IF L==1 THEN ? "English Sample 1
A$="Nihongo Mihon 2":IF L THEN A$="English Sample 2
? A$