top | item 31983285

(no title)

ergeysay | 3 years ago

If you have access to a computer, make a super-simple game with her - just an arcanoid. I had a very bright experience with this, and it can be done in browser DevTools.

At first, it’s just a big circle floating in the middle of the screen.

Then you make it move diagonally (x+1,y+1 on each iteration of an infinite cycle).

Then you figure out where the extents of the screen are, together, and make it bounce off, and this is where fun starts!

You add new objects for the circle/ball to bounce from, player-controlled pad at the bottom of the screen, devise new levels where ball moves in amusing patterns, breakable blocks and things like power-ups etc. You can add sound at some point.

All in all, this can be an extremely fun journey for weeks!

discuss

order

No comments yet.