Skip to content

calebmarquart/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Game

About The Project

This project is an iOS game based off of the NY Times Wordle game. It features the same type of daily word uses as well as features to create your own word for another player to guess and play.

The purpose of this project is to demonstrate coding abilities in Swift and iOS design using SwiftUI. Please keep in mind that this project is just for fun and may have bugs.

Getting Started

  1. Clone the repository

    git clone https://github.com/calebmarquart/Wordle.git
    
  2. Use Xcode to build and run the application. You will have to sign in to your Apple ID as a developer to get the signing certificates for your app.

Contributors

Caleb Marquart, Developer

License

MIT License

Copyright (c) 2024 Caleb Marquart

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.