iOS-App to learn about the effects of items in the game "Binding of Isaac"
I learned Swift and CoreData with this project, so there may be some bad code. :) ##Features Look up the effect of every Item, Trinket, Card and Rune in the game. Search by name or by a property of the Item. To find "1UP" you can search for "green" or "mushroom". You can create a "Tracker" for a ingame run and add items you collected and archive the run. All in a beautiful native iOS App. ##Build IsaacItems uses CocoaPods
git clone https://github.com/philphilphil/isaacitems-ios.git
cd isaacitems-ios
pod install
##Licenses ###License of Code The MIT License (MIT)
Copyright (c) 2015 Philipp Baum
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.
###License of Item-Data (items.csv) Most of the Data in Items.csv is taken from http://bindingofisaacrebirth.gamepedia.com/ and licensed under BY-NC-SA.
###License of Images The Images out of the Game "Binding of Isaac" are copyrighted by Edmund McMillen and Florian Himsl.