Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambroisemaupate/strongstrongcastle
Little game with Château Fort Fort identity
https://github.com/ambroisemaupate/strongstrongcastle
Last synced: 6 days ago
JSON representation
Little game with Château Fort Fort identity
- Host: GitHub
- URL: https://github.com/ambroisemaupate/strongstrongcastle
- Owner: ambroisemaupate
- Created: 2014-12-21T20:56:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T08:00:32.000Z (about 10 years ago)
- Last Synced: 2024-11-14T22:37:05.913Z (2 months ago)
- Language: C
- Size: 24.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Strong Strong Castle
====================Little game with Château Fort Fort identity
* Install OpenFrameworks and copy this folder into apps/myApps folder.
* Install [ofxUI](https://github.com/rezaali/ofxUI) and [ofxShivaVG](https://github.com/bgstaal/ofxShivaVG) addons
* Choose your OS X SDK in Xcode project config
* Compile and have fun.### Adding towers
* Create a new .h and .cpp files inheriting `AbstractTower`. You can duplicate an example tower.
* Change points positions in `buildPoints()` method
* Include your new tower file in `ofApp.cpp`
* Add a switch case to create your tower randomly (starting at line 315)### Build .dmg
A template.json file is given to use with **appdmg** bundler to create
a pretty DMG image for distribution.```
sudo npm install -g appdmgappdmg template.json bin/ssc.dmg
```