janpaul123 / jsdares

Learn and explore JavaScript, and create your own dares!
https://jsdares.com
MIT License
134 stars 21 forks source link

Simpler homepage game #12

Open janpaul123 opened 12 years ago

janpaul123 commented 12 years ago

Right now the game on the home page is rather complicated. We need a simple game that yet shows the power of the editor.

roryokane commented 10 years ago

How about single-player Pong, like practicing tennis against a wall? Remove the bricks from Breakout, and add a score counter for how many times the ball has bounced on the opposite wall. Also make the ball move faster whenever you hit it, so the game becomes challenging over time.

That would be simpler, and still allow showing off the user input storing and the live variable changing with visual feedback (e.g. of the paddle width). However, it might also be less fun than Breakout.

janpaul123 commented 10 years ago

Thanks for the suggestion! :) I was actually thinking it might be better to simply have the first robot dare on the front page, to get started right away. And then perhaps some other examples, like different games, between which you can switch.

roryokane commented 10 years ago

Yes, that sounds better in the long-term.

benjohnbarnes commented 9 years ago

I think the closer you can get to frictionlessly starting, the better. Can you jump the user right in to changing a drive distance from 3 to 4 to complete their first dare? Or something?