Skip to content

A line drawing game where player stikes out the numbers in maze one by one by drawing lines and not touching the previously drawn line (hmmm.. confusing. right? ll change)

License

Notifications You must be signed in to change notification settings

saiy2k/HTML5-Space-Maze

Repository files navigation

Number Maze Game
----------------

Guide your space craft through myriad of asteroids and reach the home planet as fast as you can before it runs out of gas. As you fly through, your half broken craft emits hazardous gases. Make sure you dont pass through those and fly wisely. Game play progress through various levels with more tighter play time.

There is 3 x 4 grid of numbers from 1 to 12 with a starting point A near 1 and and ending point B near 12. The user draws a line starting from A and goes through all the twelve numbers as instructed by the game and finally reaches point B. The challenge is that while drawing lines crossing numbers on the way, the line should not intersect with already drawn line, in which case the game gets over.
To state in other way, the player needs to draw a line without intersecting with itself, touching all the points as instructed by the game and reach the end point.

Difficulty:
There will be 3 modes of difficulty: easy, medium and hard with grid sizes 3x3, 3x4 and 3x5 respectively. Within each mode, there will be several levels. As the levels progress, the timing will be tightened to increase the difficulty.

Timing:
Player needs to reach each number within the given time, once the number is reached additional time will be provided to reach the next number.

Scoring:
Score will be awarded for each reach of a number, a separate timer for combo will be running. If the numbers are reached before that combo timer runs out, additional points will be given. Then at the end of level, the remaining time adds up to the score.

Technical Specs:
    * The game dynamically resizes itself from a minimum resolution of 320x240 to 640x480 based on the window size.
    * Definitely need to add some sort of leaderboard to save player's score. (mostly will try to integrate some 3rd party frameworks for this. if none is good, then server backend need to be written to do the same).
    * All the game elements should be dynamic as possible showing some fluid movements all the time.

Credits:
Graphics
Includes graphics from <a href="http://29a.ch/" target='_blank'>JS WARS</a> by <a href="http://29a.ch/" target='_blank'>Jonas Wagner</a>
<a href='http://opengameart.org/content/asteroid-rotating' target='_blank'>dczanik</a>
<a href='http://www.chiptune.com/starfield/starfield.html' target='_blank'>rez</a>
<a href='http://opengameart.org/content/brown-themed-website-icon-set' target='_blank'>Chris Oelmueller</a>
<a href='http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_katomic.png' target='_blank'>Everaldo Coelho and YellowIcon</a>
<a href='http://opengameart.org/content/shmup-ships' target='_blank'>surt</a>
Music
<a href='http://opengameart.org/content/bombexplosion8bit' target='_blank'>Luke.RUSTLTD</a>
<a href='http://woolyss.com/chipmusic-samples.php?s=Free' target='_blank'>Jerry Coox</a>
Others
<a href='http://www.codeandweb.com/texturepacker' target='_blank'>Texture Packer</a>

About

A line drawing game where player stikes out the numbers in maze one by one by drawing lines and not touching the previously drawn line (hmmm.. confusing. right? ll change)

Resources

License

Stars

Watchers

Forks

Packages

No packages published