Page 1 of 1

8 New games from a Japanese developer Inufuto

Posted: Tue Nov 30, 2021 12:13 pm
by Rich
Just found these 8 games from a Japanese developer Inufuto who must have used a cross compiler, perhaps CROSS-LIB or something similar?

Aerial: A scramble clone VIC20(+24K) Use LOAD "",1,1 Then SYS 7168 to start game, made in 2021/11/18 PAL model compatible



http://inufuto.web.fc2.com/8bit/vic/aer ... B1B2B3.tap

Battlot: Destroying enemy strongholds completes them.if your ally stronghold is destroyed 3 times, the game will be over. VIC20(+24K) Load then Run made in 2021/3/13



http://inufuto.web.fc2.com/8bit/vic/bat ... B1B2B3.tap

Bootskell: Press a block to hit a monster to defeat it. monsters also hit blocks, so be careful.VIC20(+24K) LOAD "",1,1 then SYS 4096 made in 2021/8/29



http://inufuto.web.fc2.com/8bit/vic/boo ... B1B2B3.tap

Cavit: If you take all the treasure chests, it will be clear.you can drop rocks and defeat monsters.VIC20 (+24K) Load the Run made in 2021/5/13



http://inufuto.web.fc2.com/8bit/vic/cav ... B1B2B3.tap

Impetus: Shooter game VIC20 (24k) LOAD "",1,1 then SYS 7168 made in 2021/7/24



http://inufuto.web.fc2.com/8bit/vic/imp ... B1B2B3.tap

Mazy: head for the exit in the maze.there are monsters that get in the way, so pick up the knife, throw it and defeat it. VIC20(16k) Load then Run made in 2021/1/7



http://inufuto.web.fc2.com/8bit/vic/MAZY_MVNSB1B2B3.tap

Neuras: Pick up and throw cards and arrange cards with the same number and they disappear.clear when you erase all cards.VIC20(16k) Load the Run made in 2020/11/07



http://inufuto.web.fc2.com/8bit/vic/Neuras.tap

Ruptus: Destroy all enemy strongholds to clear them. the disturbing barrier disappears when you destroy either end.VIC20(24k) Load the Run made in 2020/12/31



http://inufuto.web.fc2.com/8bit/vic/Ruptus.tap

Re: 8 New games from a Japanese developer Inufuto

Posted: Wed Dec 01, 2021 6:32 pm
by Mayhem
Wow some impressive stuff there for sure :)

Re: 8 New games from a Japanese developer Inufuto

Posted: Thu Dec 02, 2021 12:01 am
by orion70
Not the best scrolling, color and sprite cell clash, but nice gameplay and colors, and effective music/sound fx. How could we miss these? Maybe our Japanese friends aren't lurking this forum.

The Japanese are coming, so we will become the Japanese (cit.) :mrgreen:

Re: 8 New games from a Japanese developer Inufuto

Posted: Thu Dec 02, 2021 7:25 am
by beamrider
As mentioned these look like early Vic tape releases and lack many of the things we have come to expect for modern machine-code releases - smooth scrolling and soft sprites.

Nice sound and tunes though.

Re: 8 New games from a Japanese developer Inufuto

Posted: Thu Dec 02, 2021 11:38 am
by Rich
Here are the direct links for each game I used google translate, each game has around 25 8 bit versions thats why i think he used a cross compiler, perhaps CROSS-LIB or something similar? well worth a look


Aerial: http://inufuto.web.fc2.com/8bit/aerial/

Battlot: http://inufuto.web.fc2.com/8bit/battlot/

Bootskell: http://inufuto.web.fc2.com/8bit/bootskell/

Cavit: http://inufuto.web.fc2.com/8bit/cavit/

Impetus: http://inufuto.web.fc2.com/8bit/impetus/

Mazy: http://inufuto.web.fc2.com/8bit/mazy/

Neuras: http://inufuto.web.fc2.com/8bit/neuras/

Ruptus: http://inufuto.web.fc2.com/8bit/ruptus/

Re: 8 New games from a Japanese developer Inufuto

Posted: Thu Dec 02, 2021 4:04 pm
by javierglez
I googled Inufuto, he's the author on github of some assembler tools for 8-bit CPUs.

https://github.com/inufuto/asm8

Re: 8 New games from a Japanese developer Inufuto

Posted: Fri Dec 03, 2021 3:27 am
by MysticSword
Awesome! From what I've seen (watching the vids), they look quite good and fun. Kudos to the programmer(s).
It's wonderful see more new home-brew games still being made for the good 'ol Vic-20.

Re: 8 New games from a Japanese developer Inufuto

Posted: Sat Dec 11, 2021 5:27 pm
by Miklós
Hi all.

DEC 13.
ALL GAME:
-LOAD AND RUN
-PAL CENTER

Re: 8 New games from a Japanese developer Inufuto

Posted: Mon Dec 13, 2021 4:01 am
by Miklós
Hi all
games hack
-lives,time hack

Re: 8 New games from a Japanese developer Inufuto

Posted: Tue Dec 14, 2021 3:49 am
by Miklós
Hi all
aerial + + 24k

Re: 8 New games from a Japanese developer Inufuto

Posted: Wed Dec 28, 2022 3:38 pm
by Spectrum
Miklós wrote: Sat Dec 11, 2021 5:27 pm Hi all.

DEC 13.
ALL GAME:
-LOAD AND RUN
-PAL CENTER
Hi! Great work, I was looking for Inufuto's games in .prg or in any other format I can use on my real Vic20+SD interface or other stuff like this.
Inufutu made other games for the Vic20: Lift, Ascend, Cacorm and Guntus (you can find them here: http://inufuto.web.fc2.com/8bit/ )
The problem is that these new games are in .wav format, .tap and cart, so it is impossible to get them in .d64 or .prg.
Do you know if they are available in such format somewhere on the internet? Or if you already did it? <3

Re: 8 New games from a Japanese developer Inufuto

Posted: Wed Dec 28, 2022 4:28 pm
by javierglez
If you have a 32k memory expansion you can load the cartridge images into RAM. For example
load"cacorm-2000.prg",8,1
new
load"cacorm-a000.prg",8,1
sys64802
And after the reset the cartridge image boots.
I have tested it on emulator but on a real VIC+32k it should work too, like most cartridge images not requiring cold start (there's a post in this forum explaining it).
Some people add bank switches to their 16k memory expansions and then just selecting banks 1 and 5 it's enough.

Re: 8 New games from a Japanese developer Inufuto

Posted: Thu Dec 29, 2022 4:54 am
by beamrider
Miklós wrote: Sat Dec 11, 2021 5:27 pm Hi all.

DEC 13.
ALL GAME:
-LOAD AND RUN
-PAL CENTER
Many thanks for this bootloader menu.

Re: 8 New games from a Japanese developer Inufuto

Posted: Sun Jun 11, 2023 7:58 am
by Miklós
Hi all

ASCEND+2 16k
GUNTUS+ 16k