Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rija/learningcode2
My Implementation of the last project of the Learning Code 2 Book of Apple Swift Playgrounds
https://github.com/rija/learningcode2
Last synced: 20 days ago
JSON representation
My Implementation of the last project of the Learning Code 2 Book of Apple Swift Playgrounds
- Host: GitHub
- URL: https://github.com/rija/learningcode2
- Owner: rija
- License: mit
- Created: 2020-07-20T15:49:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T16:04:40.000Z (over 4 years ago)
- Last Synced: 2024-11-02T15:42:30.058Z (2 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Final project from Learning Code 2
My implementation of the final project of the *Learning Code 2* Book
in Apple Swift Playgrounds app for iPad.I have two goals:
* [ ] Procedural generation of landscape
* [x] play with Heights Map
* [ ] See how to use Perlin Noise algorithm in a "blocky" grid
* [x] Adapt the Right-Hand Rule Algorithm from *Learning Code 1* to jump()At this stage I have now broken up the code into Swift modules.
The code execute in the Puzzle World Starting Points playground, but
probably won't in the Learning Code 2 playground, although you can add additional files to that playground, there don't seem to be modules.