Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesniew committed Aug 11, 2021
1 parent 5ac6942 commit 2949724
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Kosmici
A simple shoot 'em up DOS game that I wrote in high school

`Kosmici` is a simple shoot 'em up DOS game that I wrote in high school.

![gameplay](gameplay.gif)

[DOS binary download](https://github.com/mlesniew/kosmici/releases/download/1.0/kosmita.tgz)


## Running

The game can be run on modern systems only with [DOSBox](https://www.dosbox.com/).

To run on Linux with DOSBox installed use:
```
mkdir kosmita
cd kosmita
curl -L https://github.com/mlesniew/kosmici/releases/download/1.0/kosmita.tgz | zcat | tar -x
dosbox kosmita.exe
```

## How to play

* Use the mouse to move your space ship
* Use the left mouse button to fire
* Use the right mouse button to toggle between weapons
* Shoot down rocks and aliens before they hit you
* Firing increases ship temperature
* When ship temperature gets too high, the ship looses energy/HP
* When ship temperature drops enough, the ship repairs itself
Binary file added gameplay.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2949724

Please sign in to comment.