/neptunesPrideClient

Mac client for the online game Neptunes Pride II

Primary LanguageObjective-C

See http://triton.ironhelmet.com/. If you're still confused, you probably don't care. NOTE: This is completely unofficial and not endorsed by the game's author. He just happens to provide a reasonable JSON interface :)

Requirements:

Mac OS X 10.8+

Optional:

If you use Chrome and keep the game open in a tab/window, this app will automatically pull cookie data from Chrome's cookie database. Only cookies for triton.ironhelmet.com are read.

Features:

  • Projected Cashflow
  • Share sensor data for other players you can see (not your own stars/fleets or data other players are sharing with you) with other players via the neptunesPrideServer project
  • Sortable table of player information with planet breakdowns
  • Scroll through the game history tick by tick
  • Local notifications whenever a fleet enters sensor range or launches from a visible planet. Plus, combat outcome predictions accounting for production, active research, and reinforcements in transit!

Known Issues:

  • Doesn't account for warp gates
  • Pulling shared data is not fully implemented and is untested
  • Sorting players based on technology stats may cause a crash
  • Assume you only play one game at a time

Note also that the JSON data powering this app is NOT a formal API and is subject to change without notice. If this occurs, the app will probably require an update.


MIT Software License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.