Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.7 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.7 KB

game-starter

Join the chat at https://gitter.im/whiteboards/game-starter

A friendly "competition" to make a fun game in js! While this isn't a true compeitition (there aren't any prizes), you can take the time limit as a way to compete against yourself to learn something new, or just to have fun building a game.

What? Why?

Because we can! Small friendly competitions are a great way to push yourself to learn new things in a non-stessful manner.

Requirements

All games should meet the requirements on this list.

  • Defined stack. You must detail what technologies you use.

  • Must be made with JavaScript and HTML5 based

    • Allowed Client Game Engines:
    • Vanilla js: if you are crazy enough to do it, by all means.
    • createjs
  • Old school feel (e.g. pacman, space invaders, asteroids, pong, tetris), though it can be original or a clone

  • Link to an active playable demo

  • Multiplayer aspect (doesn't necessarily have to be isomorphic)

  • Sockets (for realtime)

  • Authenticated users - gameplay optional

    • To expand on this, you can play without signing in, but you should be able to if you want.
  • Submission date is June 24, 2016. Submit with PR

Optional enhancements

  • Multiple levels
  • High scores
  • Game chat
  • Customization

Ready, set, go.

Good luck.