https://github.com/johnlk/dinorunner
Swift 4 game on iOS
https://github.com/johnlk/dinorunner
Last synced: about 1 year ago
JSON representation
Swift 4 game on iOS
- Host: GitHub
- URL: https://github.com/johnlk/dinorunner
- Owner: johnlk
- License: mit
- Created: 2018-07-30T01:36:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T15:58:35.000Z (about 3 years ago)
- Last Synced: 2025-03-31T08:36:41.124Z (about 1 year ago)
- Language: Swift
- Size: 1.04 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino Runner
Dino Runner is an iOS game inspired by the classic dinosaur game you often encounter when your internet connection is down. It is built using Swift 3 and utilizes the SpriteKit framework. This project is a great resource for anyone interested in learning iOS game development with SpriteKit.

## Future Add-ons
Here are some features worth considering:
- **Sounds**: Add engaging sound effects and background music to make the gameplay more immersive.
- **Dynamic Jump Height**: Implement a touch-based mechanism where the height of the dinosaur's jump is determined by the length of the touch gesture.
If you're enthusiastic about these features and would like to contribute, you can fork the repository and submit a pull request.
## Getting Started
To run the game on your iOS device or simulator, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/johnlk/dino-runner.git
```
2. Open the project in Xcode.
3. Build and run the project on your desired iOS device or simulator.
That's it! You can now enjoy playing Dino Runner on your iOS device.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.