Skip to content

Commit 330a939

Browse files
authored
Merge pull request #335 from boriel/chore/docs
Add Cuadragon entry
2 parents ef35635 + 9dd6f4a commit 330a939

3 files changed

Lines changed: 30 additions & 15 deletions

File tree

docs/img/games/cuadragon.png

4.73 KB
Loading

docs/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,27 @@
1414
* [Command line options](zxb.md#Command_Line_Options)
1515
<br />Command line options table for the compiler (zxb)
1616

17-
# Products
17+
# Download
18+
19+
Get the latest version of ZX BASIC from the [archive](archive.md).
20+
21+
# Released prorams
1822

1923
* [Released programs](released_programs.md)
2024
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with ZX BASIC.
2125

22-
# Download
26+
# Learning ZX BASIC
27+
## Language Reference
28+
* [Language syntax](syntax.md)
29+
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
2330

24-
Get the latest version of ZX BASIC from the [archive](archive.md).
31+
* [Data types](types.md)
32+
<br />Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
2533

26-
# Tutorials
34+
* [Reserved words](identifier.md)
35+
<br />Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
2736

37+
## Tutorials
2838
* [Programming tutorials](tutorials.md)
2939
<br />A collection of third-party tutorials about development with ZX BASIC.
3040

@@ -39,20 +49,10 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
3949
* [Community Forum](http://www.boriel.com/forum)
4050
<br />Have a question? Need help or comment a report a bug? Go to the [ZX BASIC forum](http://www.boriel.com/forum)
4151

42-
#External resources
52+
# External resources
4353

4454
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to ZX BASIC. Have a look!
4555

46-
#Language Reference
47-
* [Language syntax](syntax.md)
48-
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
49-
50-
* [Data types](types.md)
51-
<br />Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
52-
53-
* [Reserved words](identifier.md)
54-
<br />Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
55-
5656
# External libraries
5757

5858
* [Library](library.md)

docs/released_programs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ This is a list of third-party ZX-Spectrum programs (mostly games) developed with
55

66
##PLAYABLE GAMES
77

8+
### Cuadragon
9+
10+
Author: [Duefectu](http://duefectucorp.com/)
11+
12+
Type: Adventure Game
13+
14+
Year: 2020
15+
16+
Source: No
17+
18+
Link: [http://duefectucorp.com/Productos/Cuadragon](http://duefectucorp.com/Productos/Cuadragon)
19+
20+
![cuadragon.png](./img/games/cuadragon.png)
21+
22+
---
823
### AD LUNAM
924

1025
Author: [Alessandro Grussu](https://www.alessandrogrussu.it/profilo.html)

0 commit comments

Comments
 (0)