Play here
On a mac, clone the repo, and run a server:
$ git clone https://github.com/NathanielWroblewski/skyhero.git
$ cd skyhero
$ open http://localhost:8000 && python3 -m http.server
- Make a
target
method for atan2 and reuse it for "rockets" - General refactor
- move boundaries constants from views into constants file
- Look at collision and bounding code and make sure it's not split between models and game objects, make a separate class if necessary
- Improve title screen
- dive bombers
- change inbounds logic to be direction + offscreen
- helix should come in from side, not behind
- formation flyers should be smoother, borrow angle code