@@ -51,6 +51,14 @@ the years, somewhat an old-fashioned yet still a relevant one.
51
51
52
52
So, in the end, PureBasic is one of the best BASIC dialects.
53
53
54
+ ## Subdirectories
55
+ 1 . [ File Explorer Project] ( https://xdvrx1.github.io/PureBasic-FileExplorer/ )
56
+ 2 . [ Randomizer] ( https://xdvrx1.github.io/PureBasic-Randomizer/ )
57
+ 3 . [ Scrabble Game Project] ( https://xdvrx1.github.io/PureBasic-Scrabble/ )
58
+ 4 . [ Password Generator] ( https://xdvrx1.github.io/PureBasic-Password-Generator/ )
59
+ 5 . [ Password Hunter] ( https://xdvrx1.github.io/PureBasic-Password-Hunter/ )
60
+ 6 . [ 2D Game] ( https://xdvrx1.github.io/PureBasic-2D-Game/ )
61
+
54
62
## PureBasic Highlights
55
63
> - PureBasic is a structured programming language. PureBasic retained
56
64
` Goto ` but as a structured programming language, instead of
@@ -101,54 +109,7 @@ But still, PureBasic is a very good language when you just want to
101
109
create native apps and PureBasic has a very good working environment
102
110
and libraries.
103
111
104
- ## Subdirectories
105
- And if you want to read the details of each subdirectory:
106
-
107
- [ ![ File Explorer Project] ( resources/picture1.png )] ( https://xdvrx1.github.io/PureBasic-FileExplorer/ )
108
-
109
- in GitHub,
110
-
111
- < https://github.com/xdvrx1/PureBasic-FileExplorer/ >
112
-
113
- ***
114
-
115
- [ ![ Randomizer] ( resources/picture2.png )] ( https://xdvrx1.github.io/PureBasic-Randomizer/ )
116
-
117
- in GitHub,
118
-
119
- < https://github.com/xdvrx1/PureBasic-Randomizer/ >
120
-
121
- ***
122
-
123
- [ ![ Scrabble Game Project] ( resources/picture3.png )] ( https://xdvrx1.github.io/PureBasic-Scrabble/ )
124
-
125
- in GitHub,
126
-
127
- < https://github.com/xdvrx1/PureBasic-Scrabble/ >
128
-
129
- ***
130
-
131
- [ ![ Password Generator] ( resources/picture4.png )] ( https://xdvrx1.github.io/PureBasic-Password-Generator/ )
132
-
133
- in GitHub,
134
-
135
- < https://github.com/xdvrx1/PureBasic-Password-Generator/ >
136
-
137
- ***
138
-
139
- [ ![ Password Hunter] ( resources/picture5.png )] ( https://xdvrx1.github.io/PureBasic-Password-Hunter/ )
140
-
141
- in GitHub,
142
-
143
- < https://github.com/xdvrx1/PureBasic-Password-Hunter/ >
144
-
145
- ***
146
-
147
6004
- [ ![ 2D Game] ( resources/picture6.png )] ( https://xdvrx1.github.io/PureBasic-2D-Game/ )
148
-
149
- in GitHub,
150
112
151
- < https://github.com/xdvrx1/PureBasic-2D-Game/ >
152
113
153
114
## Compiling
154
115
Compiling the project is so easy in the PureBasic IDE.
0 commit comments