Merge pull request #308 from bobeff/swift-fps

Add a tutorial series about making a FPS
This commit is contained in:
Tu V. Tran 2021-08-16 00:50:29 -07:00 committed by GitHub
commit f223d6c22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -588,6 +588,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
## Swift:
- [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read)
- [Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage)
## Additional Resources