Marc's ODTUG APEX Competition Entry: Draw It!

This is a multiplayer drawing game where players' drawing skills are put to the test!

Rules:

  • Players will be given a random word at the start of the round. Each player will see the same word.
  • Players will have 60 seconds to draw a picture based on that word. They should work on their drawing until the time runs out!
  • Players will then have 10 seconds to vote for their favorite of the entries.

    • Enter your first name below to begin. HAVE FUN!

About

This APEX Application was created by Marc for the ODTUG APEX Competition, June 2015.

Some challenges I faced:
  • Syncing multiple clients with the game timer on each page.
  • Creating a working interactive HTML5 Canvas.
  • Using as many aspects of the APEX framework as possible, despite having to use a lot of custom PL/SQL and JS.