diff options
| author | Miguel <m.i@gmx.at> | 2019-02-17 13:08:16 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-17 13:08:16 +0100 |
| commit | 00447070772d74c33d099eb3d1097fa9a549cd57 (patch) | |
| tree | 77034c5587a0558945948b57a022247de6d50272 /050_projects/0010_The-Old-Times | |
first draft
Diffstat (limited to '050_projects/0010_The-Old-Times')
| -rw-r--r-- | 050_projects/0010_The-Old-Times/attack.png | bin | 0 -> 25834 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/attack.zip | bin | 0 -> 26160 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/high1.png | bin | 0 -> 169188 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/high2.png | bin | 0 -> 89748 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/highway.zip | bin | 0 -> 2960639 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/index.md | 54 | ||||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/naval.zip | bin | 0 -> 31425 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/naval1.png | bin | 0 -> 24910 bytes | |||
| -rw-r--r-- | 050_projects/0010_The-Old-Times/naval2.png | bin | 0 -> 43527 bytes |
9 files changed, 54 insertions, 0 deletions
diff --git a/050_projects/0010_The-Old-Times/attack.png b/050_projects/0010_The-Old-Times/attack.png Binary files differnew file mode 100644 index 0000000..7c83d63 --- /dev/null +++ b/050_projects/0010_The-Old-Times/attack.png diff --git a/050_projects/0010_The-Old-Times/attack.zip b/050_projects/0010_The-Old-Times/attack.zip Binary files differnew file mode 100644 index 0000000..2d09784 --- /dev/null +++ b/050_projects/0010_The-Old-Times/attack.zip diff --git a/050_projects/0010_The-Old-Times/high1.png b/050_projects/0010_The-Old-Times/high1.png Binary files differnew file mode 100644 index 0000000..93ebf07 --- /dev/null +++ b/050_projects/0010_The-Old-Times/high1.png diff --git a/050_projects/0010_The-Old-Times/high2.png b/050_projects/0010_The-Old-Times/high2.png Binary files differnew file mode 100644 index 0000000..c94a5ef --- /dev/null +++ b/050_projects/0010_The-Old-Times/high2.png diff --git a/050_projects/0010_The-Old-Times/highway.zip b/050_projects/0010_The-Old-Times/highway.zip Binary files differnew file mode 100644 index 0000000..ffc7d7b --- /dev/null +++ b/050_projects/0010_The-Old-Times/highway.zip diff --git a/050_projects/0010_The-Old-Times/index.md b/050_projects/0010_The-Old-Times/index.md new file mode 100644 index 0000000..192a1c7 --- /dev/null +++ b/050_projects/0010_The-Old-Times/index.md @@ -0,0 +1,54 @@ +Games from the past +=================== + + 1990ies + +## About this games + +I recently found this simple and stupid games from times long gone. +I coded them in the 90ies as a teenager. Their source code was fortunatelly lost. + +This DOS MZ exacutables will run fine in a DOSBox. + +## Highway + + Coded: 1999 + Tech: C, DJGPP compiler, Allegro library + +A unique combination of Frogger and the original GTA, which it was probably +inspired by. Control your vehicle with the arrow keys without crashing, +as long as possible. + +Download: [highway.zip](highway.zip) + +{.img-fluid style="width:300px;"} +{.img-fluid style="width:300px;"} + +## Under Attack + + Coded: Early 90ies + Tech: QBasic + +Originally I coded this game for the TI-83 caluclator, later reimplementing +it for my PC **in colors**. As the commander of a the mighty battleship _HMS Miguel_ you need +to use the arrow keys to evade enemy missiles fired from the deepness of the ocean, +by enemy submarines. + +Download: [attack.zip](attack.zip) + +{.img-fluid style="width:300px;"} + +## Operation Naval Storm + + Coded: 1996 + Tech: QBasic + +Another naval warfare classic, based on the well known *Sea Battle* game, played on +paper grids. In this advanced version every player places only one single +ship, measuring 1x1 in size. Try to outperform the brilliant AI. + +{.img-fluid style="width:300px;"} +{.img-fluid style="width:300px;"} + +Download: [naval.zip](naval.zip) + diff --git a/050_projects/0010_The-Old-Times/naval.zip b/050_projects/0010_The-Old-Times/naval.zip Binary files differnew file mode 100644 index 0000000..6155a1e --- /dev/null +++ b/050_projects/0010_The-Old-Times/naval.zip diff --git a/050_projects/0010_The-Old-Times/naval1.png b/050_projects/0010_The-Old-Times/naval1.png Binary files differnew file mode 100644 index 0000000..d351629 --- /dev/null +++ b/050_projects/0010_The-Old-Times/naval1.png diff --git a/050_projects/0010_The-Old-Times/naval2.png b/050_projects/0010_The-Old-Times/naval2.png Binary files differnew file mode 100644 index 0000000..fb45276 --- /dev/null +++ b/050_projects/0010_The-Old-Times/naval2.png |
