This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
Add configuration and socket server
Compare the the previous stable release 0.4:
- Add INET, STREAM socket server
- Add support for configuration files and command line options for:
- Graphics (resolution, fps, OpenGL)
- Sound (mute and music volume)
- User control via keyboard and mouse
- Socket server (address and headless server)
- Fix several bugs and improve codebase:
- Retain game state after pauses
- Add manual close-range attack by moving mouse cursur around the hero
- Specify constants imports and clean up (checked by pyflakes)
- Add more power to Agent Orange
- Relicense to AGPLv3