Fixed HTML style.
[qbasicapps.git] / doc / index.org
1 #+TITLE:  QBasicApps - collection of applications mostly written in MS QBasic for DOS environment
2
3 -----
4 - [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][download latest snapshot]]
5
6 - These programs are free software; you can redistribute them and/or
7   modify them under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General
8   Public License]] or later as published by the Free Software
9   Foundation.
10
11 - Programs author:
12   - Svjatoslav Agejenko
13   - Homepage: http://svjatoslav.eu
14   - Email: mailto://svjatoslav@svjatoslav.eu
15
16 - [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]]
17
18
19 This collection contains lots of applications:
20 + games
21 + graphics tests (2D/3D/4D)
22 + algorithms tests
23 + utilities
24 I wrote them long time ago mostly in QBasic, some in x86 assembly for
25 use under DOS environment.
26
27
28 Few sample applications from the package:
29 + [[file:../games/checkers/index.html][Checkers game]]
30 + [[file:../games/mario/index.html][Super Mario clone]]
31 + [[file:../graphics/3D/3dSynthezier/doc/index.html][3D synthezer]]
32 + [[file:../graphics/3D/ray casting engine/index.html][Ray casting 3D engine]]
33 + [[file:../graphics/4D engine/index.html][4D engine]]
34 + [[file:../math/3D graph/index.html][Interactive 3D graph for visualizing formulas]]
35 + [[file:../math/biorythm/index.html][Biorythm calculator]]
36 + [[file:../networking/digital data over analog audio channel/index.html][Digital data over analog audio channel]]
37 + [[file:../simulation/explosion/index.html][Explosion simulation]]
38 + [[file:../simulation/life/index.html][Game of life]]
39
40 * (document settings) :noexport:
41 ** use dark style for TWBS-HTML exporter
42 #+HTML_HEAD: <link href="https://bootswatch.com/4/darkly/bootstrap.min.css" rel="stylesheet">
43 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
44 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>"
45 #+HTML_HEAD: <style type="text/css">
46 #+HTML_HEAD:   footer {background-color: #111 !important;}
47 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
48 #+HTML_HEAD: </style>