diff --git a/.gitignore b/.gitignore index e69de29..711a00c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +._* +thumbs.db diff --git a/Android/.gitignore b/Android/.gitignore index a840822..69f24fc 100644 --- a/Android/.gitignore +++ b/Android/.gitignore @@ -8,7 +8,6 @@ /.idea/navEditor.xml /.idea/assetWizardSettings.xml /.idea/dictionaries -.DS_Store /build /captures .externalNativeBuild diff --git a/Android/README.md b/Android/README.md deleted file mode 100644 index 430f62e..0000000 --- a/Android/README.md +++ /dev/null @@ -1,4 +0,0 @@ -[![Build status](https://build.appcenter.ms/v0.1/apps/44e4ee45-fe39-4d2d-950f-943e9948ca35/branches/master/badge)](https://appcenter.ms) - -# MonsterCards for Android - diff --git a/iOS/LICENSE b/LICENSE similarity index 100% rename from iOS/LICENSE rename to LICENSE diff --git a/README.md b/README.md index e69de29..5ca6ad2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,27 @@ +# MonsterCards + +## iOS +main: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/master/badge)](https://appcenter.ms) +beta: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/beta/badge)](https://appcenter.ms) +develop: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/develop/badge)](https://appcenter.ms) + +## Android +main [![Build status](https://build.appcenter.ms/v0.1/apps/44e4ee45-fe39-4d2d-950f-943e9948ca35/branches/master/badge)](https://appcenter.ms) + +MonsterCards let you create and store monster statblocks for 5e compatible sytems. You can also import the files created by the popular 5e stat block generator at [https://tetra-cube.com/dnd/dnd-statblock.html] You monster library is synced between your devices using iCloud. You'll need to create your own app ids, provisioning profiles, and iCloud storage if building from source. Due to the way iCloud works. Building from source will mean you sync data to a different iCloud container than using the official app. The app is currently in limited beta but will be available in the app store as soon as the collection and dashboard features are finished. + +## Coming Soon + +These are things we intend to complete before launching v1.0 + +* Collections - You will be able to group your saved monsters in collections. This is useful for grouping monsters by session/location/campaign. +* Dashboard - A set of monster thumbnails with vital stats that you can open to view full monster cards. This is useful for running encounters or having all the monsters you need for a session handy +* Native export/import format - We will be adding a file format for sharing monsters with other users so you can easily share creations to other users. + +## Wishlist + +These may never happen. + +* Other import formats - We're taking suggestions +* Initiative Tracker - A basic initiative/hit point tracker. +* NFC - Put an NFC sticker on a mini and scan the mini to show it's card. diff --git a/iOS/.gitignore b/iOS/.gitignore index 898055c..9bce6af 100644 --- a/iOS/.gitignore +++ b/iOS/.gitignore @@ -1,2 +1 @@ xcuserdata -.zshrc diff --git a/iOS/README.md b/iOS/README.md deleted file mode 100644 index c67c4dd..0000000 --- a/iOS/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# MonsterCards - -master: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/master/badge)](https://appcenter.ms) -beta: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/beta/badge)](https://appcenter.ms) -develop: [![Build status](https://build.appcenter.ms/v0.1/apps/bbde5430-0b21-4b78-aa2f-32ce210fc578/branches/develop/badge)](https://appcenter.ms) - -MonsterCards let you create and store monster statblocks for 5e compatible sytems. You can also import the files created by the popular 5e stat block generator at [https://tetra-cube.com/dnd/dnd-statblock.html] You monster library is synced between your devices using iCloud. You'll need to create your own app ids, provisioning profiles, and iCloud storage if building from source. Due to the way iCloud works. Building from source will mean you sync data to a different iCloud container than using the official app. The app is currently in limited beta but will be available in the app store as soon as the collection and dashboard features are finished. - -## Coming Soon - -These are things we intend to complete before launching v1.0 - -* Collections - You will be able to group your saved monsters in collections. This is useful for grouping monsters by session/location/campaign. -* Dashboard - A set of monster thumbnails with vital stats that you can open to view full monster cards. This is useful for running encounters or having all the monsters you need for a session handy -* Native export/import format - We will be adding a file format for sharing monsters with other users so you can easily share creations to other users. - -## Wishlist - -These may never happen. - -* [Android version](https://github.com/headhunter45/MonsterCards-Android) -* Other import formats - We're taking suggestions -* Initiative Tracker - A basic initiative/hit point tracker. -* NFC - Put an NFC sticker on a mini and scan the mini to show it's card.