Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.