|
|
|
|
|
by bennywild
5348 days ago
|
|
Pick something you want to make and make it. The best guideline for this task is to scope small. For example, try and code a clone of Breakout. Now try and do it in a language you've never used. Maybe try and render it server-side and send the info to a canvas element on a web page. The other direction you could go is implementing algorithms in various languages as a sort of mental workout, but that's a lot less fun. |
|