Adventure game template.
Describe a scenario in variable "scn".
There are only 8 commands:
@GRP [Grp no.] [Person no.] ...
@BGM [Track no.|OFF]
@SEL [Label] [String]
@INP
@JMP [Label]
@FLG [Flag no.] [Val.]
@IF [Flag no.] [Val.] [Label]
*[Label]
Scene size 128 x 72 pixel
Graphic tool for line art
https://tic80.com/play?cart=1609
You can resize the person graphic with the values of the variables xs and ys on the 7-line of the program.
ex.)
xs=2;ys=4
- 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)
Update 13-Feb '21:
- Supports 8 banks of map area and sprite area (Pro version only)