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