This project is for those interested in learning game play in Swift.
It was built with Xcode 11 in Swift 5.1.
These are playground files, which are best opened with Xcode so they can be executed.
- Creating a project
- Creating a tram
- Passengers and signal faults
- Collision detection
- Game state
- Labels and buttons
- Next steps
You can find the image resources for this project here.
This project comes with two solutions:
Solution is what you will get by following the instructions.
Solution+ is an extension on the original Solution with some added features and refinements.