Skip to content

Commit 31e6497

Browse files
committed
Adding examples's pages
1 parent 05c8f12 commit 31e6497

File tree

3 files changed

+33
-9
lines changed

3 files changed

+33
-9
lines changed

examples/apple2/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Examples for Applesoft BASIC
2+
3+
There are few examples of programs using Inlier's syntax.
4+
5+
## kaleidoscope.bas
6+
7+
Kaleidoscope program in 280×192 and 8 colors (HGR2).
8+
9+
![](../../images/kaleidoscope_apple2.png)

examples/mc-1000/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Examples for MC-1000
2+
3+
There are few examples of programs using Inlier's syntax.
4+
5+
## kaleidoscope.bas
6+
7+
Kaleidoscope program in 128×96 and 4 colors (GR).
8+
9+
![](../../images/kaleidoscope_mc1000.png)
10+
11+
## triangles.bas
12+
13+
The first sample program on MC-1000's BASIC manual.
14+
15+
![](../../images/triangles.png)

examples/msx/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
# Examples for MSX
22

3-
There are few examples of MSX-BASIC programs I've written using the Inliner's syntax.
3+
There are few examples of programs using Inlier's syntax.
44

55
## brainfuck.bas
66

77
A [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter in a single BASIC line.
88

99
![](../../images/brainfuck.png)
1010

11-
There is a sample 'hello world' :
11+
There is a 'hello world' in Brainfuck as sample code:
1212
```
1313
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>+
1414
+.<<+++++++++++++++.>.+++.------.--------.>+.>.
1515
```
1616

1717
## colored_sprite.bas
1818

19-
Example of MSX2's colored sprites using the "OR method" to obtain a 3rd color.
19+
Example of MSX2's colored sprites using "OR method" to obtain a 3rd color on the intersection of two sprites.
2020

2121
![](../../images/colored_sprite.png)
2222

2323
## hardware_scroll.bas
2424

25-
Simple animation using MSX2+'s hardware scrolling feature.
25+
Simple animation using MSX2+'s hardware scrolling.
2626

2727
![](../../images/hardware_scroll.png)
2828

2929
## kaleidoscope2.bas
3030

31-
Kaleidoscope program for MSX1 in 256×192, 16 colors and color clashing.
31+
Kaleidoscope program for MSX1 in 256×192, 16 colors and color clashing (SCREEN 2).
3232

3333
![](../../images/kaleidoscope2.png)
3434

3535
## kaleidoscope5.bas
3636

37-
Kaleidoscope program for MSX2 in 256×212 and 16 colors.
37+
Kaleidoscope program for MSX2 in 256×212 and 16 colors (SCREEN 5).
3838

3939
![](../../images/kaleidoscope5.png)
4040

4141
## kaleidoscope8.bas
4242

43-
Kaleidoscope program for MSX2 in 256×212 and 256 colors.
43+
Kaleidoscope program for MSX2 in 256×212 and 256 colors (SCREEN 8).
4444

4545
![](../../images/kaleidoscope8.png)
4646

4747
## spiral.bas
4848

49-
Simple animation on the 32×24 text mode.
49+
Simple animation on the 32×24 text mode (SCREEN 1).
5050

5151
![](../../images/spiral.png)
5252

5353
## sunset.bas
5454

55-
A sunset pattern.
55+
A pretty sunset pattern.
5656

5757
![](../../images/sunset.png)

0 commit comments

Comments
 (0)