An open API service indexing awesome lists of open source software.

https://github.com/approxit/amiga-invaders

Yet another clone of Space Ivaders game
https://github.com/approxit/amiga-invaders

amiga c game

Last synced: 11 months ago
JSON representation

Yet another clone of Space Ivaders game

Awesome Lists containing this project

README

          

# amiga-invaders

Yet another clone of Space Ivaders game

![screenshot 1](res/screenshots/1.jpg)
![screenshot 2](res/screenshots/2.jpg)

## Getting Started

In near future, thrilling discovery was made.

The inevitable invasion comes to the cradle of humanity.

Researches shows that it can be stopped only by the specially crafted technology.
There is not much time to contact.

Only ten effective fighters will be constructed in time.
Humanity need to send only the best pilots.

Jump behind the simulator rudders.
Be in the elite ten and save humanity from invasion.

### Pre-requirements

This game is made for specific hardware. To properly run this game you will need:

* Literally any Amiga (but tested with Amiga 500 and Kickstart 1.3)

or compatible Amiga emulator like [WinUAE](http://www.winuae.net/).

### Installing

Copy the [latest game release](https://github.com/approxit/amiga-invaders/releases) archive and extract to directory that Amiga can load. The `bin` and `data` directories must coexist as given.

### Running the game

Game must be stared from main executable file located in `bin/amiga-invaders`.
In AmigaDOS CLI you can use following commands:

```
1> cd amiga-invaders/bin
1> amiga-invaders
```

## Controls

### Intro

* **space / return** - speeds up text

* **escape** - quits game

### Map

* **a / left** - turns ship left
* **d / right** - turns ship right
* **space / return** - fires ship projectile

* **escape** - quits game

## Built With

* [Amiga C Engine](https://github.com/approxit/ACE) - game engine
* [amiga-dev](https://github.com/kusma/amiga-dev) - VBCC+VASM+VLINK development environment
* [Photoshop](http://www.adobe.com/products/photoshop.html) - graphics editor

## Versioning

This project use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/approxit/amiga-invaders/tags).

## Authors

* **Koyot1222** - graphics
* **[approxit](https://github.com/approxit)** - initial code

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.