summaryrefslogtreecommitdiff
path: root/050_projects/0010_The-Old-Times/index.md
blob: 192a1c7e5464952d4a7386613eab0b131b616b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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)

![](high1.png){.img-fluid style="width:300px;"}
![](high2.png){.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)

![](attack.png){.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.

![](naval1.png){.img-fluid style="width:300px;"}
![](naval2.png){.img-fluid style="width:300px;"}

Download: [naval.zip](naval.zip)