Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glynnbird/dogfight

Recreation of old BBC Micro Dogfight game
https://github.com/glynnbird/dogfight

game nodejs real-time rethinkdb

Last synced: 5 days ago
JSON representation

Recreation of old BBC Micro Dogfight game

Awesome Lists containing this project

README

        

# Dogfight

In 1983 I had a BBC Micro computer. One of my favourite games was [Dogfight](https://bbcmicro.co.uk/game.php?id=26).

I decided to recreate it in JavaScript.

Try it [here](https://dogfight.glynnbird.com).

## Screenshots

Original:

![BBC version](https://raw.githubusercontent.com/glynnbird/dogfight/master/dist/img/original.gif)

This version:

![This version](https://raw.githubusercontent.com/glynnbird/dogfight/master/dist/img/screenshot.png)

Homepage:

![Homepage](https://raw.githubusercontent.com/glynnbird/dogfight/master/dist/img/homepage.png)

## Controls

### White plane

- left cursor - nose down
- right cursor - nose up
- space - fire

### Red plane

- Q - nose down
- W - nose up
- A - fire

## License

This is an open-source project published under the Apache-2.0 license. Feel free to build upon, reference or contribute to this project.