Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glynnbird/dogfight
- Owner: glynnbird
- License: apache-2.0
- Created: 2017-02-02T16:33:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:35:28.000Z (13 days ago)
- Last Synced: 2024-11-07T12:30:07.920Z (13 days ago)
- Topics: game, nodejs, real-time, rethinkdb
- Language: HCL
- Size: 421 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.