0BmEn(16):IkWht:ClBl:PstC#t=(ScHg-((16*3))-20)/2:PstC#l=(ScWd-((16*3)))/2:b:=NwIm(16,16):c:=NwIm(16,16):r:=NwIm(16,16) 1Dr4,4To12,12:Dr12,4To4,12:IkRe:Ci24,8,4:GeBmb Fm32,32:GeBmc Fm0,0:GeBmr Fm16,0:Do:ClBl:Gs8:Hm:IkRe:Ce"10 LINER": 2Ce"TIC-TAC-TOE!":?:IkWht:Ce"1...9 To PLAY":p=(Wo)0:p1=(Wo)0:p2=(Wo)0:w1=0:w2=0:Bxl-5,t-5Tol+(16*3)+5,t+(16*3)+5:Do 3k=Va(Iky):Ifk>0Th:Dck:If(p An(2^k))=0Th:p=(p OR(2^k)):Ifq=1Th:p1=(p1 OR(2^k)):El:p2=(p2 OR(2^k)):Ei:Adq,1,1To2:Gs8:Ei 4Ei:Foy=0To2:Fox=0To2:k=y*3+x:If(p1 An(2^k))>0Th:PuBmc Atl+x*16,t+y*16:Eif(p2 An(2^k))>0Th:PuBmr Atl+x*16,t+y*16:El 5PuBmb Atl+x*16,t+y*16:Ei:Nx:Nx:w1=(p1=7)+(p1=56)+(p1=448)+(p1=292)+(p1=146)+(p1=73)+(p1=273)+(p1=84):w2=(p2=7)+(p2=56) 6w2=w2+(p2=448)+(p2=292)+(p2=146)+(p2=73)+(p2=273)+(p2=84):net=(p=511):ExIf(w1<>0)OR(w2<>0)OR(net<>0):Lp:ClBl:Ifw1 Th: 7Cl:Lc0,2:Ce"PLAYER 1 WINS!":Ei:Ifw2 Th:Cl:Lc0,2:Ce"PLAYER 2 WINS!":Ei:Ifnet Th:Cl:Lc0,2:Ce"NO ONE WINS!":Ei:Wt2000MS:Lp 8Ifq=1 Th:PuBmb AtScWd-16,t:PuBmc At0,t:El:PuBmb At0,t:PuBmr AtScWd-16,t:Ei:Rt
The instructions here refer to compiling the example from the command line. For Microsoft Windows users we suggest using UGBASIC-IDE, which allows you to compile the example with just one click.
In order to compile and run the example, you need to have the Altirra emulator, and in particular that the altirra
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.atari tictactoe-10liner.bas -o example.xex altirra example.xex # Windows ugbc.atari.exe tictactoe-10liner.bas -o example.xex altirra example.xex
In order to compile and run the example, you need to have the Altirra emulator, and in particular that the altirra
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.atarixl tictactoe-10liner.bas -o example.xex altirra example.xex # Windows ugbc.atarixl.exe tictactoe-10liner.bas -o example.xex altirra example.xex
In order to compile and run the example, you need to have the VICE emulator, and in particular that the x64sc
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.c64 tictactoe-10liner.bas -o example.prg x64sc example.prg # Windows ugbc.c64.exe tictactoe-10liner.bas -o example.prg x64sc example.prg
In order to run the example, you need to have the YAPE emulator. In particular that the yape
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.plus4 tictactoe-10liner.bas -o example.prg yape example.prg # Windows ugbc.plus4.exe tictactoe-10liner.bas -o example.prg yape example.prg
In order to run the example, you need to have the VICE emulator. In particular that the xplus4
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.plus4 tictactoe-10liner.bas -o example.prg xplus4 example.prg # Windows ugbc.plus4.exe tictactoe-10liner.bas -o example.prg xplus4 example.prg
In order to compile and run the example, you need to have the XROAR emulator, and in particular that the xroar
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.d32 tictactoe-10liner.bas -o example.bin xroar -rompath (your rom path) example.bin # Windows ugbc.d32.exe tictactoe-10liner.bas -o example.bin xroar.exe -rompath (your rom path) example.bin
In order to compile and run the example, you need to have the XROAR emulator, and in particular that the xroar
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.d64 tictactoe-10liner.bas -o example.bin xroar -rompath (your rom path) example.bin # Windows ugbc.d64.exe tictactoe-10liner.bas -o example.bin xroar.exe -rompath (your rom path) example.bin
In order to compile and run the example, you need to have the DCMOTO emulator, and in particular that the dcmoto
executable is accessible.
Then, type this command on the command line and on the emulator:
# Linux ugbc.pc128op tictactoe-10liner.bas -o example.k7 dcmoto (choose BASIC 128) CLEAR,&H2FFF: LOADM"CASS:",R: EXEC # Windows ugbc.pc128op.exe tictactoe-10liner.bas -o example.k7 dcmoto (choose example.k7) (choose BASIC 128) CLEAR,&H2FFF: LOADM"CASS:",R: EXEC
In order to compile and run the example, you need to have the DCMOTO emulator, and in particular that the dcmoto
executable is accessible.
Then, type this command on the command line and on the emulator:
# Linux ugbc.pc128op tictactoe-10liner.bas -o example.k7 dcmoto (choose BASIC 128) CLEAR,&H2FFF: LOADM"CASS:",R: EXEC # Windows ugbc.pc128op.exe tictactoe-10liner.bas -o example.k7 dcmoto (choose example.k7) (choose BASIC 128) CLEAR,&H2FFF: LOADM"CASS:",R: EXEC
In order to compile and run the example, you need to have the VICE emulator, and in particular that the xvic
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.vic20 tictactoe-10liner.bas -o example.prg xvic --memory 24k example.prg # Windows ugbc.vic20.exe tictactoe-10liner.bas -o example.prg xvic --memory 24k example.prg
In order to compile and run the example, you need to have the Speccy emulator, and in particular that the speccy
executable is accessible.
Then, type this command on the command line:
# Linux ugbc.zx tictactoe-10liner.bas -o example.tap Speccy example.tap # Windows ugbc.zx.exe tictactoe-10liner.bas -o example.tap Speccy example.tap
In order to compile and run the example, you need to have the openMsx or the BlueMSX emulator, and in particular that its executable is accessible.
Then, type this command on the command line:
# Linux ugbc.msx1 tictactoe-10liner.bas -o example.rom openmsx -cart example.rom # Windows ugbc.msx1.exe tictactoe-10liner.bas -o example.rom openmsx -cart example.rom
# Linux ugbc.msx1 tictactoe-10liner.bas -o example.rom bluemsx example.rom # Windows ugbc.msx1.exe tictactoe-10liner.bas -o example.rom bluemsx example.rom
In order to compile and run the example, you need to have the openMsx or the BlueMSX emulator, and in particular that its executable is accessible.
Then, type this command on the command line:
# Linux ugbc.coleco tictactoe-10liner.bas -o example.rom openmsx -machine \"COL - ColecoVision\" -cart example.rom # Windows ugbc.coleco.exe tictactoe-10liner.bas -o example.rom bluemsx -machine \"COL - ColecoVision\" example.rom
# Linux ugbc.coleco tictactoe-10liner.bas -o example.rom bluemsx /machine \"COL - ColecoVision\" /rom1 example.rom # Windows ugbc.coleco.exe tictactoe-10liner.bas -o example.rom bluemsx /machine \"COL - ColecoVision\" /rom1 example.rom
In order to compile and run the example, you need to have the BlueMSX emulator, and in particular that its executable is accessible.
Then, type this command on the command line:
# Linux ugbc.sc3000 tictactoe-10liner.bas -o example.rom bluemsx /machine \"SEGA - SC-3000\" /rom1 example.rom # Windows ugbc.sc3000.exe tictactoe-10liner.bas -o example.rom bluemsx /machine \"SEGA - SC-3000\" /rom1 example.rom
In order to compile and run the example, you need to have the BlueMSX emulator, and in particular that its executable is accessible.
Then, type this command on the command line:
# Linux ugbc.sg1000 tictactoe-10liner.bas -o example.rom bluemsx /machine \"SEGA - SG-1000\" /rom1 example.rom # Windows ugbc.sg1000.exe tictactoe-10liner.bas -o example.rom bluemsx /machine \"SEGA - SG-1000\" /rom1 example.rom
If you have found a problem trying to run this example, if you think there is a bug or, more simply, you would like it to be improved, open an issue for this example on GitHub. Thank you!