https://github.com/a7ul/izbomber
https://github.com/a7ul/izbomber
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a7ul/izbomber
- Owner: a7ul
- Created: 2019-02-05T08:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T08:16:33.000Z (over 7 years ago)
- Last Synced: 2025-06-10T20:16:15.161Z (12 months ago)
- Language: C#
- Size: 4.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bomber man style game.
Game can be played online at https://kogner.github.io/iZbomber/
**To deploy:**
`npm install -g gh-pages`
Build unity for web and choose Build folder.
then do `cp -r web-build/index.html web-build/instructions.png Build`
`gh-pages -d Build`