https://github.com/kenamick/spaceghost-cga
:space_invader: Asteroids, Pacman, Bomberman: all in one game
https://github.com/kenamick/spaceghost-cga
asteroids game-off gameoff-2018 html-game pacman phaser3 phaserjs webpack4
Last synced: about 1 month ago
JSON representation
:space_invader: Asteroids, Pacman, Bomberman: all in one game
- Host: GitHub
- URL: https://github.com/kenamick/spaceghost-cga
- Owner: kenamick
- License: mit
- Created: 2018-11-30T22:29:20.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-01T20:06:18.000Z (over 6 years ago)
- Last Synced: 2025-04-12T17:14:18.330Z (about 1 month ago)
- Topics: asteroids, game-off, gameoff-2018, html-game, pacman, phaser3, phaserjs, webpack4
- Language: JavaScript
- Homepage: https://kenamick.itch.io/spaceghost-cga
- Size: 1.48 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space Ghost CGA
:video_game: [game-off-2018](https://itch.io/jam/game-off-2018) challenge entry.
[**Play now**](https://kenamick.itch.io/game-off-2018)
Space Ghost CGA is a crazy mix of *Pacman*, *Asteroids* and *Bomberman* in space.
Are you tough enough to handle this? We think you're not. :smiling_imp:## Supported Browsers
* Google Chrome - 70+ (:star: **highly recommended**)
* Firefox - 63+## Controls
* :see_no_evil: `Arrow Keys` or `WAsD` keys to move.
* :hear_no_evil: Press `X`, `O` or `SPACE` to detonate Pacman. (That's right. Pacman explodes in this game.)## Development
### Installation
```sh
npm i
```### Running
```sh
npm start
```Default address is
### Get a production build
```sh
npm run build
```## Open Source Tools
* [Phaser](https://phaser.io/)
* [Visual Studio Code](https://code.visualstudio.com/)
* [TexturePacker](https://www.codeandweb.com/texturepacker)
* [GIMP](https://www.gimp.org/downloads/)
* [Audacity](https://www.audacityteam.org/)## Assets Credits
### Graphics
* [Kenney Game Assets #1](https://kenney.itch.io/kenney-game-assets-1)
### Sfx & Music
CC0 license sound effects by:
* [CocoaBeachProductions](https://freesound.org/people/CocoaBeachProductions/sounds/258357/)
* [RutgerMuller](https://freesound.org/people/RutgerMuller/sounds/190501/)
* [plasterbrain](https://freesound.org/people/plasterbrain/sounds/266163/)
* [Soundscapes55](https://freesound.org/people/Soundscapes55/sounds/435998/)
* [newagesoup](https://freesound.org/people/newagesoup/sounds/427993/)
* [waveplay_old](https://freesound.org/people/waveplay_old/sounds/218043/)
* [CadereSounds](https://freesound.org/people/CadereSounds/sounds/221594/)
* [bruce965](https://freesound.org/people/bruce965/sounds/425050/)
* [tjcason](https://freesound.org/people/tjcason/sounds/390475/)
* [Klerrp](https://freesound.org/people/Klerrp/sounds/121941/)## License
[MIT](./LICENSE)
---
This game is a GitHub [Game Off 2018](https://itch.io/jam/game-off-2018) entry.