You can support the development on the Github Sponsors page.


Games > MYSTERY HOUSE J (LINEDRAW VERSION)


Classic adventure game
made by Kikeroga
uploaded by kikeroga
added:
download cartridge
- CLICK TO PLAY -

1


Classic adventure game
- Line draw version -

Game operation:
[Up / Down] Command selection
[Z] Command decision
[A] Clear save data (Start from first scene when game restart)
[S] Save (Start from save point when game restart)

This is the novel game template of the line art style.

If you're going to make one:
Describe a scenario in variable "scn".
If the text is written in uppercase alphabet, it will be displayed in English.
If the text is written in the lowercase letters combination (romaji), it will be displayed in Japanese Hiragana.
You can also enclose them in '{' and '}' to display Katakana.

There is a tool to convert text written in Hiragana and Katakana to romaji:
http://tryit.kenkenpa.net/temp/kana2roma.zip

There are only 8 commands:
@GRP [Grp no.]
@BGM [Track no.|OFF]
@SEL [Label] [String]
@INP
@JMP [Label]
@FLG [Flag no.] [Val.]
@IF [Flag no.] [Val.] [Label]
*[Label]

You can specify the line color and background color with the variables "fg" and "bg" on the 7th row of the program.
Ex.)
fg=9;bg=0

Graphic tool for line art:
https://tic80.com/play?cart=1062

Supports 8 banks of map area as a graphic data read destination (Pro version only)


Post comment