You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main exercises are meant to be small in scope - targeting a specific feature and syntax of the language.
While this is helpful, I think it's still important to tackle larger projects to get a more holistic understanding of the language.
I'm thinking of introducing larger projects with a UI output between certain exercises. Here are some ideas:
Number clamping and wrapping
When using a canvas, we might want the position to wrap within a certain range or not extend beyond it
Snow fall
Move many snow particles downwards according to some data in memory or as a parameter
Hashing & randomization
Create basic hashing or seeded random functions
Open to more ideas. Incorporating concepts like tables in larger projects might prove difficult.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The main exercises are meant to be small in scope - targeting a specific feature and syntax of the language.
While this is helpful, I think it's still important to tackle larger projects to get a more holistic understanding of the language.
I'm thinking of introducing larger projects with a UI output between certain exercises. Here are some ideas:
Open to more ideas. Incorporating concepts like tables in larger projects might prove difficult.
Beta Was this translation helpful? Give feedback.
All reactions