https://github.com/jdgregson/atc-game
https://github.com/jdgregson/atc-game
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdgregson/atc-game
- Owner: jdgregson
- Created: 2018-02-04T20:54:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T02:44:48.000Z (over 8 years ago)
- Last Synced: 2025-02-12T12:19:02.345Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATC Game
An Air Traffic Control simulation/game. It can be played [here](http://jdgregson.com/atc-game/) or on any other website or computer it is downloaded to. It is written in JavaScript, HTML, and CSS.
## Browser Support
ATC Game is written using many ES6+ features, meaning it will never support Inernet Explorer directly. Any full releases will be compiled in Babel to provide support for all browsers.
## Contributing
Contributions are always welcome. All contributions must comply with the [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html).