Welcome! Lucas Hints is an incredibly simple iOS app designed to provide you with a little bit of guidance when you need it - without telling you the whole story.
Wondering what to do next in your creative storytelling experience, or do you need a bit of advice with some real life decisions? Lucas Hints will help by giving you 3 unique icons across different categories. Want a fresh set? Just pull down to refresh - there's over 250,000 unique combinations of icons!
What do the icons actually mean? That's for you to interpret and decide! Now get out there and have some fun, and let your creativity flourish!
This is a simple Swift iOS application, targetting iOS 17+. There are no special environment variables or third party dependencies. You should be able to clone this repo and run it in XCode on an iOS Simulator, or your personal iOS device.
git clone https://github.com/alkrauss48/lucas-hints.git
# Launch the project in XCode on an iOS Simulator or your personal iOS device.This project uses SwiftLint for linting. Installation instructions can be found via the SwiftLint repo. To run the linter via CLI:
# From the root of the project repo:
swiftlintThis project has tests written using XCTest, which integrates tightly with XCode.
You can run the test projects in XCode, via an iOS Simulator.