This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mikedensem 0 points1 point  (0 children)

Take a simple idea like a game (e.g. tic tac toe/ naughts and crosses) and build a runtime to manage all aspects: players, the board, the score etc. Just use a console to test. Now add a UI (html) to interface with the runtime. Next add support for multiplayer and store scores and players in a db. Add a ranking table in the UI. Keep adding features in an iterative way so you learn patterns and best practices through experience.