initial cammit
[qbasicapps.git] / doc / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta
5     http-equiv="Content-Type"
6     content="text/html; charset=UTF-8">
7 <title>QBasicApps</title>
8 </head>
9 <body>
10     <h1>QBasicApps - collection of applications mostly written in MS QBasic for DOS environment</h1>
11     <a href="http://php.svjatoslav.eu/gitweb/?p=QBasicApps.git;a=snapshot;h=HEAD;sf=tgz">Download</a>
12     &nbsp;&nbsp;
13     <a href="http://svjatoslav.eu/static/gitbrowse/QBasicApps/doc/index.html">Online homepage</a>
14     &nbsp;&nbsp;
15     <a href="http://svjatoslav.eu/programs.jsp">Other applications hosted on svjatoslav.eu</a>
16     <pre>
17 <b>Programs author:</b>
18     Svjatoslav Agejenko
19     Homepage: <a href="http://svjatoslav.eu">http://svjatoslav.eu</a>
20     Email: <a href="mailto:svjatoslav@svjatoslav.eu">svjatoslav@svjatoslav.eu</a>
21
22 This software is distributed under <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU GENERAL PUBLIC LICENSE Version 2</a>.
23
24
25 This collection contains lots of applications (games, graphics tests (2D/3D/4D)
26 algorithms tests, utilities) I wrote long time ago.
27 Mostly in QBasic, some in x86 assembly for use under DOS environment.
28
29
30 Few sample applications from the package:
31     <a href="../games/checkers/index.html">Checkers game</a>
32     <a href="../games/mario/index.html">Super Mario clone</a>
33     <a href="../graphics/3D/3dSynthezier/doc/index.html">3D synthezer</a>
34     <a href="../graphics/3D/ray casting engine/index.html">Ray casting 3D engine</a>
35     <a href="../graphics/4D engine/index.html">4D engine</a>
36     <a href="../math/3D graph/index.html">Interactive 3D graph for visualizing formulas</a>
37     <a href="../math/biorythm/index.html">Biorythm calculator</a>
38     <a href="../networking/digital data over analog audio channel/index.html">Digital data over analog audio channel</a>
39     <a href="../simulation/explosion/index.html">Explosion simulation</a>
40     <a href="../simulation/life/index.html">Game of life</a>
41
42
43 </pre>
44 </body>
45 </html>