https://github.com/erbridge/fatal-attraction
A game about a close encounter with gravity
https://github.com/erbridge/fatal-attraction
Last synced: 4 months ago
JSON representation
A game about a close encounter with gravity
- Host: GitHub
- URL: https://github.com/erbridge/fatal-attraction
- Owner: erbridge
- License: mit
- Created: 2015-04-18T09:35:47.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T02:34:29.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T10:59:42.134Z (over 1 year ago)
- Language: HTML
- Homepage: https://erbridge.co.uk/fatal-attraction
- Size: 37.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fatal Attraction
> A game about a close encounter with gravity

This is a game originally made for Ludum Dare 32. The theme was **An Unconventional Weapon**.
## Install
Either play [online](http://erbridge.co.uk/fatal-attraction/) or download the appropriate [distribution for your system](https://github.com/erbridge/fatal-attraction/releases).
## Develop
This game can be run directly in the browser, or run as a standalone executable using [Electron](http://electron.atom.io).
### Web
Since the site is hosted on GitHub Pages (hence `gh-pages` being the main branch), I use Jekyll when developing it. Any webserver would do, however.
#### Install
```
$ bundle install --path="./bundle"
```
#### Run
```
$ bundle exec jekyll serve --watch
```
### Electron
#### Install
```
$ npm install
```
#### Run
```
$ npm start
```
#### Build
```
$ npm run build
```
#### Distribute
```
$ npm run dist
```
### Assets
The raw audio assets can be found in `raw-assets/`, and are editable in:
- `.cpt` - [Chiptone](http://sfbgames.com/chiptone/)
- `.sunvox` - [SunVox](http://www.warmplace.ru/soft/sunvox/)